<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom fonts  */
@font-face {
    font-family: 'General Sans';
    font-weight: 500;
    src: url("../fonts/GeneralSans-Medium.otf") format("truetype");
}
@font-face {
    font-family: 'General Sans';
    font-weight: 600;
    src: url("../fonts/GeneralSans-Semibold.otf") format("truetype");
}


/* Corporate colors  */
:root {
    /* --blue: #170345; */
    --blue: #20184C;
    /* --coral: #FF855c; */
    --coral: #F68E67;
    --grey: #A3A3A3;
    --light-grey: #f0f0f0;
    --wb-pink: #FF9FFF;
    --wb-purple: #7568FF;
    --wb-purple-pale: #413B67;
    --wb-yellow: #FFE36E;
    --wb-blue-light: #87EDF5;
    --wb-blue-pale: #8C87A9;
    --wb-grey-dark: #6E6E6E;
    --wb-grey-bg: #F3F2F6;
    --wb-box-shadow: 0 12px 60px rgba(0, 0, 0, .04);
    --wb-box-shadow-large: 0 24px 60px rgba(0, 0, 0, .04);

}

html { scroll-behavior: smooth; }

/* Joomla styles  */
.form-control-feedback {
    font-size: 13px;
}
.form-control-feedback::before {
    content: '* ';
}


/* Theme corrections  */
.uk-container { max-width: 1440px; padding: 0 !important; }
.uk-navbar-container { display: none; padding: 20px 0; }
.uk-navbar-container svg { 
    color: var(--coral); 
    width: 55px;
    padding: 10px; 
}

/* Elements */
.uk-checkbox {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
}
.uk-checkbox:checked,
.uk-checkbox:checked:focus {
    border-color: var(--coral);
    background: var(--coral) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA3klEQVQokaXQsS5EURAG4HNDQ0k0opFoCCoFlUK3HkBBofEEmi28hMZbaESlV6hRSFSIREGiICHkU5gbkw276+5058w/X86ZqgxQmCmlnJRSLgdBJnDtu+6bIqM4C+QNq02QYRz5qY0mSIWDhOzm5iQW+oTaCdlHlZv1wrZ7IFsJOcRQZ+A4mh9Y/wNZw3vkTjHyW2gMFxF6xUpHfxHP0b/CeLdnT+Emwk+YS/d3cf+A6W7fr7FZPMbQLeZxHucXLPVEErYc34PPtLtW30jCWjFc186/kYRtxoL3+p35At+cQILyUtreAAAAAElFTkSuQmCC") center center no-repeat;
}
.uk-dropdown { 
    padding: 24px;
    border-radius: 12px;
    box-shadow: var(--wb-box-shadow);
}

/* Typography  */
.uk-text-huge {
    margin-bottom: 60px;
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
}
.uk-text-large { font-size: 20px !important; }
.uk-text-bolder { font-weight: 600 !important; }
.uk-text-grey { color: var(--wb-grey-dark) !important; }
.uk-text-coral { color: var(--coral) !important; }
.uk-text-blue-light, .uk-text-light-blue { color: var(--wb-blue-light) !important; }
.uk-text-blue-pale { color: var(--wb-blue-pale) !important; }
.uk-text-underline { text-decoration: underline !important; }
.uk-text-30 { font-size: 30px !important; }
.uk-text-25 { font-size: 25px !important; }
.uk-text-24 { font-size: 24px !important; }
.uk-text-18 { font-size: 18px !important; }
.uk-text-16 { font-size: 16px !important; }
.uk-background-white { background: white !important; }
.uk-background-grey-bg { background: var(--wb-grey-bg) !important; }
.uk-box-shadow-large { box-shadow: var(--wb-box-shadow-large) !important; }

/*
.uk-card img {
    width: 100%; 
    height: 360px; 
    object-fit: cover; 
}
*/

.uk-card-body { padding: 42px 30px; }
.uk-accordion li {
    border-radius: 10px;
    overflow: hidden;
}
.uk-accordion .uk-accordion-content {
    padding: 0 20px 15px;
    background: #f0f0f0;
}

.uk-button { border: 1px solid transparent; }
.uk-button svg, .uk-button path { color: currentColor; fill: currentColor; }
.uk-button-default-inverse {
    color: var(--blue);
    border: 1px solid var(--blue) !important;
    background-color: white;
    background-image: radial-gradient(circle at 50% 100%,var(--blue) 1%,white 1%);
}
.uk-button-default-inverse:hover {
    color: white;
}
.uk-button-blue {
    color: white;
    background: var(--blue);
}
.uk-button-blue:hover {
    color: white;
    background: var(--coral);
}
.uk-button-white {
    color: var(--blue);
    background: white;
}
.uk-button-white:hover {
    background: var(--coral);
}
.uk-button-blue-light {
    color: var(--blue);
    background: var(--wb-blue-light);
}
.uk-button-blue-light:hover {
    color: white;
}

.uk-button-group .uk-button {
    color: #BABABA;
    padding: 0 35px;
    font-weight: normal;
    background: #fff;
    margin-right: 1px;
    border: 0;
    border-left: 1px solid #DCDCDC;
}
.uk-button-group .uk-button:hover {
    color: var(--blue);
}
.uk-button-group .uk-button:first-child {
    border-left-color: transparent;
}
.uk-button-group .uk-button.uk-active {
    color: var(--blue);
    font-weight: bold;
}
.uk-button-group .uk-button {
    color: #BABABA;
    font-weight: normal;
    background: #fff;
    border-color: #DCDCDC;
}
.uk-button-small {
    min-width: 40px;
}
.uk-button-small svg {
    height: 16px;
}
.uk-sortable-empty {
    min-height: auto;
}
.uk-label svg {
    width: 14px;
    height: 18px;
}

/* Home header  */
.tm-header { display: none; }
#top-header {
    color: white;
    padding: 26px 0 20px;
    background: var(--blue);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    z-index: 10000;
}
#module-123 .uk-section-default {
    padding: 0; 
    background: var(--blue); 
}
#module-123 .wb-property-search {
    margin-top: 20px;
}
.wb-property-search {
    color: var(--wb-grey-dark);
    max-width: 790px;
    margin: 0 auto;
    padding: 3px 3px 3px 10px;
    background: white;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}
#module-123 .wb-top-search,
#top-header .wb-top-search {
    height: 42px;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    background: white;
    border: 0;
    border-radius: 0;
}
#module-123 .wb-search-words svg,
#top-header .wb-search-words svg { margin-bottom: 3px;}
#module-123 .wb-search-lookup,
#top-header .wb-search-lookup,
#wb-search-modal .wb-search-lookup {
    width: 100%;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 46px;
    background: white;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
}
#module-123 .wb-property-search .uk-button,
#top-header .wb-property-search .uk-button {
    color: var(--wb-grey-dark);
    width: 174px;
    padding: 0 18px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    background: white;
    border-radius: 0;
    border-left: 1px solid rgba(110, 110, 110, .38);
}
#module-123 .wb-property-search .uk-button::before,
#top-header .wb-property-search .uk-button::before { 
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAs0lEQVQYlW3OIUtDURjG8d8Rw8wG78LkDgwTo1EwypDLDJbFfSE/yGCYThGci2K0Lh3bYQhaRNCg5Qzuxt74/P/PwxvqqrnHBcYpx4UdV1fNKe7wEuqqecMxvjFKOT5uyed4wCE+9jDCOw4Q66oZtuRLLIr8g0ko4AxzHBVwiz/M0MEXblKO89BaG+AJXfwiYB+fuE45Pith+9+TUuqVaIWrlOPr2tkolFIf07I+Tjku2/wfejUwL41LTu8AAAAASUVORK5CYII=");
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-55%);
}
.wb-property-search .wb-calendar-dropdown.uk-open {
    background: transparent;
    box-shadow: none;
}
#module-123 .wb-property-search .wb-mod-whwh-submit,
#top-header .wb-property-search .wb-mod-whwh-submit { 
    color: white;
    height: 42px;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    text-align: center;
    background: var(--coral);
    border-radius: 10px;
    border: 0;
}
#module-123 .wb-property-search .wb-mod-whwh-submit::before { content: none; }  
#top-header .wb-property-search .wb-mod-whwh-submit::before { content: none; }  
#module-123 .uk-button-secondary,
#top-header .uk-button-secondary {
    color: var(--wb-yellow);
    border: 1px solid var(--wb-yellow);
    background-color: var(--blue);
    background-image: radial-gradient(circle at 50% 100%,var(--wb-yellow) 1%,var(--blue) 1%);
}
#module-123 .uk-button-secondary:hover { color: var(--blue); }
#top-header .uk-button-secondary:hover { color: var(--blue); }
#module-123 .uk-button-primary,
#top-header .uk-button-primary {
    color: var(--wb-blue-light);
    border: 1px solid var(--wb-blue-light);
    background-color: var(--blue);
    background-image: radial-gradient(circle at 50% 100%,var(--wb-blue-light) 1%,var(--blue) 1%);
}
#module-123 .uk-button-primary:hover { color: var(--blue); }
#top-header .uk-button-primary:hover { color: var(--blue); }

#top-header .wb-login-top .wb-menu-top {
    width: 46px;
    height: 46px;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 43px;
    background: var(--blue);
    border: 1px solid white;
    border-radius: 10px;
}
#top-header .wb-login-top .wb-menu-top:hover {
    color: var(--coral);
    border-color: var(--coral);
}
#top-header .wb-login-top .wb-menu-top[aria-expanded="true"] {
    color: white !important;
    background: var(--coral);
    border-color: var(--coral);
}
#top-header .wb-login-top .wb-login-top-badge {
    padding: 4px 6px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transform: translateX(-50%) translateY(-20%);
    background: var(--coral);
    border: 3px solid var(--blue);
    border-radius: 90px;
    z-index: 100;
}
#top-header .wb-login-top .wb-login-top-dropdown {
    padding: 10px 0 0;
    border-radius: 10px;
}
#top-header .wb-login-top .wb-login-top-dropdown::before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    top: -4px;
    right: 10px;
    transform: rotate(45deg);
    background: white;
    border-radius: 3px;
}
#top-header .wb-login-top .wb-login-top-dropdown a {
    color: var(--blue);
    padding: 0 20px 10px;
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}
#top-header .wb-login-top .wb-login-top-dropdown a .uk-label { 
    color: white;
    padding: 3px 6px;
    margin-left: 5px; 
    font-size: 14px;
    line-height: 1;
    background: var(--coral);
    border-radius: 50%;
}
#top-header .wb-login-top .wb-login-top-dropdown .wb-logged-in-logout a {
    color: #8C87A9;
    padding-top: 10px;
    border-top: 1px solid #E8E7EC;
}



/* Home banner  */
#wb-banner-home {
    padding: 15px 0 28px;
    position: relative;
    text-align: center;
    background: var(--blue);
}
/* #wb-banner-home::before {
    content: '';
    width: 100%;
    height: 269px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--blue);
} */
#wb-banner-home .uk-panel { max-width: 1440px; }
#wb-banner-home .uk-container { position: relative; }
#wb-banner-home h1 { 
    color: white;
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
}
#wb-banner-home p { 
    color: white;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}
#wb-banner-home .wb-campaign-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#wb-banner-home .wb-start-campaign-btn .uk-button {
    margin-bottom: 0;
}

#wb-home-list-mod &gt; .uk-container &gt; .uk-grid  { 
    width: 100%;
    margin-left: 0; 
}
#wb-home-list-mod &gt; .uk-container &gt; .uk-grid &gt; .uk-first-column { padding: 0; }


/* Page layout  */
.tm-top { padding: 48px 0 36px; }
.tm-page { background: #F3F2F6; }

body:not(.page-101) .tm-top &gt; .uk-container &gt; .uk-grid { display: block; margin-left: 0; }
body:not(.page-101) .tm-top &gt; .uk-container &gt; .uk-grid &gt; div { padding: 0; }
#tm-main {
    padding-top: 30px;
    background: #F3F2F6;
}


/* Winboard types filter  */
.wb-search-property-type {
    color: white;
    margin: 0 -1200px 36px;
    padding: 17px 1200px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    background: var(--wb-purple-pale);
}
.wb-search-property-type .uk-slider-container { 
    padding: 0 48px;  
} 
.wb-search-property-type ul li { 
    min-width: 137px;
    max-width: 137px;
    height: 100px;
    padding: 10px;
    position: relative; 
    border-radius: 10px;
}
.wb-search-property-type ul li + li { 
    margin-left: 25px;
}
.wb-search-property-type ul li:hover,
.wb-search-property-type ul li.uk-current {
    background: var(--coral);
}
.wb-search-property-type ul li a {
    color: white !important;
    text-decoration: none !important;
    white-space: nowrap;
}
/* .wb-search-property-type ul li.uk-current::before {
    content: '';
    width: 90px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: var(--coral);
    border-radius: 3px;
} */
.wb-search-property-type ul svg {
    color: white;
    width: 56px;
    height: 56px;
    max-width: 56px;
    max-height: 56px;
    margin-bottom: 8px;
}
.wb-search-property-type .uk-slidenav { 
    height: 100%;
    margin: 0; 
    top: 0;
    transform: none;
    line-height: 100%;
    background: var(--wb-purple-pale);
    border-radius: 0;
}
.wb-search-property-type .uk-slidenav svg { 
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* Booking and search modals */
#wb-booking-step-1 .uk-modal-dialog,
#wb-booking-step-2 .uk-modal-dialog,
#wb-search-modal .uk-modal-dialog,
.wb-modal-dark.uk-modal-dialog {
    color: white;
    width: 800px;
    max-width: 100%;
    padding: 62px 78px;
    background: var(--blue);
    border-radius: 30px;
    overflow: hidden;
}
.wb-modal-dark.uk-modal-dialog {
    width: 600px;
}
#wb-search-modal .uk-modal-dialog {
    overflow: visible;
}
#wb-booking-step-2 .uk-modal-dialog {
    width: 1440px;
}
#wb-booking-step-1 .uk-modal-close-default,
#wb-booking-step-2 .uk-modal-close-default,
#wb-search-modal .uk-modal-close-default,
.wb-modal-dark .uk-modal-close-default {
    color: var(--coral);
    width: 30px;
    height: 30px;
    top: 47px;
    right: 63px;
}
#wb-booking-step-1 .uk-modal-close-default svg,
#wb-booking-step-2 .uk-modal-close-default svg { width: 30px; height: 30px; }
#wb-booking-step-1 .uk-modal-header,
#wb-booking-step-1 .uk-modal-footer,
#wb-booking-step-2 .uk-modal-header,
#wb-booking-step-2 .uk-modal-footer,
#wb-search-modal .uk-modal-header,
#wb-search-modal .uk-modal-footer,
.wb-modal-dark .uk-modal-header,
.wb-modal-dark .uk-modal-footer {
    color: white;
    padding: 0;
    border: 0;
    background: transparent;
}
#wb-booking-step-1 .uk-modal-header,
#wb-booking-step-2 .uk-modal-header,
#wb-search-modal .uk-modal-header,
.wb-modal-dark .uk-modal-header {
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
}
.wb-modal-dark .uk-modal-title {
    color: white;
    font-size: 42px;
}
#wb-booking-step-1 .uk-modal-header h2.uk-modal-title,
#wb-booking-step-2 .uk-modal-header h2.uk-modal-title,
#wb-search-modal .uk-modal-header h2.uk-modal-title,
.wb-modal-dark .uk-modal-header h2.uk-modal-title { 
    color: white; 
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
}
#wb-search-modal .uk-modal-header h2.uk-modal-title {font-size: 36px;}
#wb-booking-step-1 .uk-modal-body,
#wb-booking-step-2 .uk-modal-body,
#wb-search-modal .uk-modal-body { padding: 25px 0; }
#wb-booking-step-1 .uk-modal-body div + div { margin-top: 24px; }
#wb-booking-step-1 .uk-modal-body input,
#wb-booking-step-1 .uk-modal-body select { 
    color: white;
    background: transparent;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .18) !important;
}
#wb-booking-step-1 .uk-modal-body .js-upload { 
    margin: 30px 0;
    border-radius: 4px;
}
#wb-booking-step-1 .uk-modal-body .js-upload .uk-button { 
    color: var(--coral);
    background: var(--blue);
    border: 1px solid var(--coral);
}
#wb-booking-step-1 .uk-modal-footer .uk-button, 
#wb-booking-step-2 .uk-modal-footer .uk-button-primary { 
    color: var(--blue); 
    padding: 0 24px;
}
#wb-booking-step-1 .uk-modal-footer .uk-button:hover:enabled, 
#wb-booking-step-2 .uk-modal-footer .uk-button-primary:hover:enabled { color: var(--coral); }
#wb-booking-step-1 .uk-modal-footer .uk-button .uk-icon,
#wb-booking-step-2 .uk-modal-footer .uk-button-primary .uk-icon { margin-left: 42px; }
#wb-search-modal button.uk-button {
    background-color: transparent;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
}
#wb-search-modal button.wb-mod-whwh-submit {
    color: var(--blue);
    padding: 0 24px;
    background-color: white;
    border-radius: 12px !important;
    border: 0 !important;
}


/* Winboard design  */
.wb-property-item &gt; .uk-card {
    background: white;
    overflow: hidden;
}
#wb-search-map { border-radius: 10px; }
#wb-search-map .wb-property-item &gt; .uk-card { 
    background: #F3F2F6; 
    overflow: hidden;
}
.wb-property-item-image-wrapper {
    overflow: hidden;
}
#wb-search-list .wb-property-item-image-wrapper,
#wb-search-map .wb-property-item-image-wrapper,
.wb-mod-search-list .wb-property-item-image-wrapper {
   height: 223px;
   position: relative;
}
#wb-search-list .wb-property-item-image-wrapper img,
#wb-search-map .wb-property-item-image-wrapper img,
.wb-mod-search-list .wb-property-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wb-property-item .uk-card-body { padding: 14px 20px; }
.wb-top-tabs ul.uk-tab {
    min-height: 70px;
    margin-top: -20px;
    position: relative;
    align-items: center;
}
.wb-top-tabs ul.uk-tab::before {
    content: '';
    width: 20000px;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
}
.wb-top-tabs ul.uk-tab &gt; * &gt; a {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: normal;
}
.wb-top-tabs ul.uk-tab li.uk-active &gt; a {
    color: var(--coral);
    font-weight: bold;
    border-color: var(--coral);
}
.wb-property-item-title a {
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.wb-property-item-subtitle {
    color: var(--wb-blue-pale);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.wb-property-item-owner,
.wb-property-item-meta {
    color: var(--grey);
    font-size: 14px;
    font-weight: 200;
}
.wb-property-item-price {
    color: white;
    padding: 7px 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    text-align: right;
    background: var(--coral);
    border-radius: 10px;
}
.wb-property-item-price span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}
#wb-search-map {
    max-height: 600px !important;
}
#wb-hint-map {
    height: 100%;
}
.wb-item-booking-price { padding: 22px; }
.wb-item-booking .uk-card-body button { 
    color: var(--wb-blue-pale);
    padding: 0 24px;
    font-weight: normal;
    text-align: center;
    background: white;
    border: 1px dashed var(--blue);
}
.wb-item-booking .uk-card-body button:focus,
.wb-item-booking .uk-card-body button:active { 
    color: var(--blue);
    border-style: solid; 
} 
.wb-item-booking .uk-card-body button.wb-choose-dates {
    padding: 0;
    position: relative;
} 
.wb-item-booking .uk-card-body button.wb-choose-dates span {
    margin-left: 10px;
}
#wb-discount-info .uk-label {
    height: 34px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    border-radius: 10px;
}
#wb-discount-info .uk-label-blue {
    color: white;
    background: var(--blue);
}
#wb-discount-info .uk-label-pink {
    color: white;
    background: var(--wb-pink);
}
.wb-item-available-boards {
    margin: 90px -900px 0;
    padding: 90px 900px;
    background: white;
}


/* Top styles */
.wb-top-inner { 
    padding: 20px 0 29px; 
}

/* Breadcrumbs  */
#module-116 &gt; *, #module-116 ul { margin: 0 !important; }
#module-116 ul li a,
#module-116 ul li span {
    color: var(--wb-blue-pale);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
#module-116 .uk-breadcrumb &gt; :nth-child(n+2):not(.uk-first-column)::before { 
    content: '/'; 
    font-size: 14px;
}
#module-116 ul li span {
    color: var(--blue);
}


/* Inner types module  */
.page-114 #tm-main { padding-top: 0; }
/* .page-114 #tm-main &gt; .uk-container { 
    position: relative; 
    top: -60px; 
} */

/* Property layout  */
/* #wb-one-property, #wb-one-winboard {
    padding-top: 50px;
} */


/* Asset layout  */
.wb-asset-item-boards-list .uk-card {
    border-radius: 10px;
    overflow: hidden;
}
.wb-asset-item-boards-list .wb-asset-item-wishlist {
    top: 10px;
    right: 10px;
}
.wb-asset-item-boards-list .wb-asset-item-wishlist .uk-icon-button { border-radius: 10px; }
.wb-asset-item-boards-list .uk-card-body {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
    background: white;
} 
.wb-asset-item-boards-list .uk-card-body span { font-size: 18px; }
.wb-asset-item-details {
    font-size: 16px;
    line-height: 28px;
}
.wb-asset-item-details-description {
    font-size: 14px;
    line-height: 20px;
}


/* Wishlist button design  */
.wb-wishlist-selected.uk-icon-button {
    background: var(--coral);
}
.wb-wishlist-selected.uk-icon-button svg {
    fill: var(--blue);
}


/* Winboard layout  */
#wb-one-winboard .uk-icon-button {
    width: 52px;
    height: 52px;
    font-size: 25px;
    line-height: 52px;
    background: white;
    border-radius: 10px;
}
#wb-one-winboard .wb-winboard-visualize &gt; button {
    padding: 0 30px;
    font-size: 17px;
    font-weight: normal;
    line-height: 50px;
    border-radius: 0 10px 0 16px;
    border: 5px solid var(--wb-grey-bg);
    border-top: 0;
    border-right: 0;
}
#wb-one-winboard .uk-slideshow .uk-slidenav-previous { left: 20px }
#wb-one-winboard .uk-slideshow .uk-slidenav-next { right: 20px }
#wb-one-winboard .uk-thumbnav &gt; * &gt; ::before { 
    border: 3px solid transparent;
    border-radius: 10px;
}
#wb-one-winboard .uk-thumbnav &gt; .uk-active &gt; ::before,
#wb-one-winboard .uk-thumbnav &gt; li:hover &gt; ::before { 
    border-color: var(--coral);
}
table.wb-table-duration th,
table.wb-table-duration td {
    padding: 5px 30px 7px;
    font-size: 14px;
    line-height: 29px;
    font-weight: bold;
    position: relative;
    z-index: 10;
    border-top: 4px solid transparent; 
}
table.wb-table-duration tr {
    position: relative;
}
table.wb-table-duration tr::before {
    content: '';
    width: 100%;
    height: calc(100% - 3px);
    top: 0;
    left: 0;
    position: absolute;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}
table.wb-table-duration tr:first-child:before {
    background: var(--blue);
}
table.wb-table-duration tr:first-child th {
    color: white;
}
table.wb-table-duration tr:not(:first-child) td:first-child {
    font-weight: normal;
}


/* Winboard status tabs  */
.wb-status-tabs { margin: 30px 0 40px; }
.wb-status-tabs .uk-button {
    color: var(--blue);
    font-size: 20px;
    font-weight: bold;
    border: 0;
}
.wb-status-tabs .uk-button:hover, .wb-status-tabs .uk-button.uk-active { color: var(--coral); }


/* Owner Bookings page styles  */
.wb-card-booking {
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25); 
}
.wb-card-booking img {
    border-radius: 18px 18px 0 0;
}
.wb-card-booking .uk-label {
    height: 21px;
    padding: 0 15px;
    font-size: 10px;
    font-weight: bold;
    line-height: 21px;
}
.wb-card-booking .uk-label-accepted { 
    color: white;
    background: #4BCB60;
} 
.wb-card-booking .uk-label-pending { 
    color: white;
    background: var(--coral);
} 
.wb-card-booking-offer {
    min-width: 80px;
    min-height: 100px;
    padding: 15px 37px;
    border-radius: 18px;
    background: var(--coral);
}
.wb-card-booking-offer a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.wb-card-booking-offer a:hover { color: var(--blue); }
.wb-card-booking-offer-text {
    padding: 57px 79px;
    font-size: 25px;
    font-weight: bold;
}
.wb-card-booking-offer-text .uk-text-small { font-size: 18px; }
.wb-card-booking-offer-text .uk-button {
    width: 100%;
    padding: 0;
    font-size: 18px;
    text-align: center;
    text-wrap: nowrap;
}


/* Counter Offer modal  */
.wb-modal-counter-offer.uk-modal-dialog {
    padding: 51px 35px 22px;
}
.wb-modal-counter-offer-input input,
.wb-modal-counter-offer-input button {
    color: white;
    max-width: 214px;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    background: transparent;
    border: 1px solid white;
    border-radius: 10px;
}
.wb-modal-counter-offer-input button {max-width: none;}

/* Sign in/up forms  */
.page-113 #tm-main { 
    padding: 0; 
    background: url('../../../images/site/sign_bg.jpg') no-repeat center center;
    background-position: cover;
    background-size: 100% 100%;
}
.page-113 #wb-footer { 
    margin-top: 0 !important;
    border: 0; 
} 
.wb-sign { 
    min-height: 80vh; 
    padding: 20px 0;
}
.wb-sign-form { 
    width: 445px;
    max-width: 100%;
    margin: 0 auto;
    padding: 33px;
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
}
.wb-sign form .uk-input[type="text"],
.wb-sign form .uk-input[type="email"],
.wb-sign form .uk-input[type="password"] {
    height: 54px;
    line-height: 54px;
    font-size: 17px;
    border: 1px solid #DFDCE6;
    border-radius: 10px;
    background: white;
}
.wb-sign form .uk-input[type="password"] { padding-right: 170px; }
.wb-sign form .uk-checkbox {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #DFDCE6;
    border-radius: 10px;
}
.wb-sign form .input-password-toggle {
    height: 54px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 54px;
    background: transparent;
    border-radius: 10px;
}
.wb-sign .wb-login-buttons .uk-button {
    color: var(--blue) !important;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    background: white !important;
}
.wb-sign .wb-login-buttons .uk-button svg {
    margin-right: 12px;
    position: relative;
    top: -2px;
    background: transparent !important;
}
.wb-sign .uk-button-group .uk-button-secondary {
    color: var(--blue);
    border: 1px solid #e5e5e5;
}
.wb-sign .uk-button-group .uk-button-primary {
    color: white;
    background: var(--coral);
}


/* Messages */
#wb-messages-icon {
    width: 66px;
    height: 66px;
    line-height: 30px;
    text-align: center;
}
#wb-messages-icon:hover {
    background-image: initial !important;
    background: var(--blue);
}
#wb-messages-window {
    width: 340px;
    bottom: 65px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    z-index: 9999;
    background: #fff;
}
#wb-messages-window .uk-spinner {
    padding: 15px;
}
#wb-messages-window .wb-message-row {
    padding: 20px;
    border-radius: 20px;
}
.wb-thread-list {
    min-height: 200px;
    max-height: 360px;
    overflow-y: scroll;
}
.wb-message-bulb {
    padding: 10px 15px;
}
.wb-message-bulb-to {
    border-bottom-left-radius: 0;
}
.wb-message-bulb-from {
    border-bottom-right-radius: 0;
}
.wb-message-time {
    color: #A5A5A5;
    font-size: 10px;
}
.wb-send-message {
    padding: 0 25px;
    line-height: 43px;
    border-radius: 10px;
}


/* Footer  */
#wb-footer {
    color: white;
    margin-top: 40px !important;
    padding: 70px 0 0;
    background: var(--blue) url('../../../images/site/logo_icon_footer.png') 0 0 no-repeat;
    background-size: auto 100%;
}
#wb-footer-icons .uk-icon-button {
    color: white;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 44px;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
}
#wb-footer .uk-icon-button:hover { 
    color: var(--coral); 
    border-color: var(--coral); 
}
#wb-footer .uk-icon-button svg {
    width: 21px;
    height: 21px;
}
#wb-footer .uk-nav a { 
    color: white;
    font-weight: 400;
    font-size: 16px;
}
#wb-footer .uk-list li { 
    margin-right: 24px;
    display: flex; 
    font-size: 16px;
}
#wb-footer .uk-list li .uk-icon &gt; svg { 
    color: var(--coral);
}
#wb-footer .uk-nav a:hover, #wb-footer .uk-nav .uk-active a:hover, #wb-footer-copy a {color: var(--coral); }
#wb-footer-copy {
    margin-top: 74px;
    padding: 30px 0 29px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
}
#wb-footer-copy::before {
    content: '';
    width: 300%;
    height: 1px;
    position: absolute;
    top: 0;
    left: -33%;
    background: rgba(255, 255, 255, .15);
}
#wb-footer-copy a { color: White; }
#wb-footer-copy .uk-nav { justify-content: right; align-items: center; }
#wb-footer-copy .uk-nav li { padding-left: 0; }
#wb-footer-copy .uk-nav li a {
    padding: 0 15px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    border-left: 1px solid white;
}
#wb-footer-copy .uk-nav li:first-child a { border: 0; }


/* Utility  */
.uk-text-white { color: #fff !important; }


/* Admin design  */
.wb-top-tabs #adminForm  {
    font-family: Poppins; 
}
.wb-top-tabs #adminForm .uk-text-muted { 
    color: #6E6E6E !important;
    margin-bottom: 8px;
}
.wb-top-tabs #adminForm .uk-text-small { font-size: 14px; }
.wb-top-tabs #adminForm .uk-button-secondary {
    color: var(--coral); 
    border: 1px solid var(--coral);
}
.wb-top-tabs #adminForm .uk-button-secondary:hover { color: var(--blue); }
.wb-top-tabs #adminForm .uk-card,
.wb-top-tabs #adminForm .uk-border-rounded { border-radius: 4px; }
.wb-top-tabs #adminForm h1 {
    font-size: 36px;
    font-weight: 600;
}
.wb-top-tabs #adminForm h1 span { 
    color: var(--coral);
    margin-right: 30px;
}
.wb-top-tabs #adminForm .uk-form-label { 
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500; 
}
.wb-top-tabs #adminForm ::placeholder { color: #6E6E6E !important; }
.wb-top-tabs #adminForm .uk-input[type="text"],
.wb-top-tabs #adminForm .uk-input[type="text"]:disabled,
.wb-top-tabs #adminForm .uk-input[type="number"],
.wb-top-tabs #adminForm .uk-select,
.wb-top-tabs #adminForm .uk-textarea { 
    color: #6E6E6E;
    height: 48px;
    font-size: 14px;
    background: white;
    border: 1px solid #DCDCDC !important;
    border-radius: 4px;
}
.wb-top-tabs #adminForm .uk-textarea { height: 200px; } 
.wb-top-tabs #adminForm .switcher input ~ input:checked ~ .toggle-outside { background: var(--coral); } 
.wb-top-tabs #adminForm .switcher input ~ input ~ .toggle-outside { 
    height: 32px;
    border-radius: 28px;
    box-shadow: none !important;
    border-color: transparent !important;
} 
.wb-top-tabs #adminForm .switcher input ~ input ~ .toggle-outside .toggle-inside { 
    top: 1px;
    left: 1px;
    border-radius: 28px; 
} 
.wb-top-tabs #adminForm .switcher input ~ input:checked ~ .toggle-outside .toggle-inside { left: 27px; } 
.wb-top-tabs #adminForm table tr &gt; td:first-child { padding-left: 0; } 
.wb-top-tabs #wb-duration-days { 
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.wb-top-tabs #wb-duration-days .uk-nav li + li { margin-top: 5px; }
.wb-top-tabs #wb-duration-days .uk-nav li a {
    color: #6E6E6E;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
}
.wb-top-tabs #wb-duration-days .uk-nav li a:hover {
    color: white;
    background: var(--blue);
}
.wb-top-tabs #wb-duration-days .uk-nav li.uk-disabled a {
    color: white !important;
    position: relative;
    background: var(--blue) !important;
}
.wb-top-tabs #wb-duration-days .uk-nav li.uk-disabled a::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABeElEQVQ4jZ2UO0sDQRSFvxkSHxB84KNIjIqCVtokhYWxSKOFjYhWKcRfYL91avMPYrGdtYWFAcUiRVIINgqKJGqhEZIQwURJLHZ2s6yLGT2wzblzv1lmzh2BjzrpVAJIAnEgpuwiUADOhGFeenuEBzAMZIA9vw1cOgIOhGHWfoA66dQKcAxM9YDYKgO7wjDzDkj9yfUfIG7YkjDMmlRG5h8QgChwCCDUwV7odraG+rjfmmP25IGByodtJyTW7WhDblOLvEdCNCIhdykpsa5YG9Ic6Wf6tMT4VcVdjku6OQGgHZRUF0d/hUwUX7z7xKXXKW3McLc9z2tsUhcCQAArsZu2ET5/ohENUVqf5mswwNvyWE8IUJBYsXfUV2+xYN7QX23yvBbWgTignNd1wzQgADk72Vl85qsdlMjPdi9IVhjmvn3YB8Cjd4UGpKx6kQBqindUQVf20NYdkILlgSUgqwHJYg1r3un3W9VJp1bpPmx28gvqy/k9bN8NuYh0UC+s5AAAAABJRU5ErkJggg==") center center no-repeat;
}

#tm-dialog-mobile .uk-offcanvas-bar { background: var(--grey); }
#tm-dialog-mobile .uk-offcanvas-bar .uk-button { margin-bottom: 15px; }

/* Responsive styles  */
@media (max-width: 1600px) {
    #wb-search-property-type {padding: 0;}
    #wb-home-list-mod &gt; .uk-container &gt; .uk-grid { margin: 0; }
    #wb-home-list-mod &gt; .uk-container &gt; .uk-grid .uk-panel:first-of-type { top: 0 !important; }
}
@media (max-width: 1440px) {
    .uk-container { 
        padding-left: 40px !important; 
        padding-right: 40px !important; 
    }
    #wb-search-modal .wb-property-search {
        color: white;
        padding: 0;
        display: block;
        background: transparent;
        border: 0;
    }
    #wb-search-modal .wb-property-search &gt; * {
        padding-left: 0;
    }
    #wb-search-modal .wb-property-search &gt; .uk-grid-margin {
        margin-top: 24px;
    }
    #wb-search-modal .wb-property-search .uk-button-primary:hover {
        color: white;
    }
}
@media (max-width: 960px) {
    #wb-banner-home .wb-campaign-button {
        margin-top: 30px !important;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }
    .uk-navbar-container { display: block; padding-bottom: 0; }
    .uk-navbar-container:not(.uk-navbar-transparent) { border-bottom: 0; }
    .tm-top { padding: 0; background: var(--blue); }
    #module-123 .wb-property-search { flex-wrap: wrap; }
    .wb-search-property-type { font-size: 11px; }
    .wb-search-property-type ul li {
        height: auto; 
        min-width: calc((100% - 75px)/5);
        max-width: calc((100% - 75px)/5);
    }
    .wb-search-property-type ul svg {
        width: 50px;
        height: 50px;
    }
    #tm-main { padding-top: 60px; }
    .wb-asset-item &gt; .uk-grid { flex-direction: column-reverse; }
    #wb-footer { 
        text-align: center !important; 
        background-size: auto 255px;
        background-position: left bottom;
    }
    #wb-footer img { 
        margin-left: auto; 
        margin-right: auto; 
        display: block; 
    }
    #wb-footer-icons .uk-grid {
        display: flex;
        justify-content: center;
    }
    #wb-footer .uk-nav &gt; li:first-child { padding-left: 0; }
    #wb-footer ul {
        text-align: center !important;
        justify-content: center !important;
    }
    #wb-footer .wb-footer-email .el-item .uk-grid { margin: 0 auto;}
}
@media (max-width: 768px) {
    #wb-banner-home h1,
    .wb-top-inner h1 { font-size: 7.7vw; }
    #wb-search-property-type {justify-content: center;}
    .wb-search-property-type ul li {
        min-width: calc((100% - 75px)/4);
        max-width: calc((100% - 75px)/4);
    }
    .wb-search-property-type ul svg {
        width: 40px;
        height: 40px;
    }

}
@media (max-width: 640px) {
    .wb-property-search .wb-mod-whwh-submit,
    .wb-property-search .wb-mod-whwh-options { 
        width: 100% !important; 
        max-width: none;
        border-radius: 12px !important;
    }
    #wb-one-property, #wb-one-winboard { padding-top: 0; }
    #wb-one-winboard .uk-slideshow {
        max-height: 300px !important;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media (max-width: 480px) {
    /* #top-header { padding: 20px 0 20px 10px; }
    #top-header .wb-login-top .wb-menu-top { 
        padding: 0 20px;
        background: none;
        border: 0;
    }
    #top-header .wb-login-top .wb-menu-top svg * { fill: var(--coral); }
    #top-header .wb-login-top .uk-dropdown { 
        background: var(--blue);
        border-radius: 0;
    }
    #top-header .wb-login-top .uk-dropdown a { color: white; }
    #top-header .wb-login-top .uk-dropdown a:hover { color: var(--coral) !important; } */
    #home-top-row &gt; div:first-child { max-width: 50%;}
    #wb-banner-home::before {content: none; }
    #wb-banner-home p { display: none;}
    #wb-banner-home .wb-campaign-button, #wb-banner-home .wb-campaign-button .uk-button { 
        margin-top: 0px !important; 
        margin-bottom: 0px !important; 
    }
    #wb-banner-home .wb-start-campaign-btn { text-align: center; }
    #wb-banner-home .wb-start-campaign-btn .uk-button { 
        margin: 20px 0;
        padding: 0 30px;
        line-height: 50px;
    }
    .wb-search-property-type { font-size: 10px; }
    .uk-container { 
        padding-left: 20px !important; 
        padding-right: 20px !important; 
    }
    .uk-modal {
        padding: 0;
        background: var(--blue);
    }
    .uk-modal .uk-modal-dialog { padding: 0 50px; }
    .uk-modal .uk-modal-close-default { top: 0 !important; }
    .uk-modal .uk-button-primary { 
        color: var(--blue);
        margin-top: 40px;
        background: white !important;
    }
}

/* dev */
.wb-winboard-place {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    background-color: white;
    background-image: url(../../../images/site/logo_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}
.wb-winboard-image {
    display: inline-block;
}
.wb-winboard-image img {
    width: 100%;
}
.uk-card.wb-card-dark {
    color: white;
    background-color: var(--blue);
}
.wb-search-highlight {
    padding: 0 4px;
    background: #ffbbac;
}
</pre></body></html>