@charset "UTF-8";
/* CSS Document */


header:not(.sticky) #logo img {
    padding: 0 0.5rem;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 20px;
    width: calc(214px + 1rem);
    height: 72px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255), rgba(255, 255, 255, 255), rgba(255, 255, 255, 255), rgba(255, 255, 255, 255), rgba(255, 255, 255, 255), rgba(255, 255, 255, 0));
}

header.sticky #logo img {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 20px;
    width: 149px;
    height: 50px;
}

.admin-spacer {
    width: 100%;
    height: 120px;
    background-color: #333;
}

.showcase-image {
    height: 196px;
    background-size: cover;
}

.showcase-image.showcase-main {
    height: 400px;
}

.showcase-image.showcase-secondary {
    height: 196px !important;
}

.marker_info img {
    max-width: 280px;
}

.btn_1:disabled {
    filter: grayscale(1);
    pointer-events: none;
}

label.hide-label {
    display: none;
}

#ConfirmBookingBtn:disabled {
    background-color: #333 !important;
}

.btn-apartment-visible {
    background-color: #bf8f23;
}

.btn-apartment-hidden {
    background-color: #32ca24;
}

.btn-apartment-delete {
    background-color: #d13e2b;
}

td.day-not-available {
    background-color: #ffa7a7 !important;
    color: #FFF !important;
}

td.day-available {
    background-color: #a7ffa7;
}

td.day-available-to {
    background: linear-gradient(-45deg, #ffa7a7 0% 50%, #a7ffa7 50% 100%) !important;
    color: #444 !important;
}

td.day-available-from {
    background: linear-gradient(135deg, #ffa7a7 0% 50%, #a7ffa7 50% 100%) !important;
    color: #444 !important;
}

td.new.day-not-available, td.old.day-not-available, td.day-available.disabled {
    background-color: #ffdddd !important;
    color: #444 !important;
}

td.new.day-available, td.old.day-available {
    background-color: #ddffdd;
    color: #444 !important;
}

td.new.day-available-to, td.old.day-available-to {
    background: linear-gradient(-45deg, #ffdddd 0% 50%, #ddffdd 50% 100%) !important;
    color: #444 !important;
}

td.new.day-available-from, td.old.day-available-from {
    background: linear-gradient(135deg, #ffdddd 0% 50%, #ddffdd 50% 100%) !important;
    color: #444 !important;
}

td.active.day-available {
    background-color: #37fb37 !important;
    color: #343434 !important;
    border: 1px solid #fff !important;
}

td.active.day-available-to {
    background: linear-gradient(-45deg, #ffa7a7 0% 50%, #37fb37 50% 100%) !important;
    color: #343434 !important;
    border: 1px solid #fff !important;
}

td.active.day-available-from {
    background: linear-gradient(135deg, #ffa7a7 0% 50%, #37fb37 50% 100%) !important;
    color: #343434 !important;
    border: 1px solid #fff !important;
}

td.day-available-to:hover {
    background: linear-gradient(-45deg, #ffdddd 0% 50%, #EEE 50% 100%) !important;
    color: #444 !important;
}

td.day-available-from:hover {
    background: linear-gradient(135deg, #ffdddd 0% 50%, #EEE 50% 100%) !important;
    color: #444 !important;
}

.review-frame {
    padding: 1rem !important;
}

.review-frame hr {
    margin: 1rem 0rem;
}

.review-frame .post>p {
    margin-bottom: 0;
}

select option:disabled {
    background-color: #DFDFDF;
    color: #bb2626;
}

.fee-names p, .fee-amounts p {
    margin: 0;
}

.fee-amounts p {
    text-align: right;
}

.fee-item {
    display: flex;
    width: 100%;
    height: 44px;
    margin-bottom: 0px;
}

.fee-item input[type="checkbox"] {
    margin: 0.5em;
    width: 30px;
    height: 30px;
}

.fee-item p {
    margin: 0.8em 0.5em 0.8em 0em;
    text-align: left !important;
    width: 300px !important;
}

.fee-item input[type="number"] {
    margin: 0.4em;
    width: 50px;
}

.fee-item span {
    margin: 0.9em 0em;
}

.fee-item p:first-of-type {
    width: 150px !important;
}

#single_tour_feat ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 6), 1fr));
}

#single_tour_feat ul li {
    width: 100% !important;
}

.admin-grid {
    text-align: center;
}

.admin-page-container {
    display: inline-block;
    width: 120px;
    height: 120px;
    position: relative;
    background-color: #FFF;
    margin: 0px 5px;
    border: 1px solid #EEE;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #0000;
    transition: all 0.1s ease-out;
}

.admin-page-container a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.admin-page-container .settings-icon {
    position: absolute;
    width: 100%;
    height: 84px;
}

.admin-page-container p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0.5em;
    text-align: center;
}

.admin-page-container svg {
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    top: 34px;
    position: absolute;
    transform-origin: center;
    transform: scale(3);
}

.admin-page-container.logout-button:hover {
    background-color: #151515;
    border-color: #777;
}

.admin-page-container.logout-button:hover a {
    color: #FFF;
}

.btn_1.show-room-btn {
    background-color: #32ca24;
}

.btn_1.hide-room-btn {
    background-color: #d13e2b;
}

.g-recaptcha iframe {
    position: initial;
}

.g-recaptcha {
    margin-bottom: 1em;
}

.collab-video-promo {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

#collab-video {
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    object-fit: cover;
    transform: translate(-50%, -46%);
}

.collab-video-promo .parallax-content-1 {
    height: 100%;
}

.availability-checker h3 {
    text-align: center;
    margin-top: 0px;
}

.apartment-availability .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.apartment-availability .owl-item {
    padding: 1em;
    width: 370px;
    height: 370px;
}

.apartment-availability .tour_container {
    margin-bottom: 0px;
}

.apartment-availability h3, .apartment-availability h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apartment-availability h4 {
    color: #000 !important;
}

.my-rent-availability-item .price {
    font-size: initial;
    font-weight: normal;
}

.apartment-availability {
    display: flex;
    position: relative;
    overflow: hidden;
    /* height: 0px; */
    transition: height 0.2s;
}

.availability-loader {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    transition: opacity 0.15s, height 0.25s;
    opacity: 0;
    pointer-events: none;
}

.loading-data .availability-loader {
    opacity: 1;
}

.loading-data .owl-stage {
    opacity: 0;
}

.apartment-availability:not(.loading-data) .availability-loader .sk-spinner {
    display: none;
}

.apartment-availability-no-results {
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: #FFF;
    z-index: 1;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apartment-availability-no-results p {
    font-size: 2em;
    margin: 0.5em;
    color: #888;
}

.cke_notification.cke_notification_warning {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #single_tour_feat ul {
        grid-template-columns: repeat(auto-fit, minmax(calc(100% / 5), 1fr));
    }
}

@media only screen and (min-width: 992px) {
    .main-menu ul ul ul {
        max-height: calc(100vh - 190px) !important;
        overflow-y: auto;
    }
}


@media only screen and (max-width: 766px) {
    #single_tour_feat ul {
        grid-template-columns: repeat(auto-fit, minmax(calc(100% / 4), 1fr));
    }
}


.main_title h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.main_title h1 span{
    color: #e04f67;
}