#simple-search{   display:flex;margin:0 auto;padding:15px 0;align-content:center;text-align:center;align-self:center;z-index:10;}  #top-search{   display:flex;width:auto;margin:auto;column-gap:5px;vertical-align:middle;}  #simple-search .ss-wrap, #search_query_query{   display:none;}  .without-header.toolbar #top-search{   margin-top:5px;margin-bottom:5px;}  #top-search input[type="text"]{   width:200px;padding:7px 10px;height:48px;border:1px solid #d9d9d9;border-radius:3px;box-sizing:border-box;font-size:14px;text-transform:uppercase;}  #top-search input[type="checkbox"]{   width:25px;height:25px;margin:0 0 7px 0;box-sizing:border-box;}  #top-search .search{   width:48px;height:48px;border:0 none;border-radius:5px;background:#ca1d61;color:#fff;overflow:visible;cursor:pointer;font-size:26px;}  #top-search .search:hover{   background-color:#f24889;}  #top-search > div{   position:relative;display:flex;align-items:center;line-height:1;flex-direction:column;}  #top-search > div > div{   color:#333;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}  #top-search > div > .symbol{   box-sizing:border-box;border-bottom:1px solid #ccc;}  #top-search > div > .value{   padding:0.5rem 1rem;text-align:center;}  #top-search .area-selection, #top-search .rooms-selection, #top-search .storey-selection, #top-search .advanced-search{   max-width:100px;background:#fff;border-radius:3px;border:1px solid #dfdfdf;cursor:pointer;}  #top-search .storey-selection{   display:none;}  #top-search .symbol{   padding:0.5rem 1rem;text-align:right;font-weight:bold;font-size:14px;line-height:1;}  #area-resizer{   display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;}  #area-resizer input{   position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:calc(100% - 10px);background:#fff;color:#ca1d61;border-radius:3px;border:1px solid #dcdcdc;padding:3px 1px;font-size:18px;text-align:center;outline:none;}  #top-search .x{   position:absolute;right:1px;top:0;cursor:pointer;font-size:18px;color:#b0b0b0;}  #top-search .x:hover{   background:#eee;}  #top-search .drop-down .x{   display:none;right:12px;top:10px;}  #top-search .value > span{   color:#CC0066;font-size:16px;}  #top-search .storey-selection .symbol div{   width:15px;height:4px;background:#000;margin:3px auto;}  #top-search .rooms-selection .symbol div{   float:right;width:5px;height:5px;background:#000;margin:2px;}  #top-search .rooms-selection select{   display:none;}  #top-search .advanced-search{   align-items:center;align-content:center;box-sizing:border-box;padding:5px;text-align:center;text-transform:uppercase;line-height:1.7;font-size:10px;}  #top-search .advanced-search a{   display:block;text-decoration:none;color:#000;}  #top-search .advanced-search a:hover{   color:#ca1d61;}  #top-search .drop-down{   display:none;position:absolute;top:52px;left:0;width:204px;background:#fff;border-radius:3px;box-sizing:border-box;box-shadow:1px 1px 5px #999;padding:17px;cursor:default;z-index:1022;}  #top-search .area-selection .drop-down{   box-shadow:none;}  div.selected-item{   background-color:#CC0066;color:#fff;}  #top-search .rooms-selection .drop-down > div:first-of-type{   display:flex;flex-wrap:wrap;justify-content:flex-start;text-align:center;}  #top-search .rooms-selection .drop-down > div > div{   width:48px;height:46px;margin:3px;border:1px solid #ccc;box-sizing:border-box;cursor:pointer;font-size:24px;line-height:2;text-align:center;}  #top-search .rooms-selection .drop-down > div > div:nth-of-type(1){   display:none;}  #top-search .rooms-selection .drop-down > div > div:nth-of-type(2){   width:102px;}  #top-search .rooms-selection .drop-down > div > div.hoverable:hover, #top-search .rooms-selection .drop-down > div:nth-of-type(2).hoverable:hover{   background:#CC0066;color:#fff;}  #top-search .rooms-selection .drop-down > div:nth-of-type(2){   width:48px;height:46px;border:1px solid #ccc;margin:3px;box-sizing:border-box;font-size:24px;line-height:2;text-align:center;cursor:pointer;}  #top-search div .ok{   position:absolute;bottom:10px;right:10px;padding:5px 20px;background:#ca1d61;border:0;border-radius:4px;box-sizing:border-box;color:#fff;font-weight:bold;cursor:pointer;line-height:1;}  #top-search .rooms-selection .drop-down > div > div:hover, #top-search .rooms-selection .drop-down > div:nth-of-type(2):hover{   background:#CC0066;color:#fff;}  #top-search div .ok:hover{   background:#F24889;}  #top-search .storey-selection .drop-down{   padding:0 5px 34px 34px;}  #top-search .storey-selection .drop-down{   list-style:none;}  #top-search .storey-selection .drop-down span{   font-size:10px;color:#000;}  #top-search .storey-selection .drop-down > div span{   color:inherit;}  #top-search .storey-selection .drop-down ul{   list-style:none;}  #top-search .storey-selection li{   clear:both;width:137px;text-align:left;}  #top-search .storey-selection li:nth-of-type(4){   border-top:1px solid #ccc;margin-top:12px;padding-top:4px;}  #top-search .storey-selection li:nth-of-type(n+4){   position:relative;top:4px;}  #top-search .storey-selection label{   text-transform:uppercase;position:relative;top:7px;left:4px;}  #top-search.zindex{   z-index:1020;}  .backdrop{   width:100%;height:100%;position:fixed;z-index:100;left:0;top:0;background-color:rgba(0, 0, 0, 0.9);display:none;}  @media (min-width:576px){   #top-search .storey-selection{     display:flex;} }  @media (min-width:992px){   #top-search > div{     flex-direction:row;}    #top-search .area-selection, #top-search .rooms-selection, #top-search .storey-selection, #top-search .advanced-search{     max-width:max-content;}    #simple-search .ss-wrap, #search_query_query{     display:flex;}    #top-search > div > .symbol{     border-bottom:none;border-right:1px solid #ccc;}    #simple-search .ss-wrap, #search_query_query{     display:block;}    #top-search > div .value{     width:120px;}    #top-search .storey-selection{     display:flex;}    #top-search .search{     width:48px;min-width:48px;height:48px;} }  @media screen and (max-width:1024px){   .without-header.without-input #top-search{     width:420px;margin-left:-210px;}    #simple-search.without-header.toolbar{     height:80px;}    #top-search .storey-selection fieldset{     width:210px;margin:20px auto 80px auto;line-height:1;}    #top-search .storey-selection input[type="checkbox"]{     margin:10px 0;padding:7px 15px;float:none;}    #top-search .storey-selection label{     font-size:19px;}    #top-search .storey-selection li{     width:auto;}    #top-search .drop-down{     position:fixed;left:50%;top:50%;width:320px;max-height:100vh;transform:translateX(-50%) translateY(-50%);z-index:2;}    #top-search .storey-selection .drop-down{     padding:0;}    #top-search .drop-down .x{     display:block;}    #top-search div .ok{     position:absolute;bottom:10px;right:20px;padding:13px 35px;font-size:16px;}    #top-search .storey-selection .drop-down span{     font-size:14px;}    #top-search .rooms-selection .drop-down > div:nth-of-type(1){     width:270px;}    #top-search .rooms-selection .drop-down > div > div, #top-search .rooms-selection .drop-down > div:nth-of-type(2){     width:80px;height:50px;}    #top-search .rooms-selection .drop-down > div > div:nth-of-type(2){     width:168px;}    #top-search .value > span{     display:table-cell;vertical-align:middle;text-align:center;padding:0 4px;min-width:70px;max-width:70px;height:28px;font-size:13px;word-wrap:break-word;line-height:1;} }  label[for="search_query_storeys_6"]{   display:none;}    input.ss-input-thinking{ background:#fff url('/css/../images/indicator.gif') center right no-repeat;}  ul.ss-box{  margin:0 !important;padding:0 !important;width:304px;background:#fff;-webkit-box-shadow:0 2px 8px rgba(50, 50, 50, 0.4);box-shadow:0 2px 8px rgba(50, 50, 50, 0.4);border:1px solid #000;list-style:none;font-size:11px;text-align:left;z-index:999999;} ul.ss-box li{width:100%;float:left;clear:both;} ul.ss-box li, ul.ss-box li *{cursor:pointer;} ul.ss-box li.ss-header{padding:5px 0;height:13px;color:#555 !important;overflow:hidden;} ul.ss-box li.ss-header p.ss-header-text{margin:0 !important;padding:0 0 0 10px !important;float:left;font-size:12px;font-family:'Open Sans';} ul.ss-box li.ss-header p.ss-header-limit{margin:0 !important;padding:0 10px 0 0 !important;float:right;font-size:11px;font-weight:normal;} ul.ss-box li.ss-result{margin:0 !important;padding:0 !important;border-bottom:1px solid #c5c5c5;} ul.ss-box li.ss-result a{display:block;padding:5px 10px;text-decoration:none !important;background:#fff;} ul.ss-box li.ss-result a:hover{background:#cde0ff;} ul.ss-box li.ss-result img{margin-right:12px;} ul.ss-box li.ss-result table{border:none !important;} ul.ss-box li.ss-result p{margin:0 !important;padding:0 !important;color:#444;font-weight:normal;font-size:10px;} ul.ss-box li.ss-result p span.ss-result-title{  display:inline !important;margin:0 !important;padding:0 !important;font-size:11px;font-family:'Open Sans';font-weight:bold;color:#222;}   #project-name-required-form-overlay, #project-name-required-mirror-form-overlay{   position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);display:none;z-index:999999;overflow:scroll;-webkit-overflow-scrolling:touch;overflow-x:hidden;text-align:center;font-size:18px;}  .project-name-required-form-container, .project-name-required-mirror-form-container{   display:inline-block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:white;border:1px solid #c1bfbf;padding:15px;}  .project-name-required-mirror:hover{   cursor:pointer;opacity:0.5;}  .project-name-required-mirror{   padding:20px;background:#ca1d61;}  .project-name-required-mirror > p{   color:white;}  .pink{   color:#ca1d61;}  .project-name-required-form-container p{   padding:2px;line-height:1.5;}  .project-to-addon{   all:unset;font-size:12px;display:block;}  .project-name-required-form-container > #project-to-addon-close{   cursor:pointer;text-align:right;padding:5px;}  #project-to-addon-close:hover{   opacity:0.5;}  .project-name-btn-container{   display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;margin-top:15px;}  .project-to-addon-container{   width:250px;margin-right:10px;margin-left:10px;}  .project-to-addon-container > img{   width:100%;}  .project-to-addon-container > .info{   background:#ca1d61;color:white;font-size:16px;}  .project-name-btn, .project-to-addon{   cursor:pointer;}  .project-name-btn:hover, .project-to-addon:hover{   opacity:0.5;}  .smart input[type="text"], .smart-change input[type="text"]{   margin-top:25%;text-align:center;height:35px;width:80%;}  .smart input[type="checkbox"], .smart-change input[type="checkbox"]{   margin-bottom:25%;}  .project-to-addon-container > .caption-center-relative{   position:relative;top:-50%;color:#ca1d61;font-weight:bold;text-shadow:2px 2px 1px whitesmoke;}  @media (max-width:650px){   .project-name-required-form-container, .project-name-required-mirror-form-container{     left:0;top:0;width:100%;height:100%;-webkit-transform:none;transform:none;padding:0;} }   