form {
    box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

form fieldset {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    margin-left: -2.5em;
    padding: 0;
}

form h2 {
    border-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    margin: 35px 0 30px;
    margin-top: 100px;
    text-transform: uppercase;
}

form hr {
    border: 0;
    clear: both;
    margin: 2em 0;
    padding: 0;
}

.error-message {
    background: tomato;
    border: 1px solid #d03a1f;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin: 1em 0 2em;
    padding: 12px 10px;
}

.field-grid-container {
    display: inline-block;
    float: left;
}

.field-grid-container h3 {
    padding-left: 38px;
}

.field-grid-item {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-bottom: 2.5em;
    padding-left: 2.5em;
    width: 100%;
}

.field-grid-item .help {
    clear: both;
    margin-bottom: -10px;
    margin-top: 5px;
}

.field-grid-item .help code {
    background: #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    margin-top: -2px;
    padding: 2px 8px;
}

.field-content {
    box-sizing: border-box;
    position: relative;
}

.field-markdown textarea {
    padding-bottom: 40px;
}

.field-grid-item-1-2 {
    width: 50%;
}

.field-grid-item-1-3 {
    width: 33.3333333%;
}

.field-grid-item-1-4 {
    width: 25%;
}

.field-grid-item-3-4 {
  width: 75%;
}

.field-grid-item-2-3 {
    width: 66.6666667%;
}

.field-icon {
    background: #fff;
    border-left: 1px dashed #e2e2e2;
    bottom: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 2.6em;
}

.field-icon .icon {
    color: #777;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
    left: 0;
    margin-top: -7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.field-counter {
    background: #fff;
    border-left: 1px dashed #e2e2e2;
    bottom: 2px;
    color: #777;
    font-weight: 400;
    line-height: 34px;
    padding: 0 15px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: auto;
}

.field-buttons {
    background: #fff;
    border-top: 1px solid #efefef;
    bottom: 6px;
    left: 2px;
    line-height: 0;
    overflow-y: hidden;
    position: absolute;
    right: 2px;
}

.field-buttons li {
    border-right: 1px solid #efefef;
    display: inline-block;
    float: none !important;
    padding: 0;
}

.field-buttons .btn {
    display: block;
    line-height: 1em;
    padding: 12px 25px;
    width: 100%;
}

.field-buttons .btn i {
    font-size: 12px;
}

.field-buttons .nav-bar {
    display: table;
    margin: auto;
}

.field-with-headline {
    counter-increment: count;
    padding-top: 6em;
}

.field-with-headline h2 {
    border-bottom: 2px solid #ededed;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
}

.field-with-headline h2:before {
    color: #82bb28;
    content: counter(count, decimal-leading-zero);
    font-weight: 400;
    left: 0;
    position: absolute;
}

.btn {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    vertical-align: middle;
}

form .space {
    border: 0;
    display: block;
    float: left;
    margin: 40px 0 20px;
    padding: 0;
    width: 100%;
}

label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 5;
}

label.error {
    color: tomato;
}

label i {
    opacity: 0.35;
}

label[contenteditable=true] {
    cursor: default;
    outline: none;
}

input, .input, select, textarea {
    outline: 0;
}

input[type=text], input[type=email], input[type=password], input[type=submit], textarea, .input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: 38px;
    margin: 0;
    min-height: 38px;
    padding: 0.5em;
    width: 100%;
}

input[type=text].error, input[type=email].error, input[type=password].error, textarea.error {
    border: 1px solid tomato;
}

input[type="checkbox"] {
    left: 12px;
    margin: 0;
    min-height: auto;
    position: absolute;
    top: 12px;
    width: auto;
}

.input-with-checkbox {
    background-color: #FFF;
    cursor: pointer;
    font-weight: 400;
    height: auto;
    margin-top: 6px;
    position: relative;
}

.input-with-checkbox span, .input-with-checkbox p {
    display: block;
    left: 0;
    line-height: 21px;
    margin-top: 0;
    padding-left: 30px;
    position: relative;
    top: 1px;
}

.input-with-radio {
    background-color: #FFF;
    display: table;
    font-weight: 400;
    height: auto;
    margin-top: 6px;
    position: relative;
}

.input-with-radio input {
    left: 15px;
    margin: 0;
    min-height: auto;
    position: absolute;
    top: 12px;
    width: auto;
}

.input-with-radio span {
    display: block;
    line-height: 1.5;
    margin-bottom: -2px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

input[type="text"]:disabled {
    background-color: #f0f3f5;
}

.field-with-icon input[type="text"] {
    padding-right: 3.5em;
}

.outer-select {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    margin-top: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.outer-select select {
    border: 0;
    cursor: pointer;
    display: block;
    float: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.outer-select .inner-select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    height: 38px;
    margin: 0;
    padding: .5em;
    text-align: left;
    text-shadow: none;
}

.outer-select .select-text {
    background: rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    min-height: 5px;
    min-width: 1px;
    overflow: hidden;
    position: relative;
    top: 2.5px;
    white-space: nowrap;
}

textarea {
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    height: 200px;
    line-height: 20px;
    margin: 0;
    padding: 0.5em;
    resize: none;
    width: 100%;
}

textarea.monospace {
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
}

textarea.autosize {
    height: 73px;
    padding-bottom: 0;
}

input:not([type=checkbox]):focus, select:focus, textarea:focus {
    border-color: #82BB28 !important;
    box-shadow: 0 0 0 3px rgba(130, 187, 40, 0.2);
    outline: 0;
}

input[type="submit"], form .button {
    background-color: #82bb28;
    border: 1px solid #82bb28;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 40px;
    line-height: 39px;
    margin: 3em 0 3em 1em;
    padding: 0 35px;
    text-decoration: none;
    transition: background .35s ease 0s, color .35s ease 0s;
    width: auto;
}

form .button {
    margin-left: 0;
    margin-right: 1em;
    margin-top: 0;
}

.buttons .button {
    margin-left: 1em;
    margin-right: 0;
    margin-top: 2em;
}

.buttons .button-left {
    float: left;
    margin-left: 0;
    margin-right: 1em;
}

.buttons .button-red {
    background-color: tomato;
    border-color: tomato;
}

.buttons .button-red:hover {
    color: tomato;
}

input[type="submit"] i, form .button i {
    font-size: 14px;
    margin-right: 8px;
}

input[type="submit"]:hover, form .button:hover {
    background: transparent;
    color: #82bb28;
}

.button i {
    margin-right: 5px;
}

.checkboxes {
    margin-top: 10px;
}

.checkboxes .label {
    display: inline-block;
    float: left;
    margin-top: 5px;
    width: 150px;
}

.checkboxes .boxes {
    display: inline-block;
    width: 400px;
}

.headline-buttons {
    float: right;
    font-size: 14px;
    height: 0;
    position: relative;
}

.headline-buttons.headline-buttons-h2 {
    top: -62px;
}

.headline-buttons ul {
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #ddd;
    list-style: none;
    margin: 0;
}

.headline-buttons ul:after {
    clear: both;
    content: " ";
    display: table;
}

.headline-buttons ul li {
    border-right: 1px solid #ededed;
    float: left;
    padding: 2px 15px;
}

.headline-buttons ul li:hover {
    background-color: #ededed;
    color: #fff;
    cursor: pointer;
}

.headline-buttons ul li:last-child {
    border-right: 0;
}

.field-tag {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-sizing: border-box;
    cursor: text;
    font-size: 15px;
    margin: 0;
    min-height: 38px;
    padding: 4px 4px 0;
    position: relative;
    width: 100%;
}

.field-tag input {
    background: #fff;
    border: 0;
    display: inline-block;
    height: 100%;
    margin-bottom: 3px;
    margin-top: 2px;
    min-height: auto;
    padding: 0.25em !important;
    width: 25%;
}

.field-tag input:focus {
    box-shadow: none !important;
}

.field-tag span {
    background: #333;
    border-radius: 3px;
    color: #fff;
    cursor: move;
    display: inline-block;
    height: 18px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 5px 42px 5px 10px;
    position: relative;
    vertical-align: middle;
}

.field-tag span.ui-sortable-placeholder {
    background: #fff;
}

.field-tag span:hover {}

.field-tag span i {
    border-left: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
    font-size: 15px;
    font-style: normal;
    height: 100%;
    padding: 4px 12px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.field-tag span i:hover {
    color: #82bb28;
    cursor: pointer
}

.field-tag-dropdown {
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    left: 0;
    margin-left: 0 !important;
    margin-top: 5px;
    min-height: 4px;
    padding: 3px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.field-tag-dropdown li {
    cursor: pointer;
    list-style: none;
    padding: 2px 5px;
}

.field-tag-dropdown li:hover {
    background: #f2f2f2;
}

.field-with-keyvalue {
    margin-bottom: 2.5em;
}

.field-keyvalue {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 1em;
}

input.field-keyvalue-input-key, .field-keyvalue .outer-select {
    align-self: auto;
    flex: 35;
    margin-right: 1em;
}

input.field-keyvalue-input-value {
    align-self: auto;
    flex: 65;
}

.field-keyvalue-input-buttons i {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0.5em 0em 0.5em 1em;
}

.field-picker-outer {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: 38px;
    margin: 0;
    min-height: 38px;
    padding: 2px;
    width: 100%;
}

.field-picker-outer .field-picker-inner {
    background: #f00;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.colpick_current_color, .colpick_hsb_h, .colpick_hsb_s, .colpick_hsb_b {
    display: none;
}

.picker {
    display: none;
    margin-top: 8px;
    width: 400px;
}

.field.hc {
    height: 1px;
    margin: -1px 0 0;
    overflow: hidden;
    text-indent: -9999px;
}

.field-with-map #map_canvas {
    border: 2px solid #ededed !important;
    box-sizing: border-box;
}

.field-medium-editor {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #000;
    min-height: 120px;
    outline: none;
    padding: .5em;
}

.field-medium-editor h1, .field-medium-editor h2, .field-medium-editor h3 {
    font-weight: bold;
    margin-block-end: 0.67em;
    margin-block-start: 0.67em;
    text-transform: none;
}

.field-medium-editor h1:first-child, .field-medium-editor h2:first-child, .field-medium-editor h3:first-child {
    margin-top: 0;
}

.field-medium-editor h1 {
    font-size: 2em;
}

.field-medium-editor h2 {
    font-size: 1.8em;
}

.field-medium-editor h3 {
    font-size: 1.6em;
}

.field-medium-editor h4 {
    font-size: 1.4em;
}

.field-medium-editor h5 {
    font-size: 1.2em;
}

.field-medium-editor h6 {
    font-size: 1em;
}

.field-medium-editor p {
    color: inherit;
}

.field-medium-editor p:last-child {
    margin-bottom: 0;
}

.field-medium-editor a {
    color: #82bb28;
    text-decoration: underline;
}

.tooltip-icon {
    float: right;
    cursor: pointer;
}

.tooltip-icon:hover .tooltip {
    opacity: 1;
    display: block;
    margin-top: 15px;
    visibility: visible;
}

.tooltip {
    background-color: #212121;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .05), 0 1px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    color: #ffffff;
    content: attr(data-tooltip);
    display: block;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 20px;
    opacity: 0;
    padding: 8px 10px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 1em;
    width: 180px;
    z-index: 5;
    transition: opacity .25s ease, margin .25s ease;
    visibility: hidden;
}

.tooltip.tooltip-left {
    left: -16px;
    right: auto;
}

.tooltip:after {
    border-bottom: 7px solid #212121;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    right: 15px;
    top: -7px;
}

.tooltip.tooltip-left:after {
    left: 15px;
    right: auto;
}

@media (max-width: 767px) {
    form {
        display: block;
        width: 100%;
    }

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

    input, textarea {
        max-width: 100%;
        width: 100%;
    }

    table td input, table td textarea {
        max-width: 100%;
        width: 100% !important;
    }

    .field-grid-item-1-2, .field-grid-item-1-3, .field-grid-item-1-4, .field-grid-item-2-3, .field-grid-item-3-4 {
        width: 100%;
    }
}

.field-grid-submit {
    text-align: center;
}

.field-grid-submit button {
    background: transparent;
    border: 1px solid #82bb28;
    border-radius: 4px;
    color: #82bb28;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    margin: 15px 0;
    padding: 8px 35px;
    transition: background .35s ease, color .35s ease;
}

.field-grid-submit button:hover {
    background: #82bb28;
    color: #FFFFFF;
}

input:focus, select:focus, textarea:focus {
    border-color: #77a1d3 !important;
    outline: 0;
}

input[type=text], input[type=email], input[type=password], input[type=submit], textarea, .input {
    border: 1px solid #e2e6e9;
}

.field-with-headline h2 {
  text-align: left;
  padding-left: 0 !important;
}
.field-with-headline h2:before,
.field-with-headline h2:after {
  display: none;
}
.field-grid-submit button {
  background: #869a96;
  border: 1px solid #869a96;
  color: #fff;
  border-radius: 0;
}
.field-grid-submit button:hover {
  background: transparent;
  color: #869a96;
}
input:not([type=checkbox]):focus,
select:focus,
textarea:focus {
  border-color: #869a96 !important;
  box-shadow: 0 0 0 3px rgba(134,154,150,0.2);
}

.hotel-rooms {
  margin-top: -30px;
  padding-bottom: 100px;
}
.hotel-rooms .room {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .hotel-rooms .room {
    flex-direction: column;
  }
}
.hotel-rooms .room-slider {
  flex: 0.8;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .hotel-rooms .room-slider {
    height: 300px;
    padding-top: 54%;
  }
}
.hotel-rooms .room-slider.slider-arrows {
  color: #fff;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  font-weight: 300;
}
.hotel-rooms .room-slider.slider-arrows:before {
  box-sizing: border-box;
  content: "\f053";
  left: 0;
  opacity: 1;
  padding: 35px 15px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 100;
}
.hotel-rooms .room-slider.slider-arrows:after {
  box-sizing: border-box;
  content: "\f054";
  opacity: 1;
  padding: 35px 15px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 100;
}
.hotel-rooms .room-images {
  height: 100%;
  position: absolute;
  width: 9999px;
  display: flex;
  top: 0;
}
.hotel-rooms .room-image {
  flex: 1;
}
.hotel-rooms .room-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
}
.hotel-rooms .room-text {
  background: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 240px;
  padding: 25px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.hotel-rooms .room-text .col-inner {
  flex: 1;
}
.hotel-rooms .room-text .col-inner .button {
  float: right;
}
.hotel-rooms .room-text h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0;
}
.hotel-rooms .room-text p:last-child {
  margin-bottom: 0;
}
.hotel-rooms .room-guests {
  font-size: 30px;
}
.hotel-rooms .room-guests .fal {
  opacity: 0.3;
}
.hotel-rooms .room-guests .fal.room-guests-min {
  opacity: 1;
}
.hotel-rooms .flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .hotel-rooms .room-slider {
    padding-top: 66%;
  }
  .hotel-rooms .room {
    display: flex;
    flex-direction: column;
  }
  .hotel-rooms .room-text {
    border-left: 1px solid #efefef;
  }
}

.infobox-background{background:rgba(0,0,0,.85);height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:10001}.infobox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border-radius:10px;left:50%;opacity:0;padding:0;position:fixed;text-align:center;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:800px;z-index:10002;max-width:94%;max-height:80%;overflow:auto;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.infobox img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.infobox .inner{text-align:left;padding:45px}.infobox h2{color:var(--form-border-color);margin-top:1.3em;margin-bottom:.6em}.infobox h2:first-child{margin-top:0}.infobox h2:last-child{margin-bottom:0}.infobox p{line-height:1.4}.infobox .button.cta{display:block;margin-top:2em;margin-bottom:0;text-align:center}@media(max-width: 800px){.infobox{grid-template-columns:1fr}.infobox img{max-height:200px}.infobox h2{font-size:1.4em}.infobox .inner{padding:30px 20px 20px}}.infobox-close{cursor:pointer;height:30px;position:fixed;right:10px;top:10px;width:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}
