

/* Button custom Arrow */

.pagination .uk-button-text {
	padding: 0;
	line-height: 1.7;
	background: 0 0;
	color: #1a1a1a;
	position: relative;
	padding-right: 36px;
	border: none;
	font-size: 18px;
}

.pagination .uk-button-text:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	right: 0;
	width: 26px;
	height: 26px;
	transition: .2s ease-out;
	transition-property: height, width, background-position;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2214%22%20viewBox%3D%220%200%2022%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23006a8d%22%20stroke-width%3D%222%22%20d%3D%22M14.4%201l5.8%205.9-5.8%206%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23006a8d%22%20d%3D%22M0%206h18.8v2H0z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) 50%;
}

.pagination.left .uk-button-text:after {
	right: auto;
	left: 0;
	background-position: calc(100% + 5px) 50%;
	background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 22 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><path d="M7.218,12.9l-5.8,-5.9l5.8,-6" style="fill:none;fill-rule:nonzero;stroke:%23006a8d;stroke-width:2px;"/><rect x="2.818" y="5.9" width="18.8" height="2" style="fill:%23006a8d;"/></svg>');
}

.pagination.left .uk-button-text {
	padding-right: 0;
	padding-left: 36px;
}

.pagination.left .uk-button-text:hover:not(:disabled)::after,
.uk-button-text:hover:not(:disabled)::after {
	background-position: 100% 50%;
}


.uk-button-text::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 26px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2214…20fill%3D%22%23f3c565%22%20d%3D%22M0%206h18.8v2H0z%22%2F%3E%0A%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: calc(100% - 5px) 50%;
transition: background-position .2s ease-out;
}

.uk-button-text:hover::before {
background-position: 100% 50%;
}

span.arrow {
	display: inline-block;
	vertical-align: middle;
background-image: url(../images/right-large-inv.svg);
background-position: 50%;
height: 18px;
width: 0;
opacity: 0;
transition: all .6s ease-in-out;
margin-left: 8px;
}

span.arrow.invert {
background-image: url(../images/right-large-inv.svg);
}

a.uk-link-toggle:hover span.arrow {
        width: 40px;
        opacity:1
}



/* Sales*/



.sales, .discount {
	position: relative;
	transition: transform 0.25s ease;
}

.sales:hover, .discount:hover {
	transform: scale(1.05);
}

.sales:after {
	content: "";
	position: absolute;
	top: 10%;
	left: 0%;
	width: 30%;
	height: 25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.discount:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0%;
	width: 30%;
	height: 25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sales.discount:before {
	top: 35%;
}

.sales.lat:after {
	background-image: url(../images/sales-icon-lat.svg);
}

.sales.eng:after {
	background-image: url(../images/sales-icon-eng.svg);
}

.sales.rus:after {
	background-image: url(../images/sales-icon-rus.svg);
}

.discount.lat:before {
	background-image: url(../images/discount-icon-lat.svg);
}

.discount.eng:before {
	background-image: url(../images/discount-icon-eng.svg);
}

.discount.rus:before {
	background-image: url(../images/discount-icon-rus.svg);
}



.uk-tooltip {
	text-align: center;

}

.uk-tooltip::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-8px);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #13131A;
	clear: both;
}

.uk-tooltip.toolbot::after {
	top: auto;
	bottom: 100%;
	border-top: none;
	border-bottom: 8px solid #13131A;
}

/* Explication table */

.apart_expl,
.flat_but {
	margin: 0 auto 30px auto;
	max-width: 350px;
}

table.explication {
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}

table.explication td,
table.explication th {
	padding: 3px 0;
}

table.explication th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	font-weight: 500;
	text-align: left;

}

table.explication thead tr:nth-child(2) th {
	font-size: 13px;
	font-weight: 500;
}

table.explication thead tr:first-child th {
	display: none;
}


table.explication tbody tr:last-child td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

table.explication tbody td {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}

table.explication tbody td:last-child,
table.explication tfoot td:last-child {
	font-size: 16px;
}

table.explication tbody td:first-child span {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #ffffff;
	background: #13131a;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 5px;
}

table.explication tfoot td {
	font-weight: 500;
}

table.explication tfoot tr:first-child td {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}





.flat_status .count.free.sale,
.flat_status .count.freerent.sale {
	color: #c80000;
}

.flat_status .count.reserved,
.flat_status .count.rented {
	color: orange;
}


.flat_status .count.sold,
.flat_status .count.disabled {
	color: grey;
}

div.flat_info {
	margin: 0 auto;
	max-width: 350px;
	font-size: 13px;
	margin-bottom: 30px;
}

div.flat_info .uk-grid+.uk-grid-small {
	margin-top: 3px;
}

div.flat_info .count {
	font-size: 18px;
	font-weight: 500;
}

div.flat_info.sold .flat_price,
div.flat_info.sold .flat_price_sale,
div.flat_info.sold .flat_payment,
div.flat_info.disabled .flat_price,
div.flat_info.disabled .flat_price_sale,
div.flat_info.disabled .flat_payment {
	display: none;
}

div.flat_info .free.sale .count {
	color: #c80000;
}

.flat_info .flat_price .count,
.flat_info .flat_price_sale .count {
	font-weight: 500;
	font-size: 18px;
}

{source}<? $id = 9 ;?>{/source}
.flat_info .flat_price_sale .count {
	color: #c80000;
}


.flat_info:not(.sale) .flat_price_sale,
.flat_info.reserved .flat_price,
.flat_info.reserved .flat_price_sale {
	display: none;
}

img.orientation {
	margin: 0 auto;
	max-width: 100%;
}



/* COMPASS */


.compass {
	width: 50px;
	height: 50px;
	background-size: 50px;
	display: inline-block;

}


.compass.A-eka, .compass.B-eka {
	background-image: url(../images/compass-a-b.svg);
}

.compass.C-eka {
	background-image: url(../images/compass-c.svg);
}

.compass.D-eka {
	background-image: url(../images/compass-d.svg);
}




/* Flat Navigation */

.nav-left,
.nav-right {
	font-size: 20px;
	font-weight: 400;

}

.nav-right {
	padding: 20px 0 20px 20px;

}

.nav-left {
	padding: 20px 20px 20px 0;

}

.nav-left span,
.nav-right span {
	transition: all .2s ease-out;
}

.nav-left:hover span.uk-icon {
	transform: translateX(-5px);
}
.nav-right:hover span.uk-icon {
	transform: translateX(5px);
}


/* SCROLL HELP ICONS */

.scroll-left,
.scroll-right {
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 20px;
	z-index: 10;
	cursor: pointer;
	background-size: 40px 40px;	
}

.scroll-left {
	background: url(../images/arrow_left.svg) center center no-repeat rgba(0, 0, 0, 0.35);
	left: 20px;
}

.scroll-right {
	background: url(../images/arrow_right.svg) center center no-repeat rgba(0, 0, 0, 0.35);
	right: 20px;
}

.scroll-left:hover,
.scroll-right:hover {
	background-color: rgba(0, 0, 0, 0.55);

}


svg path.arrow,
svg path.arrow {
	opacity: 0.5;
	fill: transparent;
	stroke: #FFFFFF;
	stroke-miterlimit: 10;
	z-index: 1000;
}


/* Call button */

a.callbut {
	font-size: 12px;
	font-weight: 600;
	border: 2px solid #13131a;
	color: #13131a;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	height: 28px;
	border-radius: 14px;
	line-height: 24px;
	text-align: center;
	background-origin: border-box;
	text-transform: none;
	letter-spacing: 0;
}

a.callbut:hover {
	border: 2px solid #4d7e7f;
	color: #4d7e7f;

}

a.callbut:before, a.callbut:after {
	content: "\00a0\00a0\00a0";
	display: inline;
	width: 8px;
	height: 8px;
}



/* Gallery */

.pillgall .uk-icon {
	color: rgba(255, 255, 255, 0.7);
}

/* FLOORPLAN INFOPANEL BIG */

.infowindow {
	font-size: 14px;
	color: #fff;
	position: absolute;
	width: 320px;
	overflow: visible;
	z-index: 1000;
}

.infowindow_shadow_wrapper {
	box-shadow: 0px 0px 25px 0 rgba(0, 15, 10, 0.15);
	border-radius: 8px;
	display: flex;
}

.infowindow .infowindow_bot {
	width: 100%;
	height: 10px;
	background: url(../images/infoboxbot.svg) no-repeat center top;
	margin: 0;
}

.infowindow .infowindow_header {
	width: 70px;
}

.infowindow .infowindow_content {
	padding: 30px;
	background-color: rgba(30,31,30,0.65);
backdrop-filter: saturate(130%) blur(9px);	
	min-width: 190px;
	min-height: 120px;
}


.infowindow .infowindow_number {
	width: 70px;
	height: 70px;
	font-size: 36px;
	font-weight: 500;
	line-height: 70px;
	text-align: center;
	letter-spacing: -2px;
	color: #ffffff;
	background: rgba(30,31,30,1);
}

.infowindow .infowindow_text {
	width: 70px;
	height: -moz-calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	height: calc(100% - 70px);
	background: rgba(30,31,30,1);
	display: flex;
}

.infowindow .infowindow_text.home {
	height: 100%;
	border-top-left-radius: 6px;
}

.infowindow .infowindow_text .name {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	transform: rotate(-90deg);
	margin-left: 3px;
	margin-bottom: 40px;
	align-self: flex-end;
	text-transform: capitalize;
	width: 100%;
}

.infowindow .infowindow_content .name1 {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
font-weight: 500;
background: black;
}


.infowindow .infowindow_content .name1 {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
font-weight: 500;
background: black;
}


.infowindow .subname {
	font-size: 13px;
	color: #e0e6e8;
	padding-bottom: 15px;
}

.infowindow.reserved .price_row,
.infowindow.reserved .sales_price_row {
	display: none;
}

.infowindow .infowindow_content .data {
	padding-left: 6px;
}

.infowindow .infowindow_content .uk-leader-fill::after {
	color: #fff;
}

.infowindow_content .infowindow_data {
	font-size: 14px;
}

.infowindow_content .infowindow_data .uk-width-expand {
	font-size: 12px;
}

.infowindow1 .infowindow_content .infowindow_data .uk-width-expand {
	font-size: 14px;
}

.infowindow_content .infowindow_data .uk-grid-small {
	margin-top: 0;
}

.infowindow_content .infowindow_data .count,
.infowindow.flat .infowindow_content .count {
	font-weight: 500;
}

.infowindow_content .infowindow_data .price_row {
	margin-top: 7px;
}


.infowindow_content .infowindow_data .price {
	font-weight: 500;
}

.infowindow_content .infowindow_description {
	margin: 15px 0 0 0;
}



/* Inforwindow statuses Changes */

.disabled.infowindow .infowindow_content .infowindow_data,
.sold.infowindow .infowindow_content .infowindow_data {
	display: none;
}

.free.infowindow .infowindow_number {
	background: rgba(30,31,30,1);
}


.infowindow span.free,
.infowindow span.freerent,
.infowindow span.sold,
.infowindow span.rented,
.infowindow span.disabled,
.infowindow span.reserved,
.infowindow span.sale {
	font-size: 20px;
}

.infowindow span.sale,
span.status_flat.sale {
	color: #c80000;
}

.infowindow span.rented,
span.status_flat.rented {
	color: orange;
}


.infowindow span.reserved,
span.status_flat.reserved {
	color: orange;
}

span.status_flat.sold,
.infowindow span.sold,
.infowindow span.disabled,
span.status_flat.disabled {
	color: grey;
}

.infowindow_content .infowindow_data .sales_price_row .sale_price {
	color: #c80000;
	font-weight: 500;
}

.free:not(.sale) .name2 span:not(.free),
.free.sale .name2 span:not(.sale),
.freerent:not(.sale) .name2 span:not(.freerent),
.freerent.sale .name2 span:not(.sale),
.sold .name2 span:not(.sold),
.rented .name2 span:not(.rented),
.reserved .name2 span:not(.reserved),
.disabled .name2 span:not(.disabled),
.hiderow {
	display: none;
}

.disabled.building .name2,
.disabled.floor .name2 {
	display: none;
}

.name2.margintop {
	margin-top: 10px;
}

	.infowindow_content .uk-list.uk-list-disc {
	margin: -15px 0 0 -20px;
}


/* FLOORPLANS SVG CONTOUR */

g.bd_group.active path.bd_item,
g.bd_group.active path.bd_item:hover {
	fill: rgba(230, 170, 0, .35);

}

g.bd_group path.bd_icon {
	transition: all .5s;
	fill: rgba(0, 15, 10, .5);
	stroke: rgba(255, 255, 255, .5);
	stroke-miterlimit: 10;
	stroke-width: 2.55;
}

g.bd_group path.bd_icon.lock,
g.bd_group path.bd_icon.clock,
g.bd_group path.bd_icon.percent {
	fill: transparent;
}

g.bd_group path.bd_item {
	fill: rgba(193, 226, 229, 0);
	mix-blend-mode: multiply;
	cursor: pointer !important;
	transition: fill 0.35s ease;
}

.wrap_plan.flat {
	margin: 0;
}

h2.flat-header {
	max-width: 350px;
	margin: 0 auto 20px auto;
}

.svg_plan.apartments.small {
	max-width: 350px;
	margin: 0 auto;
}

.smallplantop.uk-h6,
.smallplanbot.uk-h6 {
	font-size: 9px;
	font-weight: 500;
	color: #4d7e7f;
	text-align: center;
}

.smallplantop.uk-h6 {
	margin: 0 0 -10px 0;
}

.smallplanbot.uk-h6 {
	margin: -50px 0 0 0;
	color: rgba(59, 128, 128, 0.85)

}

.svg_plan.apartments.small a.active-flat path.bd_item,
.svg_plan.apartments.small a.active-flat path.bd_item:hover {
	fill:rgba(59, 128, 128, 0.7)!important;
	mix-blend-mode: multiply;
}


.svg_plan.apartments.small a.active-flat.disabled .bd_group.disabled path.bd_item,
.svg_plan.apartments.small a.active-flat.disabled .bd_group.disabled path.bd_item:hover,
.bd_group.selected path.bd_item,
.bd_group.selected.sold path.bd_item,
.bd_group.selected.sale path.bd_item, 
.bd_group.selected.reserved path.bd_item,
.bd_group path.bd_item:hover {
	fill:rgba(59, 128, 128, 0.65)!important;
	stroke: rgba(255, 255, 255, .5);
	mix-blend-mode: multiply;
	stroke-width: 6;		
}

.svg_plan.floor g.bd_group path.bd_item {
	mix-blend-mode: multiply;
}

.svg_plan.floor .bd_group path.bd_item:hover {
	fill:rgba(0,0,0,0.35)!important;
	stroke: rgba(255, 255, 255, .5);
	stroke-miterlimit: 10;
	stroke-width: 6;	
}

.svg_plan.apartments a.free.sale:not(.active-flat):not(.selected) path.bd_item:hover {
	fill:rgba(200,0,0,0.55)!important;
}

.svg_plan.apartments.small {
	overflow: visible;
	margin-bottom: 60px;
}

.svg_plan.apartments.small #bd_icons {
	display: none;
}


.svg_plan {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}


#floorplan.house.uk-border-rounded {
	overflow: hidden;
}

#floorplan.house,
#house.wrap_plan,
#floorplan.house .svg_plan.floor,
#floorplan.house .svg_plan.floor svg {
	height: 100%;
}

.svg_plan svg {
	width: 100%;
}

.svg_plan g:hover {
	cursor: pointer;
}

.bd_icon_text {
	font-size: 16px;
	fill: #fff;
}


/* Selector text */

.selector-text {
	position: absolute;
	top: 25%;
	right: 0;
	max-width: 470px;
	height: auto;
	padding: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: rgba(19, 19, 26, 0.7);
	pointer-events: none;
}

.selector-text.selector-bottom {
	top: auto;
	bottom: 15%;
}


.selector-title {
	position: absolute;
	top: 30%;
	left: 10%;
	width: auto;
	height: auto;
	z-index: 10;
}

.selector-text.uk-light .uk-text-secondary {
	color: #ffffff !important;
}

/* Floor apartments contaitn backgraund */

.svg_plan.apartments {
	background-size: contain !important;
	height: auto;
	margin-top: 30px;
}

.svg_plan.apartments.small {
	margin-top: 0px;
}


.svg_plan.apartments svg {
	width: 100%;
	height: auto;
}

/* Apartments contaitn backgraund */

.svg_plan.flat {
	background-size: contain !important;
	height: auto;
	min-width: 100%;

}

.svg_plan.flat svg {
	width: 100%;
	height: auto;
}


/* FLOORPLANS SVG CONTOUR STATUSES */

.bd_group.free .bd_icon.sold,
.bd_group.free .bd_icon.wait,
.bd_group.free:not(.sale) .bd_icon.sale,
.bd_group.free.sale .bd_icon.free,
.bd_group.freerent .bd_icon.sold,
.bd_group.freerent .bd_icon.wait,
.bd_group.freerent:not(.sale) .bd_icon.sale,
.bd_group.freerent.sale .bd_icon.free,
.bd_group.sold .bd_icon.free,
.bd_group.sold .bd_icon.wait,
.bd_group.sold .bd_icon.sale,
.bd_group.reserved .bd_icon.free,
.bd_group.reserved .bd_icon.wait,
.bd_group.reserved .bd_icon.sale,
.bd_group.rented .bd_icon.free,
.bd_group.rented .bd_icon.sold,
.bd_group.rented .bd_icon.sale,
.bd_group.disabled .bd_icon.free,
.bd_group.disabled .bd_icon.sold,
.bd_group.disabled .bd_icon.sale {
	display: none;
}




.bd_group.sold:not(.parking) path.bd_item, 
.bd_group.reserved path.bd_item, 
.bd_group.rented path.bd_item {
fill:rgba(70,71,70,0.85)!important;
	mix-blend-mode: multiply;	
}

.buildings .bd_group path.bd_item {
	mix-blend-mode: normal;	
}

.bd_group.free.sale:not(.selected) path.bd_item  {
	fill: rgba(200,0,0,0.35)!important;
}


.svg_plan.apartments:not(.small) a.room1 g.bd_group path.bd_item {
	fill: #c0cde1;
}

.svg_plan.apartments:not(.small) a.room2 g.bd_group path.bd_item {
	fill: #ede1e1;
}

.svg_plan.apartments:not(.small) a.room3 g.bd_group path.bd_item {
	fill: #dbdee6;
}

.svg_plan.apartments:not(.small) a.room4 g.bd_group path.bd_item {
	fill: #cddcdd;
}

.svg_plan.apartments:not(.small) a.room5 g.bd_group path.bd_item {
	fill: #d9e5be;
}




.bd_icon.free.digit {
	fill: rgba(255, 255, 255, 1) !important;
	stroke: transparent;
	stroke-width: 0;
}

.bd_group.free path.bd_icon,
.bd_group.freerent path.bd_icon {
	fill: rgba(0, 15, 10, .35);
	stroke: #ffffff;
}

.bd_group.free.sale path.bd_icon {
	fill: #c80000;
	stroke: #ffffff;
}

.bd_group.reserved path.bd_icon {
	fill: orange;
	stroke: #ffffff;
}

.bd_group.rented path.bd_icon {
	fill: orange;
	stroke: #ffffff;
}

.bd_group.disabled path.bd_icon,
.bd_group.sold path.bd_icon {
	fill: grey;
	stroke: #ffffff;
}

.bd_group .bd_icon {
	pointer-events: none;
}

a.disabled,
a.sold {
	cursor: not-allowed;
}

.uk-badge.free {
	background-color:#3b8080;
}

.uk-badge.sold {
	background-color: grey;
}

.uk-badge.reserved {
	background-color: orange;
}

.uk-badge.sale {
	background-color: #c80000;
}




/* FLOORPLANS MENU */



#selector ul.uk-nav,
.floorselector ul.uk-subnav {
	list-style: none;
	text-align: center;
}

.floorselector .uk-subnav>* {
	padding-left: 10px;
}

.floorselector ul.uk-subnav {
	margin-bottom: 0;
	margin-left: 0;
	align-items: center;
	justify-content: center;
}


#selector ul.uk-nav li,
.floorselector ul.uk-subnav li {
	display: inline-block;
}

#selector ul.uk-nav li a,
.floorselector ul.uk-subnav li a {
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 !important;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #292c3f;
	box-sizing: border-box;
	font-weight: 600;
	letter-spacing: -1px;
	transition: all .25s ease;
	text-decoration: none;
	display: block;
	background: #e0dfd8;
}

#selector ul.uk-nav li.uk-disabled a,
.floorselector ul.uk-subnav li.uk-disabled a {
	color: #414147;
}

#selector ul.uk-nav li.uk-active a,
#selector ul.uk-nav li.uk-active:hover a,
.floorselector ul.uk-subnav li.uk-active a,
.floorselector ul.uk-subnav li.uk-active:hover a {
	color: #fff;
	background: #384a4d;
}


#selector ul.uk-nav li a:hover,
.floorselector ul.uk-subnav li a:hover {
	background: #ffffff;
}

#selector .uk-width-1-4\@m .wrap_plan.floor.center {
	position: relative;
	margin-right: -15px;
}

.miniplan.floor.center {
	margin-left: -40px;
	margin-right: -40px;
	width: calc(100% + 80px);
	max-width: none;
}

#selector .uk-width-1-4\@m .wrap_plan.floor.center:after {
	content: " ";
	display: block;
	width: 45px;
	height: 102px;
	background: url(../images/sun-floor.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -40px;
	pointer-events: none;
	transform: translateY(-51px);
}


/* Download PDF */


a.apart_pdf {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	transition: all .25s ease-in-out 0;
	background: url(../images/pdf_dow.svg) center center no-repeat;
	background-position: center center;
	background-size: contain;
}


a.apart_pdf:hover {
	background-image: url(../images/pdf_dow_on.svg);
}


.flat_description {
	font-size: 22px;
	letter-spacing: 0;
	text-transform: none;
	max-width: 380px;
	margin: 30px 0;
	color: #4d7e7f;
}

.flat_info .uk-leader.uk-first-column {
	padding-top: 5px;
}

#tableprice .showinflat {
	display: none;
}

.flat_description .showinpricetb {
	display: none;
}

.flat_description .uk-list {
	margin-top: 10px;
}

.flat_description .uk-list li {
	font-size: 14px;
	color: #13131a;
	margin-top: 5px;
}


h3.uk-heading-medium span.uk-badge {
	margin-left: 10px;
	margin-bottom: -5px;
}



@media (max-width: 1728px) {


	.chooser {
		margin-top: -10vh;
	}

	.flat_description {
		font-size: 24px;
	}


	.infowindow {
		font-size: 13px;
		width: 260px;
	}


	.infowindow .infowindow_number {
		width: 50px;
		height: 50px;
		font-size: 24px;
		line-height: 50px;
	letter-spacing: -1px;		
	}

	.infowindow .infowindow_text {
		width: 50px;
		height: -moz-calc(100% - 50px);
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}

	.infowindow .infowindow_content .name2 {
		font-size: 16px;
	}


	.infowindow .infowindow_text .name {
		font-size: 18px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.infowindow .subname {
		font-size: 12px;
		padding-bottom: 10px;
	}

	.floorsubhead.uk-section-small {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.floorsubhead span.uk-h4 {
		margin-right: 7px;
	}	


	.infowindow .infowindow_content {
		padding: 20px;
		min-width: 170px;
	}


	.infowindow .infowindow_content .name2 {
		margin-bottom: 3px;
		font-size: 16px;
	}

	.infowindow_content .infowindow_data {
		font-size: 13px;
	}

	.infowindow_content .infowindow_data .uk-width-expand {
		font-size: 11px;
	}

	div.flat_info .count {
		font-size: 16px;
	}

}

@media (min-width: 1441px) and (max-width: 1728px) {



	.flowslider .customnav {
		margin-left: 9vw;

	}

	.flowslider .customnav h3 {
		font-size: 32px;

	}


}

@media (min-width: 1201px) and (max-width: 1440px) {

	.flowslider .customnav {
		margin-left: 8vw;

	}

	.flowslider .customnav h3 {
		font-size: 30px;

	}
	

}


@media (min-width: 980px) and (max-width: 1200px) {

	.flowslider .customnav {
		margin-left: 7vw;

	}

	.flowslider .customnav h3 {
		font-size: 24px;

	}

}

@media (min-width: 980px) and (max-width: 1440px) {


}


@media (max-width: 1200px) {

#floorplan.house.uk-border-rounded {
	overflow: visible;
}

	#floor {
		position: relative;
	}

	.chooser {
		margin-top: -5vh;
	}


}



@media (min-width: 639px) and (max-width: 980px) {


	.houswrapper #floorplan #house {
		margin-left: -37px;
		margin-right: -37px;
	}


	#house .svg_plan {
		min-width: 1080px;
	}

	a.callbut {
		font-size: 11px;
		height: 24px;
		border-radius: 12px;
		line-height: 20px;
	}

}

@media (max-width: 980px) {
	


	.flowslider .customnav {
		margin-left: 7vw;

	}

	.flowslider .customnav h3 {
		font-size: 24px;

	}

	.smallflow h6 {
		font-size: 20px;
		color: #cee6ea;
		margin-top: 5vh;
	}

	.filterpad.uk-section-muted.uk-section {
		padding-bottom: 90px;
	}


	.pill_icon {
		margin: 8px 13px 8px 0;
	}

	.flat_description {
		font-size: 20px;

	}


}

@media (max-width: 780px) {

	.flowslider .customnav {
		margin-left: 0;

	}

	.flowslider .customnav h3 {
		font-size: 22px;

	}

	.smallflow h6 {
		font-size: 18px;
		margin-top: 2vh;
	}
}

@media (max-width: 640px) {



	.floorselector h6.uk-margin-small {
		margin-bottom: 5px;
	}

	.floorsubhead h3.uk-text-left {
		text-align: center !important;
	}

	#selector ul.uk-nav li,
	.floorselector ul.uk-subnav li {
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin: 2px 0;
	}

	#selector ul.uk-nav li a,
	.floorselector ul.uk-subnav li a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		border-width: 1.5px;
	}

.svg_plan.floor .bd_group path.bd_item:hover {
	stroke-width: 8;	
}
	
	div.flat {
		margin: 50px 0 30px 0;
	}

	a.callbut {
		font-size: 8px;
		height: 16px;
		font-weight: 500;
		border-radius: 8px;
		border-width: 1px;
		line-height: 15px;
	}
	
	a.callbut:hover {
	border-width: 1px;
	}	

	.flowslider .customnav {
		margin-left: 0;

	}

	.flowslider .customnav h3 {
		font-size: 18px;

	}

	.smallflow h6 {
		font-size: 14px;
		margin-top: 2vh;
	}

.scroll-left,
.scroll-right {
	width: 36px;
	height: 36px;
	background-size: 32px 32px;
}



}

@media (min-width: 481px) and (max-width: 640px) {


	.houswrapper #floorplan #house {
		margin-left: -25px;
		margin-right: -25px;
	}

	#house .svg_plan {
		min-width: 880px;
	}


}


@media (max-width: 480px) {


.infowindow  {
		display: none;
	}	

.miniplan.floor.center {
		margin-left: -30px;
		margin-right: -10px;
		width: calc(100% + 40px);
	}

	#selector .uk-width-1-4\@m .wrap_plan.floor.center:after {
		display: none;
	}


	.houswrapper #floorplan #house {
		margin-left: -25px;
		margin-right: -25px;
	}

	#house .svg_plan {
		min-width: 680px;
	}


	#selector .uk-width-small {
		width: 100px;
	}

	.floorsubhead h2 {
		font-size: 20px;
	}

	#selector .uk-margin-small {
		margin-bottom: 10px;
	}

}




@media (max-width: 380px) {


}

@media print {}