@font-face {
  font-family: 'baskervlle2_btroman';
  src: url("../fonts/baskerville.eot");
  src: url("../fonts/baskervilled41d.eot?#iefix") format("embedded-opentype"), url("../fonts/baskerville.woff2") format("woff2"), url("../fonts/baskerville.woff") format("woff"), url("../fonts/baskerville.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
img, a {
  border: none;
  text-decoration: none;
  outline: 0; }

img {
  display: block;
  width: 100%; }

*:focus {
  outline: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, ul, p, figure, fieldset {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

p {
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

input[type="text"], input[type="submit"], input[type="email"], input[type="tel"], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

ul {
  list-style: none; }

fieldset {
  border: 0px; }

input {
  padding: 0;
  margin: 0; }

a {
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: #403c35; }

.pageAlign {
  margin: 0 auto;
  max-width: 1720px; }
  .pageAlign.type_2 {
    max-width: 1400px; }
  .pageAlign.type_3 {
    max-width: 960px; }

.relative {
  position: relative; }

.fullWidth, .mainContainer, .mainContent, .s_headline, form .widget label, form .widget input.text, form .widget textarea, form .submit_container, form .submit_container input, form .intl-tel-input, .inquiryHead, .msg_successful {
  float: left;
  width: 100%; }

.invisible {
  display: none; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

body, input, textarea, select {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400; }

body {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-width: 100%;
  color: #403c35;
  background: #ede8e3; }

a[href^="tel:"] {
  cursor: text; }

.btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 21px;
  background: #d5b46d;
  border: 1px solid #d5b46d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover {
    color: #d5b46d;
    background: none transparent; }
  .btn.type_2 {
    padding: 11px 35px;
    color: #d5b46d;
    background: none transparent; }
    .btn.type_2:hover {
      color: #ffffff;
      background: #d5b46d; }
  .btn.type_3 {
    padding: 11px 35px; }
  .btn.type_4 {
    padding: 15px 45px;
    color: #656056;
    border: 1px solid #656056;
    background: none transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0.5);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
    .btn.type_4:hover {
      color: #ffffff;
      background: #656056; }
  .btn.type_5 {
    padding: 11px 35px;
    background: #a79d85;
    border: 1px solid #a79d85; }
    .btn.type_5:hover {
      color: #a79d85;
      background: none transparent; }
  .btn.type_6 {
    padding: 13px 10px;
    background: #a79d85;
    border: 0;
    text-align: center; }
    .btn.type_6:hover {
      color: white;
      background: #d5b46d; }
  .btn.type_7 {
    padding: 13px 10px;
    background: none transparent;
    border: 1px solid #a79d85;
    color: #a79d85;
    text-align: center; }
    .btn.type_7:after {
      content: "";
      position: relative;
      top: 3px;
      float: right;
      margin-left: 10px;
      width: 6px;
      height: 10px;
      background: url("../img/sprites.png") -423px -26px no-repeat; }
    .btn.type_7:hover {
      color: white;
      background: #a79d85; }
      .btn.type_7:hover:after {
        background: url("../img/sprites.png") -423px -15px no-repeat; }
  .btn.type_8 {
    padding: 15px 21px;
    font-size: 15px; }
  .btn.type_9 {
    padding: 12px 10px;
    background: none transparent;
    border: 1px solid #c8c2bb;
    color: #c8c2bb;
    text-align: center; }
    .btn.type_9:hover {
      color: #a79d85;
      border: 1px solid #a79d85; }
  .btn.type_10 {
    padding: 13px 10px;
    background: #d5b46d;
    border: 0;
    text-align: center; }
    .btn.type_10:hover {
      color: white;
      background: #3a3632; }

.loadMore {
  position: relative; }
  .loadMore .btn {
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    height: 47px;
    line-height: 45px;
    width: 180px;
    border: 1px solid #3a3632;
    color: #3a3632;
    background: none transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0.5);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .loadMore .btn:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      filter: alpha(opacity=0.8);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8; }
  .loadMore .loading {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 180px;
    height: 47px;
    background: rgba(237, 232, 227, 0.6) url(../img/loading.gif) center center no-repeat; }

sup {
  position: relative;
  font-size: 10px; }

.mt0 {
  margin-top: 0 !important; }

.mt130 {
  margin-top: 130px; }

.mb130 {
  margin-bottom: 130px; }

.mb100 {
  margin-bottom: 100px; }

.padding_lr {
  padding-left: 20px !important;
  padding-right: 20px !important; }

#scroll_top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: #FFFFFF url(../img/arrow_6.png) center center no-repeat;
  z-index: 20;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.7);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #scroll_top:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

body {
  background: white; }

.mainContent {
  padding: 40px;
  position: relative;
  z-index: 1; }

.datepicker_bootstrap {
  z-index: 2; }

.s_headline {
  text-align: center;
  text-transform: uppercase;
  font-family: baskervlle2_btroman;
  position: relative;
  text-align: center;
  padding-bottom: 23px;
  margin-bottom: 40px; }
  .s_headline:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #fff; }
  .s_headline h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 6px; }
  .s_headline h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #fff; }

form .widget {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 20px; }
  form .widget.right {
    float: right; }
  form .widget.fullWidth, form .widget.mainContainer, form .widget.mainContent, form .widget.s_headline, form .widget label.widget, form .widget input.widget.text, form .widget textarea.widget, form .widget.submit_container, form .submit_container input.widget, form .widget.intl-tel-input, form .widget.inquiryHead, form .widget.msg_successful {
    width: 100%; }
  form .widget label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
    form .widget label span.mandatory {
      color: #d5b46d;
      margin-left: 3px; }
  form .widget input.text {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #8c8986;
    border: 1px solid #ede8e3; }
    form .widget input.text:focus {
      color: #403c35;
      border: 1px solid #d5b46d; }
  form .widget input.error {
    border: 1px solid #e13c3c; }
  form .widget textarea {
    height: 150px;
    padding: 10px 15px;
    color: #8c8986;
    border: 1px solid #ede8e3;
    resize: none; }
    form .widget textarea:focus {
      color: #403c35;
      border: 1px solid #d5b46d; }
  form .widget fieldset legend {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold; }
    form .widget fieldset legend span {
      float: none;
      margin-right: 0;
      color: #d5b46d;
      margin-left: 2px; }
  form .widget fieldset span {
    float: left;
    margin-right: 20px; }
    form .widget fieldset span label {
      float: none;
      width: auto;
      font-weight: normal;
      display: inline-block;
      margin-left: 5px; }
  form .widget.accommodation_type {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px; }
    form .widget.accommodation_type fieldset legend {
      display: none; }
  form .widget.widget-textarea {
    float: left;
    width: 100%; }
form .widget-headline {
  width: 100%;
  margin-bottom: 10px; }
  form .widget-headline h2 {
    font-size: 22px;
    font-family: baskervlle2_btroman;
    color: #d5b46d; }
  form .widget-headline p {
    font-size: 12px;
    color: #8c8986;
    font-style: italic; }
form .widget-date img {
  width: auto;
  position: absolute;
  right: 20px;
  top: 36px;
  cursor: pointer; }
form .submit_container input {
  padding: 15px;
  color: #ffffff;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
  font-family: baskervlle2_btroman;
  background: #d5b46d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form .submit_container input:hover {
    background: #403c35; }
form #error-msg, form #valid-msg {
  color: #e13c3c;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  font-size: 14px; }
form #valid-msg {
  color: #8fcc5a; }

.inquiryHead {
  position: relative; }
  .inquiryHead figure img {
    width: 100% !important;
    height: 100% !important; }
  .inquiryHead:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 357px;
    width: 100%;
    background: url(../img/overlay_2.png) center bottom repeat-x; }
  .inquiryHead:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 42px;
    width: 100%;
    background: url(../img/grunge_1.png) center bottom repeat-x; }
  .inquiryHead .content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 20px;
    font-size: 26px;
    color: #b4aca4;
    text-align: center;
    font-family: baskervlle2_btroman; }
    .inquiryHead .content h1 {
      font-size: 42px;
      color: #d5b46d;
      text-transform: uppercase; }
  .inquiryHead.type_2 .content {
    font-size: 16px;
    font-family: 'Lato', sans-serif; }
    .inquiryHead.type_2 .content h1 {
      font-family: baskervlle2_btroman; }

.msg_successful {
  text-align: center;
  font-size: 14px; }
  .msg_successful:before {
    content: "";
    display: inline-block;
    width: 196px;
    height: 196px;
    background: url(../img/ico_check.png) 0 0 no-repeat;
    clear: both; }
  .msg_successful h3 {
    font-size: 28px;
    font-family: baskervlle2_btroman;
    margin-top: 30px;
    margin-bottom: 10px; }

@media only screen and (max-width: 800px) {
  .inquiryHead {
    overflow: hidden;
    position: relative;
    height: 300px; }
    .inquiryHead figure img {
      position: absolute;
      left: 0;
      top: 0;
      height: 300px !important;
      width: auto !important; } }
@media only screen and (max-width: 580px) {
  .mainContent {
    padding: 20px; }

  .inquiryHead .content {
    font-size: 24px;
    bottom: 30px; }
    .inquiryHead .content h1 {
      font-size: 32px; }

  form .widget {
    width: 100%;
    margin-bottom: 10px; }
    form .widget.widget-headline {
      margin-top: 20px; }
      form .widget.widget-headline:first-child {
        margin-top: 0; } }

/*# sourceMappingURL=iframe.css.map */
