/* Search table */
#objects-table {
	width:100% !important;
	border-collapse:collapse;
}

#objects-table th {
	color: rgba(63, 62, 59, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding:0 24px 24px 0;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	text-align:left;
}

#objects-table td {
	color: #3F3E3B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	padding:26px 24px 26px 0;
    white-space: nowrap;
}

#objects-table tr {
    background: transparent;
}

#objects-table th::after {
	display:none !important;
}

#objects-table th.sorting::after, #objects-table th.sorting_asc::after, #objects-table th.sorting_desc::after {
    display:none !important;
}

#objects-table tr:hover th {
    background-color: transparent;
}

#objects-table tr:hover {
    background: transparent;
}

#objects-table tr:hover td {
	background:rgba(63, 62, 59, 0.1);
}

#objects-table tr:hover td svg path {
    stroke: #fff !important;
}

#objects-table tr.Parduotas:hover {
    cursor: no-drop !important;
}

#objects-table tr.Rezervuotas:hover {
    background: transparent;
}

#objects-table tr.Parduotas {
    cursor: no-drop !important;
}

#objects-table tr.Rezervuotas {
    background: transparent;
}

.simplefavorite-button { 
    height:24px;
}

.apartment-status {
	display: flex;
    width: 140px;
    height: 28px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size:16px;
    border-radius: 100px;
    border: 1px solid #3F3E3B;
}

.apartment-status.Rezervuotas {
	color: #FD9833;
    border-color:#FD9833;
}
.apartment-status.Parduotas {
	color: #DB152F;
    border-color:#DB152F;
}

/* Search filters */

#yadcf-filter-wrapper--objects-table-1,
#yadcf-filter-wrapper--objects-table-4,
#yadcf-filter-wrapper--objects-table-6 {
    display: none !important;
}

#objects-table_length, #objects-table_paginate {display:none;}

#objects-table_filter,
.yadcf-filter-reset-button.range-number-slider-reset-button,
.yadcf-filter-range-number-slider-min-tip-hidden.hide,
.yadcf-filter-range-number-slider-max-tip-hidden.hide {
    display: none;
}

.reset-all-filters {cursor:pointer;}

/* Range filter */

#external_filter_container_plotas {
    padding-top:16px;
}

.yadcf-filter-range-number-slider-min-tip-inner,
.yadcf-filter-range-number-slider-max-tip-inner {
    font-family: Archivo;
    background-color: transparent;
    text-align: left;
    pointer-events: none;
    margin: 0;
    width: auto;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 36px;
	left:0;
    color: rgba(63, 62, 59, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    margin-left:6px;
}

.ui-slider-range.ui-widget-header {
    height: 100%;
    background: rgba(63, 62, 59, 0.24);
}

.ui-slider-range.ui-widget-header.inuse {
    background: #3F3E3B;
    height:4px;
    top:-1.5px;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 32px;
    height: 32px;
    background: #3F3E3B;
    top: -16px;
    border: none;
    outline: none !important;
    border-radius: 100%;
}

/* Checkboxes */

.radio-btn-group,
.checkbox-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap:12px;
}

.radio-btn-group {
    gap:0;
    flex-wrap: nowrap;
}
.radio-btn-group > div {
    flex:1 1 100%;
}

.form-check label {
    background: transparent;
	color: #3F3E3B;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
    font-weight: 600;
    padding:6px 16px;
	height:36px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	border:1px solid rgba(63, 62, 59, 0.24);
	border-radius:100px;
}

.radio-btn-group .form-check label {
    background:transparent;
    padding:8px;
    color:rgba(63, 62, 59, 0.6);
    height:auto;
    width:100%;
    border:none;
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
    border-radius:0;
}

.checkbox-square .form-check label {
    width:18px;
    height:18px;
    border:2px solid #3F3E3B;
    border-radius:4px;
    padding:0;
}

.checkbox-filters .form-check label {
	height: 20px;
    width: 20px;
	border-radius:8px;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
    display: none;
}


.form-check input[type="checkbox"]:checked+label {
    background: #3F3E3B;
	border-color: #3F3E3B;
    color: #fff;
}
.form-check input[type="radio"]:checked+label {
    border-color:#3F3E3B;
    color:#3F3E3B;
}

/* Property page */

.apartment-table {
	border-top:1px solid rgba(63, 62, 59, 0.24);
	display:flex;
	flex-direction: column;
	gap:0;
}
.apartment-table div {
	display:flex;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	align-items:center;
	justify-content:space-between;
	padding:16px 0;
	
}
.apartment-table div span {
	color: rgba(63, 62, 59, 0.6);
	font-size: 16px;
	line-height: 24px;
}
.apartment-table div span:last-child {
	color: rgba(63, 62, 59, 1);
}

.butai-left-nav {
    display:flex;
    align-items:center;
    color: #3F3E3B;
}

.butai-left-nav > div > a, .butai-left-nav .nav-item > span {
    color: #3F3E3B;
    cursor: pointer;
    opacity:0.6;
    transition:0.3s all;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.butai-left-nav a:hover, .butai-left-nav .nav-item > span:hover {
    opacity:1;
}

.butai-left-nav .nav-item {
    position: relative;
    padding:0 24px;
    border-left:1px solid rgba(29, 0, 57, 0.24);
}
.butai-left-nav .nav-item:first-child {
    padding-left:0;
    border-left:none;
}

.butai-left-nav .dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 24px;
    top: 24px;
    background: #fff;
    padding: 16px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0px 0px 36px 0px rgba(63, 62, 59, 0.10);
    border-radius: 8px;
}

.butai-left-nav .nav-item:hover .dropdown {
    display: flex;
}

.butai-left-nav .nav-item .dropdown a {
    color:#3F3E3B;
    padding:12px 0;
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
    opacity:1;
}

.butai-left-nav .nav-item .dropdown a:first-child {
    padding-top:0;
}

.butai-left-nav .nav-item .dropdown a:last-child {
    border-bottom:none;
    padding-bottom:0;
}

.dropdown a:hover {
    text-decoration: underline;
}

.bank-logo {
    max-width: 100px;
    height: auto;
}

.apartment-plan-navigation {
    display: flex;
   justify-content: center;
   gap: 12px;
   padding: 0;
   list-style: none;
}
.apartment-plan-navigation li {
   color: #3F3E3B;
   font-size: 16px;
   font-weight: 600;
   display:flex;
   align-items:center;
   justify-content:center;
   cursor:pointer;
   border-radius: 100px;
   padding:6px 24px;
   border: 1px solid rgba(63, 62, 59, 0.24);
}
.apartment-plan-navigation li.active {
   background:#3F3E3B;
   color:#fff;
}

.apartment-plan-wrapper .property-plan-image img {
    max-height:400px;
}

.apartment-plan-wrapper .property-gallery img {
    height:550px;
    object-fit: cover;
    width:100%;
}

/* Properties carousel */
/* Exclusive offers */

.exclusive-offer-item {
    width:371px;
}

.exclusive-offer-item .image-background-wrapper {
    background-position: center;
    background-size:cover;
    display: flex;
    flex-direction: column;
    position: relative;
}
.exclusive-offer-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.exclusive-offer-item .simplefavorite-button {
    z-index: 2;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100px;
    margin-top: 16px;
    margin-right: 16px;
    align-self: flex-end;
}

.exclusive-offer-item .property-plan {
    z-index: 2;
    height: auto;
    width: 280px;
    align-self: center;
}
.exclusive-offer-item .price-tag {
    margin: 24px 0;
    background: #F5E451;
    z-index: 1;
    display: inline-block;
    width: fit-content;
    display:flex;
    gap:12px;
    align-items: center;
    padding:12px;
}
.exclusive-offer-item .price-tag span {
    font-weight:600;
    color:#3F3E3B;
}
.exclusive-offer-item .price-tag span.with-opacity {
    opacity:0.48;
}
.exclusive-offer-item .meta-items {
    margin: 16px 0;
    display: flex;
    gap: 4px;
}
.exclusive-offer-item .meta-items span {
    color: #3F3E3B;
    border: 1px solid #3F3E3B;
    padding: 10px 12px;
    border-radius: 100px;
    line-height: 8px;
}
.exclusive-offer-item .project-address {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* General pages */

.simplefavorite-button {
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simplefavorite-button.active {
    opacity:1;
}
.page-template-templates-project #bgmp_map-canvas {
    height:680px !important;
}
.project-map-wrapper .map-filters {
    position: absolute;
    z-index: 9;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.project-map-wrapper .map-filters .filter-item {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    color: #3F3E3B;
	text-align: center;
    font-family: Archivo;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    cursor:pointer;
    transition:0.3s all;
}
.project-map-wrapper .map-filters .filter-item .filter-icon {
    width:52px;
    height:52px;
    border-radius:100%;
    background:#fff;
    border:1px solid #3F3E3B;
    display:flex;
    align-items:center;
    justify-content:center;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon {
    background:#3F3E3B;
}
.project-map-wrapper .map-filters .filter-item .filter-icon svg {
    width:32px;
    height:32px;
}
.project-map-wrapper .map-filters .filter-item .filter-icon svg path {
    fill:#3F3E3B;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon svg path {
    fill:#fff
}
.timeline-wrapper {
	overflow-x: scroll;
  scrollbar-width: none;   
  -ms-overflow-style: none; 
}
.timeline-wrapper::-webkit-scrollbar {
  display: none;
}
.timeline-list {
    display: flex;
    padding-left: 4px;
}
.timeline-list .timeline_item-card:nth-child(odd) {
	border-bottom: 1px solid #3F3E3B;
}
.timeline-list .timeline_item-card:first-child {
    margin-left: 0;
}
.timeline_item-card {
    min-width: 500px;
    margin-left: -250px;
    height: 180px;
    display: flex;
    gap:16px;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #3F3E3B;
    padding-left: 24PX;
    position: relative;
    justify-content: flex-start;
}
.timeline-list .timeline_item-card:nth-child(even) {
    margin-top: 179px;
    border-top: 1px solid #3F3E3B;
    padding-top:24px;
}
.timeline_item-card p {
    max-width: 270px;
    color:rgba(63, 62, 59, 0.6);
    margin:0;
}
.timeline_item-card h3 {
    font-weight:400;
    margin:0;
}
span.timeline-bubble {
    width: 8px;
    height: 8px;
    background: #3F3E3B;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    z-index: 2;
    bottom: -4px;
}
.timeline-list .timeline_item-card:nth-child(even) span.timeline-bubble {
    top: -4px;
}
.timeline-list .timeline_item-card:not(.active) {
    border-color:#D1D1D0;
}
.project-gallery img {
    height:680px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.project-gallery .swiper-button-next:after, .project-gallery .swiper-button-prev:after {
    display:none;
}
.project-gallery .swiper-button-next, .project-gallery .swiper-button-prev {
    width:36px;
    height:36px;
}
.project-gallery .swiper-button-next {
    right:36px;
}
.project-gallery .swiper-button-prev {
    left:36px;
}
.project-gallery-tabs .nav {
    padding-left:0;
    list-style:none;
    display:flex;
    gap:12px;
    align-items:center;
    margin-bottom:24px;
}
.project-gallery-tabs .nav li .nav-link {
    display: flex;
    padding: 6px 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
	border: 1px solid rgba(63, 62, 59, 0.24);
    color: #3F3E3B;
    font-family: Archivo;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
}
.project-gallery-tabs .nav li .nav-link:hover, .project-gallery-tabs .nav li .nav-link.active {
    background:#3F3E3B;
    color:#fff;
}
.project-gallery-thumbs {
    margin-top:16px;
}
.project-gallery-thumbs img {
    opacity:0.36;
    height:100px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
    cursor:pointer;
}
.project-gallery-thumbs .swiper-slide-thumb-active img {
    opacity:1;
}
.project-add-wrapper {
    margin:24px 0 0 0;
}
.project-add-wrapper {
    background:#F5E451;
    padding:24px 36px;
    display:flex;
    justify-content:space-between;
}
.project-add-wrapper .add__info {
    display:flex;
    gap:24px;
    align-items:center;
}
.project-add-wrapper .add__info h3 {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin:0;
}
.project-add-wrapper .add__cta a {
    display: flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
	background: #3F3E3B;
    color: #F5E451;
    font-family: Archivo;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.project-add-wrapper .add__cta a:hover {
    opacity:0.9;
}
.project-add-wrapper .add__info span {
    border-left:1px solid rgba(63, 62, 59, 0.24);
    padding-left:24px;
    color: #3F3E3B;
    font-family: Archivo;
    font-size: 20px;
    line-height: 28px;
}
.project-banner-wrapper {
    margin:80px 0 0 0;
}
.project-banner-wrapper img {
    width:100%;
}
.project-offers-wrapper {
    margin:80px 0 0 0;
}
.page-template-templates-project .header-inner-wrapper,
.page-template-templates-floor .header-inner-wrapper,
.single-butai .header-inner-wrapper{
    border-bottom:1px solid #fff;
}
.logo-sticky {
    display: none;
}

.page-template-templates-project .elementor-sticky--effects .logo-default {
    display: none;
}

.page-template-templates-project .elementor-sticky--effects .logo-sticky {
    display: inline-block;
}
.similar-projects-single-wrapper .project_labels {
    margin-top:24px;
    margin-left:24px;
}
.similar-projects-single-wrapper .project_labels span {
    background:#F5E451;
    padding:8px 12px;
    color:#3F3E3B;
}
.project_labels {
    display:flex;
    gap:8px;
}

.project_labels span {
    background:#3F3E3B;
    color:#EBE5CC;
    font-size:12px;
    font-weight:600;
    line-height:16px;
    padding:8px 12px;
}
.footer-omnisend-form button {
    position:absolute;
    top:8px;
    right:8px;
    background:#F5E451;
    width:44px;
    height:44px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:none;
    outline:none;
    border-radius:100%;
    cursor:pointer;
}

/* Floor page */

.floor-navigation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.floor-navigation a {
    padding:10px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color:#3F3E3B;
    border-radius: 100px;
    border: 1px solid rgba(63, 62, 59, 0.24);
    transition:0.3s all;
}

.floor-navigation a.active, .floor-navigation a:hover {
    background:#3F3E3B;
    color:#fff;
}

.floor-tooltip {
	background:#F5E451;
	display:flex;
	flex-direction:column;
	padding:16px;
	gap:16px;
	width:184px;
}
.floor-tooltip .floor-title {
	color: #1D0039;
	font-family: Scale;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.4px;
}
.floor-tooltip .floor-title h6 {
	margin:0;
}
.floor-tooltip .floor-info {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:5px;
	color: rgba(63, 62, 59, 0.6);
	font-family: Archivo;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width:100%;
}
.floor-tooltip .floor-info div {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.floor-tooltip .floor-info span {
	color: rgba(63, 62, 59, 1);
}
.floor-legend {
	display:flex;
	gap:8px;
	flex-direction:column;
}
.floor-legend .legend-item {
	display:flex;
	gap:8px;
	align-items:center;
}
.floor-legend .legend-item span {
	width:36px;
	height:16px;
	border:1px solid rgba(35, 35, 35, 0.36);
	background:#fff;
}
.floor-legend .legend-item span.commercial {
	background:rgba(235, 229, 204, 1);
}
.floor-legend .legend-item p {
	margin:0;
	font-size:16px;
}

@media (max-width:768px) {
	html, body {
		overflow-x:hidden;
	}
	#objects-table th, #objects-table td {
		font-size:10px;
		padding:16px 8px 16px 0;
	}
	#objects-table tr td:first-child {
		padding-right:16px;
	}
	.apartment-status {
		display:block;
		width:auto;
		padding:0;
		border:none;
		font-size:10px;
	}
	#objects-table td svg {
		height:20px;
	}
	.butai-left-nav .nav-item:first-child {
		padding-left:24px;
	}
	.apartment-plan-navigation li {
		flex:1 0 100%;
	}
	.floor-navigation {
		flex-direction:row;	
	}
	.project-offers-wrapper {
		margin-top:60px;
	}
	.project-offers-wrapper h2 {
		margin-bottom:24px !important;
	}
	.exclusive-offer-item {
		width:280px;
	}
	.exclusive-offer-item .property-plan {
		width:160px;
	}
	.project-add-wrapper {
		padding:24px;
	}
	.project-add-wrapper, .project-add-wrapper .add__info {
		flex-direction:column;
	}
	.elementor-shortcode .project-add-wrapper .add__info span {
		border:none;
		padding-left:0;
	}
	.project-add-wrapper .add__info {
		gap:16px;
	}
	.project-add-wrapper .add__info span.add_date {
		padding:16px 0;
		border-top:1px solid rgba(63, 62, 59, 0.24);
		border-bottom:1px solid rgba(63, 62, 59, 0.24);
	}
	.project-add-wrapper .add__cta a {
		margin-top:24px;
	}
	.page-template-templates-project #bgmp_map-canvas {
		height:440px !important;
	}
	.project-map-wrapper .map-filters {
		position: static;
		flex-direction: row;
		overflow-x: scroll;
		transform: none;
		margin-top: 24px;
		justify-content: flex-start;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding-left:10px;
	}
	.project-map-wrapper .elementor-shortcode {
		display: flex;
    	flex-direction: column-reverse;
	}
	.project-gallery-tabs .nav li .nav-link {
		padding:6px 12px;
	}
	.project-gallery-tabs .nav {
		justify-content:center;
	}
	.project-gallery img {
		height:375px !important;
	}
	.project-gallery-thumbs {
		display:none;
	}
}

/* OOOOLDDDD OLD CSS */
/* Cookie consent css */
.elementor-widget-premium-img-gallery .pa-gallery-magnific-image span, .elementor-widget-premium-img-gallery .pa-gallery-img-link span {
	background:#fff;
}


.price-wrapper .price-full {
	color: #040925;
font-family: Freigeist;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.expand-widget-container {
    display: flex; 
    gap: 0; 
    width: 100%;
}
.expand-item {
    flex: 1; 
    transition: flex 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    position:relative;
    padding:120px 30px 30px 30px;
    flex-direction: column;
    justify-content: flex-start;
	align-items:center;
    display: flex;
    height:550px;
	background-size:cover;
	background-position:center;
}

.expand-item .title-wrapper {
    text-align:center;
}
.expand-item .expand-content {
    display: flex;
    gap: 20px;
    align-items:center;
}
.expand-item .expand-content a {
    transition:0.3s all;
}
.expand-item * {
    z-index:2;
    position:relative;
}
.expand-item .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    z-index:1;
    opacity:0.55;
}
.expand-item.active .overlay {
    opacity:0.3;
}
.expand-item:not(.active) .content {
    opacity:0;
}
.expand-item h3 {
   color: #FFF;
	text-align: center;
	font-family: Freigeist;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width:240px;
}

.expand-item .expand-content {
  color: #FFF;	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	max-width:280px;
}
.expand-item.active {
    flex: 2;
}
.expand-item .expand-content ul {padding-left:0; list-style:none;}
.expand-item li {
	text-align:center;
}
.expand-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.marquee {
  --gap: 25vw;
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  background:#D66853;
  z-index:9999;
  padding:15px 0;
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 10s linear infinite;
    align-items:center;
}

.marquee-content p {
    margin-bottom:0;
    color: #FFF;
	font-family: Fahkwang;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.marquee-content p:before {
    content: "";
    display: inline-block;
    margin-bottom: -20px;
    width: 55px;
    margin-right: 60px;
    background: url(https://naujamiesciotrio.lt/wp-content/uploads/2025/01/Group-191.svg);
    height: 55px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
#bgmp_map-canvas {
    width: 100% !important;
}

.opal-property-variation tr {
    background: rgba(255, 255, 255, 0.2);
}

.opal-property-variation tr:hover {
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.opal-property-variation tr td,
.opal-property-variation tr th {
    color: #fff;
}

.opal-property-variation tr th {
    font-weight: bold;
}

.yadcf-filter-range-number-slider.ui-corner-all {
    background: #D5CAD0;
    border: none;
    border-radius: 0;
    height: 1px;
}



.ui-slider-handle.ui-state-default.ui-corner-all:before {
                content: "";
                width: 30px;
                height: 60px;
                position: absolute;
                top: -10px;
                left: -7px;
            }

.ui-slider-handle.ui-state-default.ui-corner-all:hover {
    cursor: pointer;
}



.yadcf-number-slider-filter-wrapper-inner {
    padding: 0 90px 0 0;
}



.yadcf-filter-range-number-slider-min-tip-inner:after,
.yadcf-filter-range-number-slider-min-tip-inner:before,
.yadcf-filter-range-number-slider-max-tip-inner:after,
.yadcf-filter-range-number-slider-max-tip-inner:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
}

.ui-slider-horizontal .ui-slider-handle {margin-left:0;}

.yadcf-filter-range-number-slider-min-tip-inner:after,
.yadcf-filter-range-number-slider-max-tip-inner:after {
    border-color: rgba(202, 190, 159, 0);
    border-top-color: #34495E;
    border-width: 8px;
    margin-left: -8px;
    display: none;
}

.yadcf-filter-range-number-slider-min-tip-inner:before,
.yadcf-filter-range-number-slider-max-tip-inner:before {
    border-color: rgba(202, 190, 159, 0);
    border-top-color: #34495E;
    border-width: 14px;
    margin-left: -14px;
    display: none;
}

.yadcf-filter-reset-button.range-number-slider-reset-button {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #34495E;
    position: absolute;
    right: 0;
    top: 0;
}

.yadcf-filter-reset-button.range-number-slider-reset-button:hover {
    font-size: 23px;
    transition: font 0.3s ease;
}



.qtip.qtip-default {
    min-width: 168px;
	border-radius:12px;
	background:#39312D;
	color: var(--Colorlight, #D5CAD0);
	font-family: Exo;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 178.571% */
}
.genplanas-tooltip .genplanas-info {
	padding:14px 17px;

}
.genplanas-tooltip .genplanas-info .floor-info {
	gap:10px;
	display:flex;
	align-items:center;
		color: var(--Colorlight, #D5CAD0);
	font-family: Exo;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.genplanas-tooltip .genplanas-info .floor-info span {
	color: var(--Colorlight, #D5CAD0);
font-family: Fahkwang;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.genplanas-tooltip .divider {
	opacity: 0.3;
background: #D5CAD0;
	height:1px;
	display:block;
	width:100%;
	margin:10px 0;
}
.genplanas-tooltip .properties-info {
	display:block;
}
.genplanas-tooltip .properties-info span {
	font-weight:600;
}
.genplanas-tooltip .building-info {
	display:flex;
	flex-direction:column;
	padding:10px 17px;
	border-radius: 0px 0px 12px 12px;
}
.genplanas-tooltip .building-info {
	background: var(--Colorlight, #D5CAD0);
	color: var(--brown-2, #39312D);
	font-family: Exo;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 160% */
}
.genplanas-tooltip .building-info span.date {
	font-weight:600;
}

#external_filter_container_kaina .yadcf-filter-range-number-slider-min-tip-inner,
#external_filter_container_kaina .yadcf-filter-range-number-slider-max-tip-inner {
    width: auto;
    left: initial;
}




.yadcf-filter-wrapper {
    margin-top: 0;
}







.hotspots-interaction {
    margin: 0 auto;
}

.floors-wrapper {
    display: flex;
    width: 100%;
	position:relative;
}

.floors-wrapper .nav-side {
    min-width: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-right:30px;
	margin-top:60px;
}
.floors-wrapper .floor-side {
    display: flex;
    width: calc(100% - 160px);
}
.floors-wrapper .floor-map-item {
    max-width: 100%;
}

.floors-wrapper h6 {
    color: #854827;
	font-family: "Montserrat Alternates";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.floors-wrapper .compass {
	position:absolute;
	top:-60px;
	right:0;
    margin-top:0;
	z-index:3;
}
.floors-wrapper ul {
    list-style: none;
    padding-left:0;
}
.floors-wrapper ul li {
    display: block;
    margin-bottom:15px;
    width:100%;
    height:45px;
    line-height: 45px;
    border-radius: 10px 0px 10px 10px;
    border: 1px solid #854827;
	color: #854827;
	text-align: center;
	font-family: "Montserrat Alternates";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition:0.3s all;
	text-transform:uppercase;
}
.floors-wrapper ul li:hover {
    background: #854827;
    color:#fff;
}
.floors-wrapper ul li a {
	color: #854827;
	display:block;
	line-height:45px;
	width:100%;
	
}
.floors-wrapper ul li:hover a {
	color:#fff;
}
.floors-wrapper ul li.active a {
	color:#fff;
}
.floors-wrapper ul li.active {
border: 1px solid #854827;
background: #854827;
color:#fff;
}
