﻿body {
  font-family: "europa", sans-serif;
  min-width: 320px;
  font-size: 16px;
  background-color: #fff;
  color: #111;
}

body.menu-open {
  overflow: hidden;
}

img {
  border: 0;
}

.color-main {
  color: #00C3DD;
}

.border-main {
  border-color: #00C3DD;
}

.border-second,
.hover-border-second:hover,
.hover-border-second:focus {
  border-color: #BC6FA1;
}

.border-third {
  border-color: #97AACB;
}

.border-white {
  border-color: #fff;
}

.border-standard {
  border: 1px solid #D3D3D3;
}

.border-bottom-standard {
  border-bottom: 1px solid #d3d3d3;
}

.bg-main,
.booking-search-icon-button {
  background-color: #00C3DD;
  color: #f9f9f9;
}

.color-second,
.color-red,
.hover-second:hover,
.hoved-secong:focus {
  color: #BC6FA1;
}

.bg-second,
.button-me a {
  background-color: #BC6FA1;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-error {
  background-color: #B54A4A;
  color: #fff;
}

.bg-yellow {
  background-color: #F8A84A;
  color: #fff;
}

.color-white,
a.color-white,
.hover-white:hover,
.hover-white:focus {
  color: #Fff;
}

.color-gray {
  color: #888888;
}

.color-third {
  color: #97AACB;
}

.color-success {
  color: #648D51;
}

.color-black {
  color: #111;
}

a,
.link-this {
  color: #111;
  text-decoration: underline;
}

button.link-this {
  border: 0 none;
  display: inline;
  background-color: transparent;
  outline: 0 none;
}

a:hover,
a:focus,
.link-this:hover,
.link-this:focus .hover-link:hover,
.hover-link:focus {
  color: #97AACB;
  text-decoration: none;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-30 {
  padding: 30px;
}

.p-60 {
  padding: 60px;
}

.pl-30 {
  padding-left: 30px;
}

.page-padding-top {
  padding-top: 120px;
}

.page-padding-top-low {
  padding-top: 80px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-60 {
  margin-top: 60px;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.margin-b-90 {
  margin-bottom: 90px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-30 {
  margin-right: 30px;
}

.no-margin {
  margin: 0;
}

.border-top {
  border-top: 1px solid #707070;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.font-xx-large {
  font-size: 22px;
}

.font-x-large {
  font-size: 20px;
}

.font-large {
  font-size: 18px;
}

.font-normal {
  font-size: 16px;
}

.font-small {
  font-size: 12px;
}

.title-x-large {
  font-size: 58px;
}

.title {
  font-size: 32px;
}

.title-small {
  font-size: 26px;
}

.position-relative {
  position: relative;
}

.shadow-normal {
  box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.16);
}

.shadow-down {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
}

.shadow-down-small {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.hover-zoom-image,
.hover-zoom-image img {
  overflow: hidden;
}

.hover-zoom-image img {
  transition: all ease 0.3s;
}

.hover-zoom-image:hover img,
.hover-zoom-image:focus img {
  transform: scale(1.1);
}

.btn-none {
  border: 0 none;
  outline: 0 none !important;
  background-color: transparent;
}

.link-btn {
  height: 50px;
  border-radius: 25px;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  border: 1px solid transparent;
}

.link-btn.link-btn-large {
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
}

.link-btn.link-btn-full {
  width: 100%;
  display: block;
  text-align: center;
}

.btn-hover {
  border: 1px solid transparent;
}

.link-btn:focus,
.link-btn:hover,
.btn-hover:hover,
.btn-hover:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  outline: 0 none;
}

.float-right {
  float: right;
}

header {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  padding: 20px 30px;
  position: relative;
  z-index: 1000;
}

.header-right {
  padding-top: 5px;
}

header button,
.nav-wrapper button {
  border: 0 none;
  background-color: transparent;
}

.header-link {
  text-decoration: none;
  font-size: 24px;
  margin: 0 10px;
}

.language-menu {
  display: inline-block;
  line-height: 24px;
  margin: 0 10px;
}

.language-menu > a {
  text-decoration: none;
}

.language-menu > a + a:before {
  content: " / ";
  color: #111;
}

.nav-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  z-index: -1;
}

.nav-wrapper-overlay {
  background-color: #333;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.menu-open .nav-wrapper-overlay {
  opacity: 0.7;
}

.nav-inner:after,
header:after {
  display: table;
  content: " ";
  clear: both;
}

nav {
  position: absolute;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 400px;
  background-color: #f9f9f9;
  display: block;
  min-height: 600px;
  transition: width ease 0.5s, right ease 0.5s;
}

.nav-inner-wrapper {
  display: table;
  height: 100%;
}

.menu-open nav {
  right: 0;
}

.submenu-open nav {
  width: 800px;
}

nav a,
nav a:hover,
nav a:focus {
  color: #555555;
}

.nav-inner {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
}

.submenu-wrapper {
  display: table;
  vertical-align: middle;
  width: 0;
  background-color: #e4e4e4;
  height: 100%;
  right: 0;
  transition: width ease 0.5s;
}

.submenu-open .submenu-wrapper {
  width: 400px;
}

ul.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.main-menu > li {
  display: block;
  margin: 0;
  padding: 0 50px;
}

ul.main-menu > li.open {
  background-color: #e4e4e4;
  border-bottom: 1px solid #e25115;
  border-top: 1px solid #c6c6c6;
  margin-top: -1px;
}

ul.main-menu > li > .main-menu-item-inner {
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  height: 50px;
  line-height: 50px;
}

ul.main-menu > li.open > .main-menu-item-inner {
  border-bottom: 0 none;
}

ul.main-menu > li > .main-menu-item-inner.has-dropdown {
  padding-right: 50px;
}

ul.main-menu > li > .main-menu-item-inner > a,
ul.main-menu > li > .main-menu-item-inner button {
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding-left: 10px;
}

ul.main-menu > li > .main-menu-item-inner button {
  color: #555;
  text-decoration: underline;
  width: 100%;
  text-align: left;
}

ul.main-menu > li > .main-menu-item-inner > a:hover,
ul.main-menu > li > .main-menu-item-inner > a:focus,
ul.main-menu > li > .main-menu-item-inner button:hover,
ul.main-menu > li > .main-menu-item-inner button:focus {
  background-color: #e4e4e4;
  text-decoration: none;
}

ul.main-menu > li.open > .main-menu-item-inner > a:hover,
ul.main-menu > li.open > .main-menu-item-inner > a:focus {
  background-color: transparent;
}

.menu-item-icon {
  display: inline-block;
  font-size: 20px;
  width: 27px;
}

ul.main-menu > li > .main-menu-item-inner > a.active .menu-item-icon {
  color: #e25115;
}

ul.main-menu > li > .main-menu-item-inner .dropdown-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border-left: 1px solid #c6c6c6;
  color: #bebebe;
  font-size: 18px;
  outline: 0 none;
}

ul.main-menu > li.open > .main-menu-item-inner .dropdown-icon,
ul.main-menu > li > .main-menu-item-inner .dropdown-icon:hover,
ul.main-menu > li > .main-menu-item-inner .dropdown-icon:focus {
  color: #363636;
}

ul.main-menu > li > .main-menu-item-inner .dropdown-icon:hover,
ul.main-menu > li > .main-menu-item-inner .dropdown-icon:focus {
  background-color: #e4e4e4;
}

.dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 400px;
  height: 100%;
  transition: right ease 0.5s;
  padding: 100px 0;
  overflow-y: auto;
}

.dropdown-submenu > .d-table {
  height: 100%;
  width: 100%;
}

.open .dropdown-submenu {
  right: 0;
}

.dropdown-submenu-inner {
  display: table-cell;
  vertical-align: middle;
}

.dropdown-submenu-inner > ul {
  margin: 0;
  padding: 0 50px;
  list-style: none;
}

.dropdown-submenu-inner > ul > li > a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #c6c6c6;
  color: #555;
  font-size: 14px;
  font-weight: 700;
}

.dropdown-submenu-inner > ul > li > a.submenu-parent {
  color: #959595;
  font-size: 18px;
  font-weight: 400;
}

.main-menu-close {
  cursor: pointer;
  color: #95989A;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1000;
}

.main-menu-close > i {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  color: #696969;
}

/*figcaption {
    background-color:#e7e7e7;
    padding:2px 5px;
    font-size:12px;
    font-style:italic;
}*/
.image-full,
.img-full {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.ingress {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.story {
  font-size: 18px;
}

.body-text {
  margin-bottom: 30px;
}

.body-text ul {
  margin: 15px 0;
  padding-left: 20px;
}

.banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
}

.banner.subpage-banner {
  height: 700px;
  margin-bottom: 60px;
}

.banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}

.banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
}

.banner.subpage-banner .banner-content {
  top: auto;
  bottom: 230px;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.scroll-me.scroll-me-scrolling {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.booking-search-wrapper {
  width: 1134px;
  margin: 0 auto;
  background-color: #fff;
  color: #111;
  height: 68px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.16);
}

.map-search-wrapper {
  border-radius: 0;
}

.booking-search-wrapper::after,
.booking-search-sidebar::after,
.booking-search-dates::after,
.booking-search-field::after {
  clear: both;
  display: table;
  content: " ";
}

.booking-search-dates {
  width: 290px;
  float: left;
  border: 1px solid #CECECE;
}

#contact-form .booking-search-dates {
  width: auto;
  float: none;
  border: 0 none;
  border-bottom: 1px solid #707070;
}

.booking-search-dates > .input-group {
  width: 100%;
}

.booking-search-sidebar .booking-search-dates {
  width: 100%;
  float: none;
  height: 66px;
}

.booking-search-field {
  width: 217px;
  float: left;
  position: relative;
  border: 1px solid #CECECE;
}

.booking-search-field-double {
  width: 300px;
}

.booking-search-sidebar .booking-search-field {
  width: 135px;
}

.booking-search-sidebar .booking-search-field-double {
  width: 100%;
}

.booking-search-remove-dates {
  cursor: pointer;
  position: absolute;
  right: 65px;
  top: 21.5px;
  font-size: 20px;
}

.booking-search-remove-dates:hover,
.booking-search-remove-dates:focus {
  color: red;
}

.booking-search-icon-button {
  border: 0 none;
  border-radius: 5px;
  text-align: center;
  width: 33px;
  height: 33px;
  font-weight: 700;
  outline: 0 none !important;
  padding: 0;
}

.booking-search-dates .input-group-addon {
  border-radius: 5px !important;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 17.5px;
  right: 20px;
  cursor: pointer;
  line-height: 33px;
}

.booking-search-text-field {
  float: left;
  width: 270px;
  border: 1px solid #CECECE;
}

.booking-search-button-field {
  float: left;
}

.booking-search-counter-field {
  position: relative;
}

.booking-search-counter-field .booking-search-icon-button {
  position: absolute;
  top: 17.5px;
  left: 20px;
}

.booking-search-counter-field .booking-search-icon-button.quantity-increase {
  left: auto;
  right: 20px;
}

.booking-search-counter {
  line-height: 66px;
  text-align: center;
}

/*.booking-search-field-quantity {
    position: absolute;
    bottom: 0;
    left: 0;
}

    .booking-search-field-quantity.quantity-increase,
    .booking-search-field-quantity.linen-quantity-increase {
        left: auto;
        right: 0;
    }*/
/*.booking-search-button-field button {
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    text-align: center;
    outline:0 none !important;
}

.booking-search-button-field button.search-button {
    border: 0 none;
    width: 230px;
} 

.booking-search-button-field button.search-filter-button {
    padding:0 30px;
    margin-left:15px;
}*/
/*.booking-search-field input {
    border: 0 none;
    height: 33px;
    width: 100%;
}*/
.search-button,
.search-filter-button {
  height: 68px;
  width: 70px;
  text-align: center;
  line-height: 68px;
  float: left;
  border: 0 none;
}

.search-filter-button {
  background-color: #00A9BF;
  color: #fff;
}

.kalendae-range-to {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.kalendae .k-btn-close:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.text-input {
  height: 66px;
  line-height: 66px;
  padding-left: 20px;
}

.text-input:empty::after {
  content: attr(data-placeholder);
}

.text-input:empty ~ .booking-search-remove-dates {
  display: none;
}

.scroll-to-search-btn {
  position: fixed;
  top: 23px;
  right: 18px;
  width: 67px;
  height: 67px;
  text-align: center;
  line-height: 67px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  z-index: -9999;
  opacity: 0;
  border: 0 none;
  font-size: 22px;
  outline: 0 none;
}

.scroll-to-search-btn.active {
  z-index: 100;
  opacity: 1;
}

.booking-filter-wrapper {
  position: relative;
  background-color: #fff;
  padding: 30px;
}

#filter-collapse {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  position: relative;
  z-index: 9;
  width: 1134px;
}

#filter-text {
  display: block;
  width: 100%;
  height: 66px;
  line-height: 66px;
  padding: 0 25px;
  border: 1px solid #CECECE;
  outline: 0 none !important;
}

.filter-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-group-double li {
  float: left;
  width: 50%;
  padding-right: 1px;
}

.filter-group-double::after {
  clear: both;
  display: table;
  content: " ";
}

.filter-item {
  width: 100%;
  border: 0 none;
  outline: 0 none;
  border-radius: 6px;
  padding: 15px 45px 15px 20px;
  background-color: #DBDBDB;
  text-align: left;
  margin-bottom: 1px;
}

.filter-item:hover,
.filter-item:focus {
  background-color: #F4F4F4;
}

.filter-item.active {
  background-color: #648D51;
  color: #fff;
}

/*.booking-filter-item {
    display: inline-block;
    margin-left: 60px;
    line-height: 24px;
    text-decoration: none;
}

    .booking-filter-item > i {
        float: left;
        font-size: 24px;
        margin-right: 5px;
    }

.booking-filter-options-wrapper {
    padding: 45px 30px 20px;
    border-bottom: 1px solid #707070;
    display: none;
}

.booking-filter-options-open .booking-filter-options-wrapper {
    display: block;
}

.booking-filter-option {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D1D1D1;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-right: 30px;
}

    .booking-filter-option:hover,
    .booking-filter-option:focus {
        text-decoration: none;
        color: #111;
    }*/
.searching .booking-results-header {
  display: none;
}

.booking-results-header {
  margin-top: 90px;
  margin-bottom: 15px;
  padding: 30px;
}

.booking-result-header-view-btn {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  margin-top: -15px;
}

.booking-result-header-view-btn + .booking-result-header-view-btn {
  border-left: 1px solid #DEDEDE;
}

.booking-result-header-view-btn > i {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.active-filter-items-wrapper {
  padding-top: 5px;
  display: none;
}

.active-filter-items-wrapper.active {
  display: block;
}

.active-filter-items {
  display: inline;
}

.active-filter-items > span {
  display: inline-block;
  background-color: #C6C6C6;
  color: #fff;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  margin: 0 5px 5px 0;
}

.active-filter-items-wrapper > button {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 0 none;
}

#payment-page {
  position: relative;
}

#payment-form.loading .payment-form-loader,
#payment-confirmation.loading .payment-confirmation-loader,
#mypage-payment-confirmation.loading .payment-confirmation-loader,
#payment-confirmation.success .payment-confirmation-content,
#mypage-payment-confirmation.success .payment-confirmation-content,
#payment-confirmation.error .payment-confirmation-error,
#mypage-payment-confirmation.error .payment-confirmation-error {
  display: block;
}

.payment-form-loader,
.payment-confirmation-loader,
#payment-form.loading .payment-form-inner,
#payment-confirmation .payment-confirmation-content,
#mypage-payment-confirmation .payment-confirmation-content,
#payment-confirmation .payment-confirmation-error,
#mypage-payment-confirmation .payment-confirmation-error {
  display: none;
}

.booking-expired-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.booking-expired-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

#minicart {
  display: none;
  position: fixed;
  top: 100px;
  right: 40px;
  background-color: #fff;
  border-radius: 20px;
  width: 250px;
  transition: top ease 0.3s;
  z-index: 9999;
}

.scrolling #minicart {
  top: 32px;
  right: 30px;
}

.scrolling.has-cabin-list #minicart {
  right: 100px;
}

#minicart.open {
  display: block;
}

.minicart-top {
  padding: 10px 15px;
}

.minicart-top button {
  background-color: transparent;
  border: 0 none;
  outline: 0 none !important;
}

.minicart-top i {
  color: #BC6FA1;
}

.minicart-timeout-wrapper {
  background-color: #F4F4F4;
  padding: 5px 20px;
}

.portal-content {
  margin-top: -140px;
}

.minicart-details-inner {
  padding: 10px 15px;
}

#minicart-cleaning {
  display: none;
}

.box {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.box.infobox {
  border-radius: 10px;
  padding: 40px;
}

.box .button-me a {
  margin-bottom: 20px;
}

.box-overlay,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stories-text {
  position: absolute;
  left: 45px;
  bottom: 30px;
}

a.stories-list-box {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  display: block;
}

.map-box {
  height: 225px;
}

.map-box-overlay {
  background-color: rgba(102, 155, 96, 0.7);
}

.overlay {
  background-color: rgba(62, 75, 87, 0.7);
}

.newsletter-box-overlay {
  background-color: rgba(106, 139, 178, 0.7);
}

.map-box:hover .map-box-overlay,
.map-box:focus .map-box-overlay {
  background-color: rgba(102, 155, 96, 0.9);
  color: #Fff;
}
.map-box:hover .newsletter-box-overlay,
.map-box:focus .newsletter-box-overlay {
  background-color: rgba(106, 139, 178, 0.9);
  color: #Fff;
}

.map-box i {
  font-size: 55px;
  margin-bottom: 15px;
}

.item-box {
  background-color: #F9F9F9;
  position: relative;
  padding-left: 330px;
  overflow: hidden;
  font-size: 16px;
}

.item-box-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.item-box-right {
  padding: 30px 35px;
}

.item-box-row:after {
  clear: both;
  display: table;
  content: " ";
}

.item-box-half {
  width: 50%;
  float: left;
}

.item-box-top-right {
  text-align: right;
}

.item-box-title {
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.item-box-title > i {
  vertical-align: top;
  padding-top: 10px;
  padding-left: 5px;
}

a.item-box-title:hover,
a.item-box-title:focus {
  text-decoration: none;
}

.item-box .toggle-favorite {
  vertical-align: top;
  padding-top: 8px;
  padding-left: 7px;
}

.item-box-facility {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 10px;
  margin-left: 10px;
  min-width: 60px;
}

.item-box-facility > i {
  display: block;
  margin-bottom: 5px;
}

.item-box-text {
  height: 45px;
  overflow: hidden;
}

.item-box-detail {
  display: inline-block;
  margin-right: 30px;
}

.item-box-buttons {
  float: right;
  text-align: right;
  margin-top: -30px;
}

.item-box-btn {
  margin-left: 15px;
}

/*.unit-page {
    position: relative;
    overflow: hidden;
}

.unit-page-right {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 30px;
    text-align: center;
}

    .unit-page-right a {
        display: block;
        font-size: 24px;
        margin-bottom: 15px;
        color: #fff;
    }*/
#unit-map {
  height: 514px;
  position: relative;
  z-index: 0;
}

ul.unit-details-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

ul.unit-details-list > li {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #E0E0E0;
  margin-right: 5px;
  margin-bottom: 6px;
}

.toggle-favorite {
  background-color: transparent;
  border: 0 none;
  outline: 0 none !important;
}

.toggle-favorite.active {
  color: #F8A84A;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.modal-wrapper.open {
  display: block;
}

.modal-box {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  padding: 40px 60px;
  width: 360px;
  max-width: 90%;
}

.modal-box-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  line-height: 1;
  font-size: 44px;
  color: #fff;
}

.order-item-upper:after {
  display: table;
  content: " ";
  clear: both;
}

.order-item-half {
  float: left;
  width: 50%;
}

.order-item-info {
  position: relative;
  padding-left: 110px;
}

.order-item-image {
  position: absolute;
  width: 90px;
  height: auto;
  top: 0;
  left: 0;
}

.custom-checkbox-wrapper {
  position: relative;
  outline: 0 none !important;
  cursor: pointer;
}

.custom-checkbox-wrapper > input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.custom-checkbox {
  display: inline-block;
  margin-left: 10px;
  width: 33px;
  height: 33px;
  border: 2px solid #00C3DD;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.custom-checkbox-wrapper > input:checked ~ .custom-checkbox {
  background-color: #00C3DD;
}

.linen-quantity-wrapper input,
.counter-wrapper input {
  width: 60px;
  border: 0 none;
}

.linen-quantity-wrapper .booking-search-field-quantity,
.counter-wrapper .booking-search-field-quantity {
  position: static;
}

.order-details-line {
  padding: 12.5px 0;
  border-bottom: 1px solid #BCBCBC;
}

.order-details label {
  display: block;
  margin: 30px 0 10px;
  font-weight: 400;
}

.order-details textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 3px;
  height: 160px;
  padding: 10px;
}

.invoice {
  background-color: #f7f7f7;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 10px 0;
}
.invoice .invoice-header {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.invoice .invoice-header .invoice-header-right {
  margin-left: auto;
  font-weight: 400;
  width: 100%;
  text-align: right;
}
.invoice .invoice-header .status-badge {
  margin-left: auto;
}
.invoice .invoice-line {
  display: flex;
}
.invoice .invoice-line span {
  margin-left: auto;
}
.invoice .invoice-footer {
  margin-top: 30px;
}
.invoice .invoice-footer .form-button {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1.25;
  padding: 10px 30px;
}

.invoice-payment-line {
  border-top: 1px solid #C9C9C9;
  display: flex;
  padding-top: 10px;
  margin: 15px 0;
  font-size: 22px;
}
.invoice-payment-line span {
  margin-left: auto;
}

.status-badge {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
}
.status-badge.status-badge-success {
  color: #fff;
  background-color: #97B985;
}
.status-badge.status-badge-error {
  color: #fff;
  background-color: #B54A4A;
}

form .form-group label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

form .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
  outline: 0 none;
  margin-bottom: 30px;
}

form textarea.form-control {
  min-height: 150px;
}

form .form-control.radiobuttonlist {
  height: auto;
}
form .form-control.radiobuttonlist input, form .form-control.radiobuttonlist label {
  cursor: pointer;
}
form .form-control.radiobuttonlist input:focus, form .form-control.radiobuttonlist input:hover, form .form-control.radiobuttonlist label:focus, form .form-control.radiobuttonlist label:hover {
  font-weight: 700;
}
form .form-control.input-validation-error {
  border-color: red;
  margin-bottom: 0;
}
form .field-validation-error {
  font-size: 12px;
  color: red;
  margin-bottom: 30px;
}

.umbraco-forms-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.16);
}
.umbraco-forms-form form .form-control {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.umbraco-forms-form .umbracoForms-Indicator {
  color: red;
}

.umbraco-forms-submitmessage {
  display: block;
  padding: 30px;
  margin: 30px auto;
  border-radius: 5px;
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  font-size: 20px;
}

#login-failed {
  display: none;
  font-weight: 700;
  padding: 20px 30px;
  color: red;
  margin: 30px auto;
}

form input.form-control.error,
form textarea.form-control.error,
form select.form-control.error,
label.error,
#login-failed,
.text-input.error {
  border: 1px solid red;
  outline: 0 none;
}

form input.form-control.error:focus,
form select.form-control.error:focus,
form textarea.form-control.error:focus {
  box-shadow: 0 0 5px red;
  outline: 0 none;
}

label > p {
  display: inline;
}

.form-button,
.button-me a {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid transparent;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  text-decoration: none;
}

.form-confirmation {
  margin: 30px 0;
  border-radius: 5px;
  padding: 30px;
}

.loading #register-form,
.loading #contact-form,
#register-loading,
#contact-form-loading {
  display: none;
}

.loading #register-loading,
.loading #contact-form-loading,
.loading .loader {
  display: block;
}

.mypage-header {
  padding: 70px 30px 30px;
  margin-bottom: 80px;
}

ul.mypage-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.mypage-menu > li {
  display: inline-block;
  padding: 30px;
}

ul.mypage-menu > li button {
  border: 0 none;
  background-color: transparent;
  display: inline;
  text-decoration: underline;
}

#map-search-wrapper {
  position: relative;
  padding: 20px;
}

#map {
  height: calc(100vh - 320px);
  min-height: 450px;
  position: relative;
  z-index: 1;
}

#map-filter {
  position: relative;
  z-index: 10;
}

#map-search-wrapper #filter-collapse {
  position: absolute;
  z-index: 1000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

.leaflet-popup-content-wrapper {
  padding: 0;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 0;
  width: 320px;
}

.map-popup-content {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}

.map-popup-price {
  position: absolute;
  top: -17px;
  right: 20px;
  height: 34px;
  border-radius: 17px;
  padding: 0 15px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  background-color: #E6E6E6;
}

.story-image-wrapper {
  display: block;
  position: relative;
}

.story-image-wrapper figcaption {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 35px;
}

.story-image-wrapper.story-image-full figcaption {
  bottom: 0;
}

.img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.6));
}

.story-title-wrapper {
  position: absolute;
  right: 0;
  bottom: 160px;
  left: 0;
}

.story-section-title {
  display: inline-block;
  padding: 20px 90px;
  border-top: 1px solid #707070;
  margin-top: 60px;
}

.gallery-icon {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  text-align: center;
  line-height: 55px;
  font-size: 26px;
}

.video-button {
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  font-size: 26px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blockquote-me {
  border: 0 none;
  font-size: 26px;
  font-style: italic;
  padding: 25px 25px 25px 100px;
  max-width: 600px;
  display: block;
  position: relative;
}

.blockquote-me::before {
  position: absolute;
  left: 55px;
  top: 18px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #BC6FA1;
  font-size: 32px;
}

.content-search-form {
  position: relative;
  margin-bottom: 90px;
  height: 100px;
  border-radius: 50px;
  border: 1px solid #707070;
  line-height: 100px;
  padding-right: 100px;
  overflow: hidden;
}

.content-search-form > input {
  border: 0 none;
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding-left: 50px;
  outline: 0 none !important;
}

.content-search-form > button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0 none;
  width: 100px;
  font-size: 32px;
  height: 100px;
  line-height: 100px;
}

.search-result-wrapper {
  margin-bottom: 30px;
}

.searching #search-result {
  display: none;
}

.search-result {
  display: block;
  padding: 25px;
  border-bottom: 1px solid #D3D3D3;
  text-decoration: none;
}

a.search-result:hover,
a.search-result:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

.search-result.search-result-with-image {
  position: relative;
  padding-left: 110px;
}

.search-result.search-result-with-image > img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 30px;
}

.search-loader,
.loader {
  display: none;
  text-align: center;
  padding: 80px 0;
  margin: 60px auto;
  background-color: #fff;
}

.searching .search-loader {
  display: block;
}

.loader svg,
.search-loader svg {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.fullscreen-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.fullscreen-loader.loading {
  display: block;
}

.fullscreen-loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 970px;
  max-width: 85%;
}

#map-search-loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.searching #map-search-loader {
  display: block;
}

.map-search-loader-inner {
  position: absolute;
  width: 100%;
  max-width: 970px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

footer {
  padding: 75px 0 60px;
  background-color: #3E4B57;
  color: #fff;
}

footer a {
  text-decoration: underline;
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}

.footer-some a {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.5;
}

.footer-some a:hover,
.footer-some a:focus {
  opacity: 1;
}

.footer-right {
  text-align: right;
}

ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1199px) {
  .margin-b-md-0 {
    margin-bottom: 0;
  }
  .margin-b-md-10 {
    margin-bottom: 10px;
  }
  .booking-search-wrapper,
  #filter-collapse {
    width: 961px;
  }
  .booking-search-dates {
    width: 246px;
  }
  #contact-form .booking-search-dates {
    width: auto;
  }
  .booking-search-field {
    width: 200px;
  }
  .booking-search-text-field {
    width: 194px;
  }
  .search-filter-button {
    width: 51px;
  }
  .item-box-right {
    padding: 20px 15px;
  }
  .item-box-facility {
    border-radius: 4px;
    padding: 5px 7px;
    margin-left: 5px;
    margin-bottom: 5px;
    min-width: 0;
  }
  .item-box-facility > i {
    display: none;
  }
  .item-box-buttons {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .color-sm-black {
    color: #000;
  }
  .margin-b-sm-0 {
    margin-bottom: 0;
  }
  .margin-b-sm-30 {
    margin-bottom: 30px;
  }
  .margin-b-sm-60 {
    margin-bottom: 60px;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .page-padding-top {
    padding-top: 30px;
  }
  .page-padding-top-low {
    padding-top: 15px;
  }
  .font-sm-normal {
    font-size: 16px;
  }
  .font-sm-small {
    font-size: 12px;
  }
  .title-x-large {
    font-size: 36px;
  }
  .title-sm-medium {
    font-size: 26px;
  }
  .title-sm-small {
    font-size: 18px;
  }
  .text-sm-center {
    text-align: center;
  }
  .d-sm-block {
    display: block;
  }
  nav,
  .dropdown-submenu {
    right: -350px;
    width: 350px;
  }
  .submenu-open nav {
    width: 700px;
  }
  .main-menu-close {
    top: 20px;
    right: 20px;
    left: auto;
  }
  header {
    padding: 20px 0;
  }
  .nav-inner,
  .submenu-open .submenu-wrapper {
    width: 350px;
  }
  ul.main-menu > li,
  .dropdown-submenu-inner > ul {
    padding: 0 30px;
  }
  .ingress {
    font-size: 19px;
  }
  .shadow-sm-none {
    box-shadow: none;
  }
  .portal .banner {
    height: auto;
  }
  .banner-content {
    top: 0;
  }
  .portal .banner-content {
    position: relative;
    padding-top: 30px;
  }
  .banner-content > .container {
    padding: 0;
  }
  .banner-content > .container > .row {
    margin: 0;
  }
  /*.booking-search-wrapper{
      height:auto;
      padding:25px 20px;
      border-radius:0;
  }*/
  .booking-search-wrapper {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: transparent;
  }
  .booking-search-dates,
  .booking-search-field,
  .booking-search-text-field,
  .booking-search-button-field {
    background-color: #Fff;
    float: none;
    width: 100%;
  }
  .search-button,
  .search-filter-button {
    width: 50%;
  }
  .scroll-me.scroll-me-scrolling .booking-search-wrapper {
    display: none;
  }
  .scroll-me.scroll-me-scrolling .booking-search-wrapper.mobile-show {
    display: block;
  }
  /*.portal .booking-search-wrapper {
      background-color: rgba(250,250,250,.25);
  }

  .booking-search-dates,
  .booking-search-button-field {
      float: none;
      width: 100%;
  }

  .booking-search-field{
      float:none;
      width:100%;
      margin-right:0;
      margin-bottom:5px;
      background-color:#fff;
      border-radius:10px;
      padding:10px 15px;
  }

      .booking-search-field label{
          margin-bottom:5px;
      }*/
  /*.booking-search-button-field button{
      height:60px;
      line-height:60px;
      border-radius:30px;
  }

  .booking-search-button-field button.search-button {
      width: 100%;
      margin:25px 0 15px;
  }

      .booking-search-button-field button.search-filter-button{
          margin:0;
          width:100%;
      }*/
  .portal-content {
    margin-top: 0;
    padding-top: 30px;
  }
  #filter-collapse {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #filter-collapse.collapsing,
  #filter-collapse.collapse.in {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .filter-item {
    padding: 7px 10px;
  }
  .booking-filter-wrapper {
    padding: 30px;
    margin: 0;
  }
  .booking-filter-sm-close {
    background-color: transparent;
    border: 0 none;
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 18px;
  }
  .filter-group ul > li,
  .filter-group-double li {
    float: none;
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
  }
  .booking-results-header {
    padding: 15px;
  }
  #map-search-wrapper {
    padding: 0;
  }
  .map-box {
    height: 180px;
  }
  .map-box i {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .item-box {
    height: 100px;
    padding-left: 145px;
    margin-bottom: 5px;
  }
  .item-box-left > img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    min-width: 0;
    max-width: none;
  }
  .item-box-right {
    padding: 10px 15px;
  }
  .item-box-title > i {
    padding-top: 5px;
  }
  .item-box .toggle-favorite {
    padding: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
  }
  .item-box-detail {
    display: inline;
    margin-right: 0;
  }
  .item-box-buttons {
    float: none;
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
  .link-btn.link-btn-sm-normal {
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    padding: 0 15px;
  }
  .story-title-wrapper {
    bottom: 30px;
  }
  #map {
    height: calc(100vh - 160px);
    max-height: 800px;
  }
  #map-search-wrapper #filter-collapse {
    position: fixed;
  }
  .toggle-map-search-btn {
    position: absolute;
    top: 23px;
    right: 18px;
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 100;
    border: 0 none;
    font-size: 22px;
    outline: 0 none;
  }
  .toggle-map-search-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0 none;
    background-color: transparent;
    font-size: 22px;
    z-index: 10;
    display: none;
  }
  .mobile-show .toggle-map-search-close {
    display: block;
  }
  .map-search-wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
  }
  .map-search-wrapper.mobile-show {
    display: block;
  }
  .availability-calendar .kalendae,
  .inline-kalendae .kalendae {
    display: block;
    width: 300px;
    background-color: transparent;
    padding: 0;
  }
  .inline-kalendae .kalendae {
    margin: 0 auto;
  }
  .availability-calendar .k-separator,
  .inline-kalendae .k-separator {
    display: none;
  }
  .availability-calendar .kalendae .k-calendar,
  .inline-kalendae .kalendae .k-calendar {
    display: block;
    width: 280px;
    height: 300px;
  }
  .availability-calendar .kalendae .k-btn-next-month,
  .inline-kalendae .kalendae .k-btn-next-month {
    right: 40px;
    top: 0;
  }
  .availability-calendar .kalendae .k-btn-previous-month,
  .inline-kalendae .kalendae .k-btn-previous-month {
    top: 0;
    left: 0;
  }
  .story-image-wrapper .img-overlay {
    display: none;
  }
  .story-title-wrapper {
    position: static;
  }
  .story-image-wrapper figcaption {
    font-size: 12px;
  }
  .order-details-unit-price-wrapper {
    float: none;
    padding-top: 5px;
    font-weight: 700;
    display: block;
  }
  .order-item-sm-full {
    float: none;
    width: 100%;
  }
  #minicart {
    top: 85px;
    right: 10px;
  }
  .scrolling #minicart {
    top: 10px;
    right: 10px;
  }
  .scrolling.has-cabin-list #minicart {
    right: 75px;
  }
  .scroll-to-search-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-xs-0 {
    padding: 0;
  }
  .title {
    font-size: 26px;
  }
  body.menu-open {
    overflow: visible;
  }
  .nav-wrapper {
    bottom: auto;
    position: absolute;
    padding-top: 60px;
    padding-bottom: 30px;
    overflow: visible;
    display: none;
    background-color: #f5f5f5;
  }
  .menu-open .nav-wrapper {
    display: block;
  }
  .nav-wrapper-overlay {
    display: none;
  }
  nav {
    position: static;
    display: block;
    min-height: 0;
  }
  .nav-inner-wrapper {
    display: block;
    height: auto;
  }
  nav,
  .submenu-open nav,
  .nav-inner {
    width: 100%;
    display: block;
  }
  .dropdown-submenu {
    position: static;
    width: 100%;
    display: none;
    padding: 0;
  }
  .main-menu .open .dropdown-submenu {
    display: block;
  }
  .dropdown-submenu-inner {
    display: block;
  }
  .submenu-wrapper,
  .submenu-open .submenu-wrapper {
    display: none;
  }
  ul.mypage-menu > li {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .booking-expired-modal {
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    padding: 30px 15px;
  }
  .linen-quantity-wrapper input {
    width: 40px;
  }
  .box.infobox {
    padding: 15px 20px;
  }
  .item-box-half {
    float: none;
    width: 100%;
  }
  footer,
  .footer-right {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .order-item-info {
    padding-left: 0;
  }
  .order-item-image {
    position: relative;
  }
  .item-box-buttons {
    right: 5px;
    bottom: 5px;
  }
  .item-box-buttons .link-btn.link-btn-sm-normal {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1699px) {
  .container.container-wide {
    width: 1670px;
  }
}
@media only screen and (min-width: 1399px) {
  .container.container-wide {
    width: 1370px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1198px) {
  /*.booking-search-dates{
      width:300px;
  }

  .booking-search-dates .booking-search-field.booking-search-field-double,
  .booking-search-dates .input-group{
      width:240px;
  }*/
  /*.booking-search-button-field {
      padding-top: 20px;
  }

      .booking-search-button-field button.search-button {
          height: 60px;
          width: 180px;
          line-height: 60px;
      }*/
}
@media only screen and (min-width: 992px) {
  .kalendae-contact-form {
    margin-left: -20px;
    text-align: center;
  }
  .item-box {
    height: auto;
    min-height: 222px;
  }
  .item-box .item-box-left {
    width: 330px;
  }
  .item-box .item-box-left img {
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .float-sm-right {
    float: right;
  }
  .order-cancel-button {
    position: absolute;
    top: 30px;
    right: 50px;
  }
  .invoice .invoice-header .invoice-header-right {
    margin-left: auto;
    width: auto;
  }
  .invoice .invoice-header .status-badge {
    margin-left: 15px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .menu-logo,
  .footer-logo > img {
    width: 115px;
    height: auto;
  }
}
