/*========================================================
                      Contact Form
=========================================================*/
/* Contact Form Basic Styles
========================================================*/
#dadas {
  position: relative;
}
#dadasvacan {
  position: relative;
}
#dadas label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  letter-spacing: normal;
  margin: 0 0 7px;
  width: 100%;
}

#dadasvacan label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  letter-spacing: normal;
  margin: 0 0 7px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #dadas label.name,
  #dadas label.email,
  #dadas label.phone {
    width: 62%;
  }
}
@media only screen and (min-width: 768px) {
  #dadasvacan label.name,
  #dadasvacan label.email,
  #dadasvacan label.phone {
    width: 62%;
  }
}
#dadas label.message {
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px;
}

#dadasvacan label.message {
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px;
}
#dadas fieldset {
  border: none;
}
#dadasvacan fieldset {
  border: none;
}
/* Contact Form Placeholder Styles
========================================================*/
#dadas ._placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px 'Cabin Condensed', sans-serif;
  line-height: 18px;
  padding: 11.5px 20px 11.5px;
  color: #a3a3a2;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  cursor: text;
}
#dadasvacan ._placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px 'Cabin Condensed', sans-serif;
  line-height: 18px;
  padding: 11.5px 20px 11.5px;
  color: #a3a3a2;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  cursor: text;
}
#dadas ._placeholder.focused {
  opacity: 0.4;
}

#dadasvacan ._placeholder.focused {
  opacity: 0.4;
}
.lt-ie9 #dadas ._placeholder.focused {
  filter: alpha(opacity=40);
}
.lt-ie9 #dadasvacan ._placeholder.focused {
  filter: alpha(opacity=40);
}
#dadas ._placeholder.hidden,
#dadas .file ._placeholder {
  display: none;
}

#dadasvacan ._placeholder.hidden,
#dadasvacan .file ._placeholder {
  display: none;
}
/* Contact Form Input
========================================================*/
#dadas input[type='text'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px 'Cabin Condensed', sans-serif;
  line-height: 18px;
  padding: 11.5px 20px 11.5px;
  color: #a3a3a2;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 41px;
  margin: 0;
	 
}
#dadasvacan input[type='text'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px 'Cabin Condensed', sans-serif;
  line-height: 18px;
  padding: 11.5px 20px 11.5px;
  color: #a3a3a2;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 41px;
  margin: 0;
	 
}
/* Contact Form Buttons
========================================================*/
/* Contact Form Textarea 
========================================================*/
#dadas textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px 'Cabin Condensed', sans-serif;
  line-height: 18px;
  padding: 11.5px 20px 11.5px;
  color: #a3a3a2;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  height: 120px;
  overflow: auto;
	  
}
#dadasvacan textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px 'Cabin Condensed', sans-serif;
  line-height: 18px;
  padding: 11.5px 20px 11.5px;
  color: #a3a3a2;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  height: 120px;
  overflow: auto;
	  
}
/* Contact Form Error messages
========================================================*/
#dadas .empty-message,
#dadas .error-message {
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  font-size: 11px;
  z-index: 99;
	display:none;
}
#dadasvacan .empty-message,
#dadasvacan .error-message {
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  font-size: 11px;
  z-index: 99;
	display:none;
}

#dadas .invalid .error-message,
#dadas.empty .empty-message {
  height: 14px;
  line-height: 14px;
}

#dadasvacan .invalid .error-message,
#dadasvacan.empty .empty-message {
  height: 14px;
  line-height: 14px;
}
/* Contact Form Processing Box
========================================================*/
#dadas .contact-form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  background: rgba(247, 247, 247, 0.48);
	  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#dadasvacan .contact-form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  background: rgba(247, 247, 247, 0.48);
	  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lt-ie9 #dadas .contact-form-loader {
  filter: alpha(opacity=0);
}
.lt-ie9 #dadasvacan .contact-form-loader {
  filter: alpha(opacity=0);
}

#dadas.processing .contact-form-loader {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.7;
  z-index: 99;
}
#dadasvacan.processing .contact-form-loader {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.7;
  z-index: 99;
}
.lt-ie9 #dadas.processing .contact-form-loader {
  filter: alpha(opacity=70);
}
.lt-ie9 #dadasvacan.processing .contact-form-loader {
  filter: alpha(opacity=70);
}
/* Contact Form Modal
========================================================*/
.modal-open {
  overflow: hidden;
}
#dadas .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 13px;
  color: #222;
}
#dadasvacan .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 13px;
  color: #222;
}
#dadas .modal h4 {
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}
#dadasvacan .modal h4 {
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}


.modal.fade .modal-dialog {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.lt-ie9 .modal-backdrop.fade {
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
}
.lt-ie9 .modal-backdrop.in {
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#modx-evo-form{
    margin-top: 15px;
}
.modx-evo-maps{
width: 100%;
    float: left;
    padding: 31px 0px 0px 0px;
}
#modx-evo-form2{
    float: left;
    width: 100%;
    padding: 48px 5px 5px 5px;
}
.modx-evo-span-vac-title{
font-size: 26px;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 600;
    font-family: arial;
    padding: 5px 5px 5px 5px;
}
#message2{
    display: block;
    text-align: center;
}