@import url('https://fonts.googleapis.com/css?family=Stardos+Stencil');

h1,h2,h3,h4,h5{
  font-family: 'Stardos Stencil', cursive;
}
.contact-form-description {
  padding: 5% 0 2% 0;
  display: none;
}
.map_canvas {
  min-height: 470px!important;
}
.article-body .div-left{
  margin: 0 34% 16px 20%;
}
.sliderPhotoText {
  display:none;
}
.myButton {
  -moz-box-shadow: 0px -5px 0px -50px #1c1b18;
  -webkit-box-shadow: 0px -5px 0px -50px #1c1b18;
  box-shadow: 0px -5px 0px -50px #1c1b18;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cfa86d), color-stop(1, #cfa86d));
  background:-moz-linear-gradient(top, #cfa86d 5%, #cfa86d 100%);
  background:-webkit-linear-gradient(top, #cfa86d 5%, #cfa86d 100%);
  background:-o-linear-gradient(top, #cfa86d 5%, #cfa86d 100%);
  background:-ms-linear-gradient(top, #cfa86d 5%, #cfa86d 100%);
  background:linear-gradient(to bottom, #cfa86d 5%, #cfa86d 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfa86d', endColorstr='#cfa86d',GradientType=0);
  background-color:#cfa86d;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  border:2px solid #000000;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:12px 16px;
  text-decoration:none;
}
.myButton:active {
  position:relative;
  top:1px;
}
#ytb_block_c_2::after {
  margin-top:4%;
}
#ytb_block_a_1:after, #ytb_block_aside_1:after {
  display: none;
}
#ytb_block_c_2 {
  display: none;
}
#ytb_block_c_1 {
  background-color: #7f2e7f;
}

/*--------------------------*/

form.fbqs {
  width: auto;
  margin: 0px 2px 3px auto;
  padding: 40px;
  background: #f5f5f5; }
form.fbqs .field {
  margin-bottom: 5px;
  display: block; 
}
form.fbqs .field:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
form.fbqs .field label {
  line-height: 30px;
  display: inline-block; 
}
form.fbqs .field input[type=text],
form.fbqs .field select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd; 
}
form.fbqs .field.dates select {
  width: 30%;
  margin-right: 4%;
  text-indent: 5px; 
}
form.fbqs .field.dates select:last-child {
  float: right;
  margin-right: 0; 
}
form.fbqs .field:not(.dates) label {
  padding-right: 10px; 
}
form.fbqs .field:not(.dates) label,
form.fbqs .field:not(.dates) select,
form.fbqs .field:not(.dates) input[type=text] {
  width: 50%;
  float: left; 
}
form.fbqs .field:not(.dates) select,
form.fbqs .field:not(.dates) input[type=text] {
  text-align: right;
  padding-right: 20px; 
}
form.fbqs input.submit {
  display: inline-block;
  background: #091e3b;
  color: #fff;
  border: none;
  margin-top: 10px;
  padding: 10px 20px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  width: 100%; 
}
form.fbqs a.cancel {
  text-align: center;
  display: block; 
}

.field.dates.checkin label {
  width: 100%;
}    
/*# sourceMappingURL=form.css.map */