/* Hero shaded 


div.shaded {
	position: relative;
}

div.shaded ul.uk-slideshow-items:before, div.shaded.uk-section-default > div:before, div#fullpage.shaded div.section:before {
	content: "";
	display: block;
	height: 40%;
	width: 100%;
	background: linear-gradient(180deg, rgba(14,40,40,.55) 0%, rgba(14,40,40,0) 100%);
	position: absolute;
	z-index: 1;	
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	}

*/

/* Slideshow */

.slideshow h1, .slideshow h3, .slideshow h5 {
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.55);
}

.slideshow .uk-panel.uk-text-lead {
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.55);
	font-weight: 700;
	color: #fff;
}

.showmarkers div.uk-inline > img, .slideshow  .uk-overlay.uk-overlay-primary  {
border-radius: 5px;
}

.slideshow .uk-overlay.uk-overlay-primary {
	pointer-events: none;
}

#tableprice tr.sold a, #tableprice tr.disabled a {
pointer-events: none;
}


/* Menu */

.fixedsidebar {
	z-index: 1;
}


/* Top logo */

.uk-sticky .uk-logo img {
transition:width .1s linear;	
}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-logo img {
	width: 130px;
}


/* LANGUAGES */

div.uk-panel.mod-languages ul.uk-subnav li {
	display:inline-block;
	text-align:center;
	margin-left:0;
	margin-right:0;
	padding-left: 0;
}

div.uk-panel.mod-languages .uk-subnav>*>a {
	display:block;
	line-height:38px;
	font-size:13px;
	width: 38px;
	height: 38px;
	border: 2px solid rgba(14,40,40,1);
	border-radius: 50%;
	font-weight: 700;
	text-decoration: none;
	padding-left: 8px;
	box-sizing:border-box;
}

.uk-navbar-container.uk-navbar-transparent div.uk-panel.mod-languages .uk-subnav>*>a {
		border: 2px solid #ffffff;
}
.uk-navbar-container.uk-navbar-transparent div.uk-panel.mod-languages .uk-subnav>*>a:hover {
		border: 2px solid #ffffff;
		background: #ffffff;
		color: #1b2b29;
}

div.uk-panel.mod-languages .uk-subnav>*>a:hover {
	border: 2px solid #65b22e;
	background: #65b22e;
	color: #fff;
}


/* Hide Google */
.grecaptcha-badge { 
    visibility: hidden;
}

/* Desktop Menu */


.uk-navbar-container .uk-navbar-nav > li.uk-parent span.uk-icon.uk-navbar-parent-icon {
	transition:all .25s linear;

}



/* Transparent Desktop Menu */

.uk-navbar-container.uk-navbar-transparent {
	padding-top: 70px;
}

.uk-navbar-container.uk-navbar-transparent.uk-light .uk-navbar-nav > li.uk-parent>a::after {
	background-image:url(../images/dropdown_mob.svg);
}

/* Drop Down menu */

.tm-header .uk-navbar-dropdown {
background: rgba(250, 253, 253, 0.85);
-webkit-backdrop-filter: saturate(180%) blur(5px);
backdrop-filter: saturate(180%) blur(5px);
}



/* Small Menu on scroll down */

.uk-navbar-container .navbar .brand, 
.uk-navbar-container .navbar .nav>li>a, 
.uk-navbar-container .navbar-search, 
.uk-navbar-container .uk-navbar-item, 
.uk-navbar-container .uk-navbar-nav>li>a, 
.uk-navbar-container .uk-navbar-toggle
 {
 -moz-transition: min-height 0.1s ease;
  -webkit-transition: min-height 0.1s ease;
  -o-transition: min-height 0.1s ease;
  transition: min-height 0.1s ease;
}

.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .brand, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar-search, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-item, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-toggle
 {
	min-height: 65px;
}


/* Scroll Down */

.scrolldown-wrapper {
	left: 50%;
	position: absolute;
	text-align: center;
	bottom: 60px;
	transform: translate(-50%, -50%);
}
  
.scrolldown {
	border: 2px solid #FFFFFF;
	border-radius: 30px;
	height: 46px;
	margin: 0 auto 8px;
	text-align: center;
	width: 30px;
}

.scrolldown-p1,
.scrolldown-p2 {
	animation-duration: 1.5s;
	animation-name: scrolldown;
	animation-iteration-count: infinite;
	fill: #FFFFFF;
}
  
.scrolldown-p2 {
	animation-delay: .75s;
}

@keyframes scrolldown {
	0% {
		opacity: 0;
		transform: translate(0, -8px);
	}
	50% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		transform: translate(0, 8px);
	}
}


/* Form */

.formContainer  .uk-textarea {
	height: 147px;
}

/* Mobile Menu */

#tm-dialog-mobile .uk-modal-dialog {
	background: #1b2b29;
}

#tm-dialog-mobile .uk-nav>li, 
#tm-dialog-mobile .uk-nav>li>a {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	padding: 5px 0 5px 15px;	
}

#tm-dialog-mobile .uk-nav-header:not(:first-child) {
	margin-top: 0;
}

#tm-dialog-mobile .uk-nav>li:not(:first-child) {
	border-top: 1px dotted #333;
}

#tm-dialog-mobile .uk-nav .uk-nav-sub li a {
	background: url(../images/submenu.svg) left center no-repeat;
	background-size:14px 14px;
	letter-spacing: 1px;	
	padding: 5px 0 5px 20px;
	font-size: 12px;		
}

#tm-dialog-mobile .uk-nav-sub a:hover {
	background:url(../images/submenu_hov.svg) left center no-repeat;
	background-size:14px 14px;
}

#tm-dialog-mobile .uk-nav-sub li.uk-active ul li.uk-active a, 
#tm-dialog-mobile .uk-nav-sub > li.uk-active > a {
	background:url(../images/submenu_on.svg) left center no-repeat;
	background-size:14px 14px;
}

#tm-dialog-mobile ul.uk-nav-sub {
	padding: 5px 0 5px 0;
}


#tm-dialog-mobile .uk-nav > li {
	padding-left: 17px;
	position: relative;
}

#tm-dialog-mobile li.uk-parent::after {
	content:'';
	position:absolute;
	left:0;
	top:21px;
	margin-top:-5px;
	margin-left: 7px;
	display:block;
	width:10px;
	height:10px;
	background:url(../images/dropdown_mob.svg) center center no-repeat;
	background-size:10px 10px;
	transition:all .25s linear;
}

#tm-dialog-mobile li.uk-parent.open::after {
	transform:rotate(180deg);
}

#tm-dialog-mobile .uk-modal-dialog {
padding: 100px 20px 20px 20px;
background: #1b2b29;
}

#tm-dialog-mobile .uk-close {
	background: #65b22e;
	color: #fff;
	top: 0;
	right: 0;
	padding: 13px;
}

#tm-dialog-mobile .uk-close svg {
	width: 20px;
	height: 20px;
}

#tm-dialog-mobile .uk-modal-dialog::after {
	content:'';
	position:absolute;
	display: block;
	left:50px;
	top:35px;
	width: 150px;
	height: 48px;	
background: url(../images/zirnusala-logo-invert.svg) center center no-repeat;
background-size: contain;	
}

#tm-dialog-mobile .uk-nav>li>a, 
#tm-dialog-mobile .uk-nav-header.uk-parent, 
#tm-dialog-mobile .uk-nav, 
#tm-dialog-mobile .uk-nav .uk-nav-sub a, 
#tm-dialog-mobile div.mobilecont a {
	color: rgba(255,255,255,0.55);	
}

#tm-dialog-mobile .uk-nav>li>a:hover, 
#tm-dialog-mobile .uk-nav-header.uk-parent:hover, 
#tm-dialog-mobile .uk-nav:hover, 
#tm-dialog-mobile .uk-nav .uk-nav-sub a:hover, 
#tm-dialog-mobile div.mobilecont a:hover {
	color: #65B22E;	
}

#tm-dialog-mobile div.mobilecont a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}

#tm-dialog-mobile div.mobilecont a:hover {
	text-decoration: none;
}

#tm-dialog-mobile div.mobilecont a.uk-icon-button.uk-icon {
	color: #fff;
	margin-top: -12px;
}

#tm-dialog-mobile div.mobilecont a.uk-icon-button.uk-icon:hover {
	color: #1b2b29;
}

#tm-dialog-mobile span.uk-icon {
	color: #65b22e;	
	margin-right: 5px;
}
#tm-dialog-mobile div.mobilecont {
	border-top: 1px dotted #65b22e;
	padding-top: 15px;
	margin-top: -15px;
}

#tm-dialog-mobile span.topsepar {
	display: inline-block;
	width: 1px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #333;
	margin: 0 10px;
}

.uk-nav-parent-icon>.uk-parent>a::after {
	display: none;
}



/* ++++ FLOORPLANS ALERT ++++++++ */

.help_header {
	display: block;
	border-radius: 500px;
	width: auto;
	background: rgba(15,40,40,0.2);
	text-align: center;
	z-index: 10;
	min-width: 360px;
	padding: 10px 20px 10px 0;	
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	vertical-align: middle;	
}

.legen-icon {
	display: inline-block;	
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 0 5px 0 10px;
	vertical-align: middle;
}

.legen-icon.free {
	background-color: rgba(101,178,46,0.9);
}

.legen-icon.sold {
	background-color: rgba(14,40,40,0.35);
}

.legen-icon.reserved {
	background-color: rgba(243,146,0,0.7);
}

.legen-icon.disabled {
	background-color: rgba(14,40,40,0.15);
}


/* SCROLL HELP ICONS */

.scroll-left, .scroll-right {
	width: 42px;
	height: 42px;
	background-size: 30px 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-21px);
	z-index: 10;
	border-radius: 50%;
	cursor: pointer;
}

.scroll-left {
	background: url(../images/arrow_left.svg) center center no-repeat rgba(15,40,40,0.5);
		background-size: 30px 30px;

	left: 20px;
}

.scroll-right {
	background: url(../images/arrow_right.svg) center center no-repeat rgba(15,40,40,0.5);	
		background-size: 30px 30px;

	right: 20px;
}

.scroll-left:hover {
	background-color: #1b2b29;	

}

.scroll-right:hover {
	background-color: #1b2b29;	
}

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



/* FLOORPLAN INFOPANEL BIG */

.infowindow {
	font-size:14px;
	position:absolute;
	max-width: 270px;
	overflow: visible;
	z-index: 100;
	border-radius: 5px;	

}

.infowindow_shadow_wrapper {
	border-radius: 5px;
	background: #fff;
	padding: 20px;	
}

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

.infowindow .infowindow_header {
	width: 100%;
	height: 63px;
	border-bottom: 1px solid rgba(14,40,40,0.1);
}

.infowindow .infowindow_text {
	width: auto;
	height: 63px;
	float: left;
}

.infowindow .infowindow_text .subname {
	font-size: 12px;
	color: rgba(14,40,40,0.5);
	margin-bottom: 5px;
}

.infowindow .infowindow_text .name {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-weight: 600;
}

.infowindow .infowindow_number {
	width: 50px;
	height: 50px;
	font-size: 26px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	background: rgba(101,178,46,0.65);
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	margin-top: -2px;
}



.infowindow  .infowindow_content .statusrow {
	margin-top: 15px;
}

.infowindow  .infowindow_content .infowindow_data {
	
}


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

.infowindow .infowindow_content .name2 {
	font-size: 14px;
	color: rgba(101,178,46,0.65);
	font-weight: 700;
}

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

.infowindow_content .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: 700;
}

.infowindow_content .infowindow_data .price_label {

}

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

.infowindow_description {
	margin-top: 20px;
	padding: 20px 20px;
	border-top: 1px solid rgba(14,40,40,0.1);
}



/* Inforwindow statuses Changes */

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

.free.infowindow .infowindow_number {
	background: rgba(101,178,46,0.65);
}

.reserved.infowindow .infowindow_number {
	background: rgba(243,146,0,0.5);
}

.rented.infowindow .infowindow_number {
	background: rgba(243,146,0,0.5);
}

.sale.infowindow .infowindow_number {
	background: red;
}

.disabled.infowindow .infowindow_number {
	background: rgba(15,40,40,0.15);
}

.sold.infowindow .infowindow_number {
	background: rgba(15,40,40,0.5);
}


.infowindow span.free, .infowindow span.freerent, .infowindow span.sold, .infowindow span.rented, .infowindow span.disabled, .infowindow span.reserved, .infowindow span.sale {
	text-transform: uppercase;
	font-size: 14px;
}

.infowindow span.sale, span.status_flat.sale {
	color: red;
}

.infowindow span.rented, span.status_flat.rented  {
	color: rgba(243,146,0,0.5);
}


.infowindow span.reserved, span.status_flat.reserved {
	color: rgba(243,146,0,0.5);
}

span.status_flat.sold, .infowindow span.sold {
	color: rgba(15,40,40,0.5);
}

.infowindow span.disabled, span.status_flat.disable {
	color: rgba(15,40,40,0.15);	
}

.infowindow_content .infowindow_data .sales_price_row .sale_price {
color: red;
font-weight: 600;
}


.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;
}


/* 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_item {
	transition:all .5s;
	fill:rgba(0,15,10,0);
	cursor: pointer!important;
	stroke:rgba(255,255,255,.25);
	stroke-width:2;		
}

g.bd_group path.bd_item:hover {
	fill:rgba(0,15,10,.35);
}

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

}

.svg_plan svg {
	position:relative;
	width:100%;
	height:auto;
	min-height:93vh;
	max-height:93vh;
}

.svg_plan g:hover {
	cursor:pointer;
}

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

#landplot .landplot-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#landplot .uk-h6 {
	color: rgba(14,40,40,0.5);
}

#landplot .compass {
	bottom: -20px;
	z-index: 25;
}

#landplot uk-position-large.uk-position-top-left.uk-width-xlarge {
	pointer-events: none;
}



/* Scroll Down */

.scrolldown-wrapper {
 display: block;
	width: 34px;
}
  
.scrolldown {
	border: 2px solid #FFFFFF;
	border-radius: 30px;
	height: 46px;
	margin: 0;
	text-align: center;
	width: 30px;
}

.scrolldown-p1,
.scrolldown-p2 {
	animation-duration: 1.5s;
	animation-name: scrolldown;
	animation-iteration-count: infinite;
	fill: #FFFFFF;
}
  
.scrolldown-p2 {
	animation-delay: .75s;
}

@keyframes scrolldown {
	0% {
		opacity: 0;
		transform: translate(0, -8px);
	}
	50% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		transform: translate(0, 8px);
	}
}







/* 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.free path.bd_item {
fill:rgba(101,178,46,0.35)!important;	
}

.bd_group.free:hover path.bd_item {
fill:rgba(101,178,46,0.65)!important;	
}

.bd_group.free.sale path.bd_item {
fill:rgba(101,178,46,0.35)!important;
}

.bd_group.free.sale:hover path.bd_item {
fill:rgba(101,178,46,0.65)!important;	
}


.bd_group.sold path.bd_item {
fill:rgba(15,40,40,0.35)!important;	
}

.bd_group.disabled path.bd_item {
fill:rgba(15,40,40,0.15)!important;	
}

.bd_group.sold:hover path.bd_item {
fill:rgba(15,40,40,0.55)!important;	
}

 
.bd_group.disabled:hover path.bd_item {
fill:rgba(15,40,40,0.35)!important;	
}


.bd_group.reserved path.bd_item, 
.bd_group.rented path.bd_item {
fill:rgba(243,146,0,0.45)!important;	
}


.bd_group.reserved:hover path.bd_item,
.bd_group.rented:hover path.bd_item {
fill:rgba(243,146,0,0.75)!important;	
}


.bd_group.selected path.bd_item {
fill:rgba(0,15,10,.35)!important;	
}

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


/* Map */

#map_info_canvas {
	width: 100%;
	height: 500px;
}


.gm-style .gm-style-iw-c {
  padding: 26px!important;
}

.gm-style .gm-style-iw-t p.uk-margin-small:last-child {
	margin-bottom: 0;
}

.gm-style-iw-c div.iw_title {
margin-right: -5px!important;
}

.gm-style-iw-c div.iw_title h5 {
	font-size: 16px;
	letter-spacing: 1px;
}

button.gm-ui-hover-effect {
	background-image: inherit!important;
	background-image: url(../images/close.svg)!important;
	background-size: 20px 20px!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	position: absolute;
	top: 0!important;
	right: 0!important;
}

button.gm-ui-hover-effect:hover {
	background-image: url(../images/close_on.svg)!important;
	background-size: 20px 20px!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}

button.gm-ui-hover-effect img {
	display: none!important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden!important;
	width: 220px;
}

button.gm-ui-hover-effect img {
	display: none!important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden!important;
	width: 220px;
}



.gm-style {
	font-family: Montserrat !important;
}




/* Download PDF */


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


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


.flat_description.uk-text-center {
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
	color: #293133;
}






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


h1, h2, .slideshow h2.uk-h1 {
	font-size: 36px;
}

h3, .slideshow .uk-panel.uk-text-lead {
	font-size: 20px;
}

.uk-text-meta, .uk-h5, h5 {
	font-size: 13px;
}

.uk-navbar-container .uk-logo img {
	width: 170px;
}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-logo img {
	width: 125px;
}

a.top_phone, a.top_mail {
	padding-left: 30px!important;
	background-size: 20px 20px;
}

.uk-section.uk-section-large {
	padding-top: 100px;
	padding-bottom: 100px;
}

.uk-navbar-container.uk-navbar-transparent  {
	padding-top: 30px;
}

#landplot .uk-position-large {
	margin: 70px;
}



}




@media (max-width: 1681px) {
body {
		font-size: 14px;
}

.help_header {
	padding: 8px 16px 8px 0;	
	line-height: 18px;
}

}





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


h1, h2, .slideshow h2.uk-h1 {
	font-size: 34px;
}

h3, .slideshow .uk-panel.uk-text-lead {
	font-size: 18px;
}

.uk-text-meta, .uk-h5, h5 {
	font-size: 12px;
}

.uk-navbar-container .uk-logo img {
	width: 160px;
}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-logo img {
	width: 120px;
}

a.top_phone, a.top_mail {
	padding-left: 28px!important;
	background-size: 18px 18px;
}

.uk-navbar-nav>li>a {
	font-size: 12px;
}


.slideshow .uk-section-xlarge {
	padding-bottom: 90px;
}

.uk-section.uk-section-large {
	padding-top: 80px;
	padding-bottom: 80px;
}

.uk-navbar-container.uk-navbar-transparent  {
	padding-top: 0;
}

#landplot .uk-position-large {
	margin: 50px;
}

}




@media (max-width: 1200px) {  
	
	.uk-sticky .uk-navbar-container .navbar .brand, 
.uk-sticky .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky .uk-navbar-container .navbar-search, 
.uk-sticky .uk-navbar-container .uk-navbar-item, 
.uk-sticky .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky .uk-navbar-container .uk-navbar-toggle,
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .brand, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar-search, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-item, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-toggle {
	min-height: 70px;
}

.uk-navbar-container .uk-logo img {
	width: 140px;
}

.uk-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .brand, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar-search, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-item, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-toggle
 {
	min-height: 50px;
}

.uk-icon-button {
	width: 34px;
	height: 34px;
}

h1, h2, .slideshow h2.uk-h1 {
	font-size: 32px;
}

h3, .slideshow .uk-panel.uk-text-lead {
	font-size: 18px;
}

.uk-text-meta, .uk-h5, 5 {
	font-size: 12px;
}

.slideshow .uk-section-xlarge {
	padding-bottom: 100px;
}

.navbar .brand, .navbar .nav>li>a, .navbar-search, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	font-size: 12px;
	letter-spacing: 1px;
}

.uk-section.uk-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}


#landplot .uk-position-large {
	margin: 50px;
}

}

@media (max-width: 960px) { 
	
.uk-sticky .uk-navbar-container .navbar .brand, 
.uk-sticky .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky .uk-navbar-container .navbar-search, 
.uk-sticky .uk-navbar-container .uk-navbar-item, 
.uk-sticky .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky .uk-navbar-container .uk-navbar-toggle,
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .brand, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar-search, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-item, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-toggle {
	min-height: 60px;
}

.tm-header-mobile .uk-sticky-placeholder {
	height: 60px!important;
}

.uk-navbar-container {
	border-bottom: none;
}


.tm-header-mobile .uk-navbar-container {
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
}


div.uk-panel.mod-languages .uk-subnav>*>a {
	display:block;
	line-height:30px;
	font-size:11px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 5px;
}	

.slideshow .uk-section-xlarge {
	padding-bottom: 70px;
}

div.shaded ul.uk-slideshow-items:before, div.shaded.uk-section-default > div:before, div#fullpage.shaded div.section:before {
	display: none;
	}

.map.uk-position-relative {
	margin-top: 190px;
	overflow: visible;
}
.svg_plan {
		min-width:960px;
}

#landplot .uk-position-large {
	margin: 40px;
}

.infowindow {
	font-size:12px;
	min-width: 200px;
}

.infowindow .infowindow_bot {
	height:10px;
}

.infowindow .infowindow_header {
	height: 50px;
}

.infowindow .infowindow_text {
	height: 50px;
}

.infowindow .infowindow_text .subname {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: -3px
}

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

.infowindow .infowindow_text .name {
	font-size: 12px;
	margin-bottom: 15px;
}



.infowindow .infowindow_number {
	width: 38px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	margin-top: -3px
}

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

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

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

.help_header {
	min-width: 320px;
	padding: 6px 12px 6px 0;
	line-height: 16px;
	font-size: 10px;
}

.legen-icon {	
	width: 10px;
	height: 10px;;
	margin: 0 3px 0 5px;
}



}

@media (max-width: 640px) {  

.uk-sticky .uk-navbar-container .navbar .brand, 
.uk-sticky .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky .uk-navbar-container .navbar-search, 
.uk-sticky .uk-navbar-container .uk-navbar-item, 
.uk-sticky .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky .uk-navbar-container .uk-navbar-toggle,
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .brand, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar .nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .navbar-search, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-item, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-nav>li>a, 
.uk-sticky.uk-sticky-below .uk-navbar-container .uk-navbar-toggle {
	min-height: 50px;
}

.tm-header-mobile .uk-sticky-placeholder {
	height: 50px!important;
}

h1, h2, .slideshow h2.uk-h1 {
	font-size: 32px;
}

h3, .slideshow .uk-panel.uk-text-lead {
	font-size: 20px;
}

.uk-text-meta, .uk-h5, h5 {
	font-size: 12px;
}

.tm-header-mobile .uk-logo img {
	width: 140px;
}

.slideshow .uk-section-xlarge {
	padding-bottom: 60px;
}

.map.uk-position-relative {
	margin-top: 130px;
}
.svg_plan {
		min-width:960px;
	}

#landplot .uk-position-large {
	margin: 40px;
}

#landplot .uk-position-large {
	max-width: 100%!important;
}

.showmarkers .uk-marker {
	padding: 5px;
}
    
.showmarkers .uk-marker svg {
	width: 14px;
	height: 14px;
}


}



@media (max-width: 480px) { 


h1, h2, .slideshow h2.uk-h1 {
	font-size: 28px;
}

h3, .slideshow .uk-panel.uk-text-lead {
	font-size: 18px;
}

h5 {
	font-size: 12px;
	letter-spacing: 2px;
}

.uk-text-meta, .uk-h5, h5 {
	font-size: 11px;
}


.tm-header-mobile .uk-logo img {
	width: 130px;
}

.slideshow .uk-section-xlarge {
	padding-bottom: 60px;
}

.svg_plan {
		min-width:1280px;
	}
	
#landplot .uk-position-large.uk-position-top-left,
#landplot .uk-position-large.uk-position-top-right {
	margin: 40px 20px;
}


#landplot .compass {
	width: 48px;
	height: 48px;
}

#landplot .uk-h6 {
	font-size: 10px;
	letter-spacing: 2px;
}
#landplot h1, #landplot .uk-h6 {
	margin-bottom: 10px;
}

}

@media (max-width: 420px) { 

h5 {
	font-size: 11px;
	letter-spacing: 1px;
}


	
}

@media (min-width: 320px) and (max-width: 830px) and (orientation: landscape) {

h1, h2, .slideshow h2.uk-h1 {
	font-size: 28px;
}

h3, .slideshow .uk-panel.uk-text-lead {
	font-size: 18px;
}

h5 {
	font-size: 12px;
	letter-spacing: 2px;
}

.uk-text-meta, .uk-h5, h5 {
	font-size: 11px;
}



.svg_plan {
		min-width:100%;	
	}

	
#landplot .uk-position-large {
	margin: 40px 20px;
}

#landplot .uk-position-large {
	max-width: 100%!important;
}

#landplot .warning {
	display: none;
}




#landplot .compass {
	width: 48px;
	height: 48px;
}

#landplot h1, #landplot .uk-h6 {
	margin-bottom: 7px;
}



}


@media (max-width: 380px) {       

h1, h2, .slideshow h2.uk-h1 {
	font-size: 28px;
}

h3, .slideshow .uk-panel.uk-text-lead {
	font-size: 16px;
}

.uk-text-meta, .uk-h5, h5 {
	font-size: 10px;
}

.slideshow .uk-section-xlarge {
	padding-bottom: 60px;
}
#landplot .compass {
	width: 40px;
	height: 40px;
}

#landplot .uk-h6 {
	font-size: 9px;
	letter-spacing: 1px;
}
#landplot h1 {
	margin-bottom: 10px;
	font-size: 20px;
}

#landplot .uk-icon svg {
	width: 26px;
	height: 26px;
}
 
}

@media (max-width: 320px) {       


#landplot h1 {
	font-size: 18px;
}
 
}

@media print {  

}
