.absoluteZero {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.boxShadow {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.boxShadowDown {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
}
.boxShadowInner {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) inset;
}
.textShadow {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.invisible {
  display: none;
}
#error,
.overlayWindow {
  z-index: 990;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
#error.visible,
.overlayWindow.visible {
  top: 0;
  opacity: 1;
}
#errInner,
.overlayInner {
  display: inline-block;
  width: 460px;
  margin-top: 100px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 550px) {
  #errInner,
  .overlayInner {
    width: 90vw;
  }
}
#errInner h5,
.overlayInner h5 {
  text-transform: none;
}
#errInner h5::after,
.overlayInner h5::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: #be9d7d;
  margin: 10px auto;
}
#errInner ul,
.overlayInner ul {
  margin: 0 0 1em;
}
#error a.btnStyle,
.overlayWindow a.ok.btnStyle {
  width: auto;
  padding: 0 25px 0 20px;
  margin: 10px 0 0;
  display: inline-block;
}
.daterange_selector input {
  cursor: pointer;
  padding-right: 30px;
  box-sizing: border-box;
}
.daterange_selector::after {
  font-size: 20px;
  color: #a11338;
  position: absolute;
  right: 12px;
  top: 14px;
}
div#inquiry {
  margin: 1em 0 1.5em;
}
div#inquiry .qiInner > div {
  margin-bottom: 0;
}
#form {
  text-align: left;
}
#form fieldset input,
#form select,
#form textarea {
  box-sizing: border-box;
  border: 1px solid #a5794f;
  border-width: 0 0 1px 0;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  outline: none;
  transition: all 0.3s ease-in-out;
}
#form fieldset input:hover,
#form select:hover,
#form textarea:hover,
#form fieldset input:focus,
#form select:focus,
#form textarea:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 0 12px rgba(211, 186, 156, 0.6);
}
#form fieldset input:focus,
#form select:focus,
#form textarea:focus {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
}
#form fieldset input,
#form select {
  width: 100%;
  margin: 6px 0 0;
  padding: 0 10px;
  height: 40px;
}
@media only screen and (max-width: 995px) {
  #form fieldset input,
  #form select {
    height: 34px;
  }
}
#form input.countCB {
  width: 14px !important;
  float: left;
  margin: 1px 0 0;
  padding: 0;
}
#form input.cb {
  width: 20px;
  height: 20px;
  float: left;
  margin: 3px 0 0;
}
#form input#btn_send {
  font-family: 'goudy-trajan', serif;
  font-weight: normal;
  font-size: 15px;
  color: #a11338;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(224, 215, 203, 0.4);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15) inset;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 180px;
}
#form select > option {
  padding: 5px 10px;
}
#form select optgroup {
  font-weight: 300;
  color: #a11338;
  padding: 5px 10px;
}
#form select optgroup option {
  color: black;
  text-transform: none;
  padding: 2px 0 0;
}
#form select optgroup option::before {
  content: "·";
  display: inline;
  color: #a11338;
  margin: 0 5px 0 0;
}
#form select.count {
  width: 55px !important;
  float: left;
  margin: -6px 0px 0px;
}
#form textarea {
  padding: 10px;
  height: 160px;
  float: left;
  width: 100%;
  line-height: 1.3em;
}
@media only screen and (max-width: 550px) {
  #form textarea {
    height: 120px;
  }
}
#form div.noInput {
  padding: 5px 20px 15px;
}
#form div.noInput ul {
  margin: 0 !important;
}
#form div.noInput h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
#form div.noInput a.btnStyle {
  display: inline-block;
  margin: -2px 0 0 20px;
  padding: 2px 20px 2px 18px;
  height: auto;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  #form div.noInput span.package_daterange {
    display: inline-block;
    margin-bottom: 5px;
  }
  #form div.noInput a.btnStyle {
    margin: 0 10px 5px 0;
  }
}
#form span.likeInput {
  display: block;
  padding: 10px 0 0;
}
#form span.likeInput br {
  display: none;
}
#form span.likeInput a.btnStyle {
  display: inline-block;
  margin: -3px 0 0 30px;
  padding: 3px 20px;
}
#form span.likeInput a.btnStyle:before {
  margin: 0 10px 0 -20px;
}
#form span.countAdd {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0 0;
}
#form .daterange {
  cursor: pointer;
}
#form h3.formSubHeader {
  font-size: 1em;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 auto 4px;
  width: calc(56%);
  text-transform: none;
  border-bottom: 1px solid #a11338;
}
#form fieldset {
  border: 1px solid rgba(165, 121, 79, 0.2);
  border-radius: 3px;
  padding: 10px;
  font-size: 1em;
  margin: 0 0 24px;
  transition: border-color 300ms ease;
  box-sizing: border-box;
}
#form fieldset:hover,
#form fieldset:focus {
  border-color: rgba(165, 121, 79, 0.4);
}
#form fieldset.privacy {
  padding: 20px 40px;
}
body.ie7 #form fieldset {
  padding: 10px 0 10px 10px;
}
#form fieldset p,
#form fieldset label,
#form fieldset hr,
#form fieldset span.hr {
  position: relative;
  float: left;
}
#form fieldset legend {
  color: #a11338;
  font-size: 1em;
  margin: 0 0 0 10px;
  text-align: left;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: 'goudy-trajan', serif;
}
#form fieldset p {
  width: 100%;
  margin: 5px 0 1em !important;
}
#form fieldset p label {
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px 10px;
  text-indent: 10px;
}
@media only screen and (max-width: 768px) {
  #form fieldset p label {
    width: 100%;
  }
}
#form fieldset p label.lblFW {
  width: 100%;
}
#form fieldset p label.textarea {
  width: 100%;
}
#form fieldset p label.textarea span {
  display: none;
}
body.ie7 #form fieldset p label {
  display: inline;
  margin: 0 10px 10px 0;
}
#form fieldset p label span.tipText {
  font-style: italic;
  color: #969696;
  margin: 5px 0 0;
  display: inline-block;
}
#form fieldset p label.required:not(.required_checkbox) span::after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  right: 14px;
  z-index: 19;
  width: 15px;
  height: 17px;
  background: url('/fileadmin/inquiry/img/check.png') no-repeat right top;
}
@media only screen and (max-width: 1560px) {
  #form fieldset p label.required:not(.required_checkbox) span::after {
    top: 27px;
  }
}
@media only screen and (max-width: 550px) {
  #form fieldset p label.required:not(.required_checkbox) span::after {
    top: 21px;
  }
}
#form fieldset p label.required:not(.required_checkbox).okay span::after {
  background-position: left top;
}
#form fieldset p label.required:not(.required_checkbox).missing input,
#form fieldset p label.required:not(.required_checkbox).missing select {
  border-color: #F32B2B;
}
#form fieldset p label.required_textarea span::after {
  top: 22px;
}
#form fieldset hr {
  display: block;
  border: none;
  border-top: 1px solid rgba(165, 121, 79, 0.2);
  margin: 8px 0 16px 10px;
}
#form fieldset span.hr {
  display: block;
  width: 60%;
  background-color: rgba(165, 121, 79, 0.2);
  height: 1px;
  margin: 20px 20%;
}
#form fieldset#frm_error {
  border-color: #B30002 !important;
  text-align: center;
}
#form fieldset#frm_error legend {
  color: #B30002;
}
#form fieldset#frm_error h3 {
  margin: 0 0 13px 10px;
  color: #B30002;
  text-align: center;
  font-size: 0.9em;
}
#form fieldset#frm_error ul {
  margin: 0 0 22px 10px !important;
}
#form .radio,
#form .checkbox {
  height: auto;
  cursor: auto;
}
#form .radio input,
#form .checkbox input {
  width: 1em;
  height: 1em;
  margin: 4px 0 0 4px;
  float: left;
  border: none;
  background: none;
  box-shadow: none;
}
#form .radio label,
#form .checkbox label {
  padding: 0;
  width: 100%;
}
#form .radio label.fw,
#form .checkbox label.fw {
  width: 100%;
}
#form .radio label.fw text-align:center input,
#form .checkbox label.fw text-align:center input {
  display: inline-block;
  float: none;
  margin-right: 10px;
}
@media only screen and (max-width: 995px) {
  #form .radio label,
  #form .checkbox label {
    width: 50%;
  }
}
@media only screen and (max-width: 660px) {
  #form .radio label,
  #form .checkbox label {
    width: 100%;
  }
}
#form .radio span,
#form .checkbox span {
  display: inline-block;
}
#form .radio span.subtitle,
#form .checkbox span.subtitle {
  padding: 5px 0 0 28px;
  font-size: 14px;
  display: block;
}
#form div.btnSubmit {
  position: relative;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
#quickInquiry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  font-size: 18px;
}
#quickInquiry .contentBorder {
  margin-top: -20px;
}
#quickInquiry span.inquiryHeader {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  color: #58585a;
  margin: 0 0 5px;
}
#quickInquiry .infoBubble {
  position: absolute;
  left: -53px;
  top: -62px;
  border-radius: 50%;
  margin: 0;
  background-color: white;
  padding: 2px;
  z-index: 150;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1400px) {
  #quickInquiry .infoBubble {
    left: -30px;
    top: -70px;
  }
}
@media only screen and (max-width: 1296px) {
  #quickInquiry .infoBubble {
    left: -17px;
  }
}
#quickInquiry #innerInquiry {
  padding: 20px 0 15px;
}
#quickInquiry table {
  border-collapse: separate;
}
#quickInquiry table td {
  vertical-align: top;
  font-size: 0.9em;
  line-height: 34px;
  padding: 0 2px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
#quickInquiry table td.header {
  color: #be9d7d;
  font-size: 19px;
  width: 8%;
  white-space: nowrap;
}
#quickInquiry table td.title {
  width: 6%;
}
#quickInquiry table td.name,
#quickInquiry table td.mail,
#quickInquiry table td.tel {
  width: 9%;
}
#quickInquiry table td.date,
#quickInquiry table td.daterange {
  width: 13%;
}
#quickInquiry table td.count {
  width: 7%;
  padding: 0 19px 0 2px;
}
#quickInquiry table td.cb {
  width: 9%;
  text-align: left;
}
#quickInquiry table td.cb.hide_input input {
  display: none;
}
#quickInquiry table td.cb a::before {
  content: "›";
  font-size: 0.8em;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}
#quickInquiry table td.submit {
  width: 11%;
  white-space: nowrap;
}
#quickInquiry table td.age {
  width: 0;
  opacity: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}
#quickInquiry table td.count ul {
  position: relative;
  float: right;
  margin: 0 -17px 0 0;
}
#quickInquiry table td.count ul li a {
  display: block;
  width: 16px;
  height: 16px;
  color: white;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.09);
  background-color: rgba(190, 157, 125, 0.55);
  font-size: 18px;
  text-align: center;
  line-height: 16px;
  transition: background-color 0.3s ease;
}
#quickInquiry table td.count ul li a:hover,
#quickInquiry table td.count ul li a:focus {
  background-color: #be9d7d;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1270px) {
  #quickInquiry table td.count ul li a {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}
#quickInquiry table td.count ul li.more a {
  margin-bottom: 1px;
}
#quickInquiry table td > span.fld_req {
  position: relative;
  float: left;
  display: inline-block;
}
#quickInquiry table td span.fld_chk {
  position: absolute;
  top: -5px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
#quickInquiry table td span.fld_chk::after {
  content: "*";
  color: rgba(161, 19, 56, 0);
  width: 6px;
  height: 13px;
  border-right: 2px solid #be9d7d;
  border-bottom: 2px solid #be9d7d;
  transform: rotate(45deg);
  opacity: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#quickInquiry table td.correct input,
#quickInquiry table td.correct select {
  background-color: rgba(190, 157, 125, 0.4);
}
#quickInquiry table td.correct span.fld_chk {
  top: 14px;
  right: 1px;
}
#quickInquiry table td.correct span.fld_chk::after {
  opacity: 1;
}
#quickInquiry table td.incorrect span.fld_chk::after {
  color: #a11338;
  opacity: 1;
  border-color: rgba(161, 19, 56, 0);
}
#quickInquiry.childrenAge table td.header {
  width: 7%;
}
#quickInquiry.childrenAge table td.cb {
  width: 7%;
}
#quickInquiry.childrenAge table td.name,
#quickInquiry.childrenAge table td.mail,
#quickInquiry.childrenAge table td.tel {
  width: 8%;
}
#quickInquiry.childrenAge table td.submit {
  width: 10%;
}
#quickInquiry.childrenAge table td.age {
  width: 8%;
  padding: 0 2px;
  display: inherit;
  opacity: 1;
}
#quickInquiry input,
#quickInquiry select {
  width: 100%;
  text-align: center;
  height: 33px;
  line-height: 33px;
  vertical-align: top;
  padding: 0;
  font-size: 16px;
  color: white;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.09);
  background-color: rgba(190, 157, 125, 0.55);
}
#quickInquiry input::-webkit-input-placeholder,
#quickInquiry select::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
#quickInquiry input:-moz-placeholder,
#quickInquiry select:-moz-placeholder {
  color: white;
  opacity: 1;
}
#quickInquiry input::-moz-placeholder,
#quickInquiry select::-moz-placeholder {
  color: white;
  opacity: 1;
}
#quickInquiry input:-ms-input-placeholder,
#quickInquiry select:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
@media only screen and (max-width: 1270px) {
  #quickInquiry input,
  #quickInquiry select {
    height: 29px;
    line-height: 29px;
    font-size: 16px;
  }
}
#quickInquiry input:hover,
#quickInquiry select:hover,
#quickInquiry input:focus,
#quickInquiry select:focus {
  background-color: #be9d7d;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#quickInquiry input.daterange,
#quickInquiry select.daterange {
  cursor: pointer;
}
#quickInquiry input.hp,
#quickInquiry select.hp {
  display: none;
}
#quickInquiry input.correct,
#quickInquiry select.correct {
  background-color: rgba(182, 145, 109, 0.5);
}
#quickInquiry td.cb input {
  height: 18px;
  width: 18px;
  margin: 8px 5px 0 5px;
  border: none;
  border-radius: 0;
}
#quickInquiry select {
  box-sizing: border-box;
  padding: 0 3px;
}
#quickInquiry a.btnStyle {
  width: 100%;
}
#form div.btnSubmit a.btnStyle,
#quickInquiry td.submit a.btnStyle {
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
}
#form div.btnSubmit .submitForm,
#quickInquiry td.submit .submitForm {
  will-change: background-color;
}
#form div.btnSubmit .submitForm .btnText,
#quickInquiry td.submit .submitForm .btnText {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#form div.btnSubmit .submitForm .iconLoad,
#quickInquiry td.submit .submitForm .iconLoad {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -10px 0 0 0;
  transform-origin: center center;
  text-align: center;
  opacity: 0;
  will-change: opacity;
  transition: all 0.3s ease-in-out;
}
#form div.btnSubmit .submitForm .iconLoad::before,
#quickInquiry td.submit .submitForm .iconLoad::before {
  text-shadow: none;
  color: #ef7797;
  color: #be9d7d;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
}
#form div.btnSubmit .submitForm.sending,
#quickInquiry td.submit .submitForm.sending {
  cursor: default;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  padding-right: 40px;
}
#form div.btnSubmit .submitForm.sending::before,
#quickInquiry td.submit .submitForm.sending::before {
  margin-left: -10px;
  opacity: 0.5;
}
#form div.btnSubmit .submitForm.sending .btnText,
#quickInquiry td.submit .submitForm.sending .btnText {
  opacity: 0.5;
}
#form div.btnSubmit .submitForm.sending .iconLoad,
#quickInquiry td.submit .submitForm.sending .iconLoad {
  opacity: 1;
}
#form div.btnSubmit .btn_send,
#quickInquiry td.submit .btn_send {
  cursor: pointer;
  font-size: 1em;
  border: none;
  box-shadow: none;
}
#form div.btnSubmit .btn_send.invisible,
#quickInquiry td.submit .btn_send.invisible {
  display: none;
}
/* btn Option */
div.btnOption {
  margin: -9px 10px 5px;
  padding: 20px 10px 10px;
  background-color: #736053;
  background-color: rgba(155, 129, 74, 0.9);
  color: #fff;
  display: none;
}
div.btnOption.active {
  display: block;
}
div.preSubmit {
  position: relative;
  width: 100%;
  padding: 0 0 15px 0;
  text-align: center;
}
