@font-face {
    font-family: 'nexa_boldregular';
    src:  
         url('/fonts/nexa_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_lightregular';
    src:
         url('/fonts/nexa_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body, html, * {
	font-family: 'nexa_lightregular';
	font-style: normal;
	font-weight: 300;
	text-shadow: none !important;
	color: #313131;
}

body, html {
	height: 100%;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffff;
}
body {
	/*overflow-x: hidden;
	overflow-y: auto;*/
	position: relative;
}

section {
	/*overflow-x: hidden;*/
	position: relative;
}

b {
	font-family: 'nexa_boldregular';
	color: #47ab4b;
}
h2 {
	font-family: 'nexa_boldregular';
	color: #47ab4b;
	font-weight: bold;
	font-size: 21px;
	margin: 0;
}
a,
a:link,
a:focus,
a:active {
	background: transparent;
    padding-left: 4px;
    padding-right: 4px;
    color: #313131;
    font-weight: 500;
}
a:hover {
	background: #47ab4b;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    font-weight: 500;
	text-decoration: none;
}
 

.row {
	margin: 0;
}

.col-md-4, .col-md-6, .col-md-8, .col-md-12 {
	padding: 0;
	margin: 0;
}

*:focus {
	outline: none !important;
}

.clear {
	clear: both;
}

/* TABLE - begin */
.t {
	display: table;
}
.t .tr {
	display: table-row;
}
.t .td {
	display: table-cell;
}
.t .tc {
	display: table-caption;
}

/* Vertical */
.t .td[class~='v-align-top'] {
	 vertical-align: top;
 }
.t .td[class~='v-align-middle'] {
	 vertical-align: middle;
 }
.t .td[class~='v-align-bottom'] {
	 vertical-align: bottom;
 }

/* Horizontal */
.t .td[class~='h-align-left'] {
	 text-align: left;
 }
.t .td[class~='h-align-middle'] {
	 text-align: center;
 }
.t .td[class~='h-align-right'] {
	 text-align: right;
 }

.t-collapse {
	border-collapse: collapse;
}
/* TABLE - end */
 
.container {
	padding: 0;
	position: relative;
	
	/* Width */
	min-width: 1370px;
	width: 1370px;
	/*background: grey;*/
} 
 
section[name="splash"] {
	width: 100%;
	
	height: 100vh;
	/*background: url('../img/splash.jpg?1630312051') center center no-repeat;
	background-size: cover;*/
	overflow-x: hidden;
	overflow-y: hidden;
}
section[name="splash"] .svgcontainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
section[name="splash"] .svgcontainer svg {
	position: relative; 
	top: 0; 
	left: 0;  
	height: 100vh;
	width: 100%;
    max-height: 100%;
}
@media (max-width: 500px) {
section[name="splash"] .svgcontainer svg {
	position: relative; 
	top: 0; 
	left: 0; 
	transform: translateX(-350px);
	height: 100vh;
	width: calc(100% + 350px);
    max-height: 100%;
}
}
section[name="header"] {
	width: 100%;
	height: 135px;
	background: #fff;
	border-bottom: 1px solid #bbbbbb;
}

section[name="splash"] > .bar:after {
	content: "";
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
}
section[name="splash"] > .bar {
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 9999;
	margin-top: 0px;
}

section[name="splash"] > .bar > .container > .logo {
	position: absolute;
	z-index: 99;
	top: 18px;
	left: 0;
	width: 220px;
	height: 68px;
	background: url('../img/logo.png?1630312051') no-repeat;
	background-size: 220px 68px;
}
section[name="splash"] > .fastcontact {
	position: absolute;
	right: 0;
	bottom: 10px;
}
section[name="splash"] > .fastcontact > div,
section[name="splash"] > .fastcontact > a {
	margin-bottom: 20px;
	font-family: 'nexa_lightregular';
	color: #fff;
	font-size: 18px;
	padding: 10px;
	padding-left: 50px;
	display: block;
	cursor: pointer;
}
section[name="splash"] > .fastcontact > div:first-child {
	background: #26a12d url('../img/icon-mail.png?1630312051') center left 10px no-repeat;
}
section[name="splash"] > .fastcontact > a:last-child {
	background: #26a12d url('../img/icon-phone.png?1630312051') center left 10px no-repeat;
}
section[name="splash"] > .container {
	background: transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 20px;
}
section[name="splash"] > .container > .tagicons {
	margin-top: 40px;
	margin-bottom: 40px;
}
section[name="splash"] > .container > .tagicons > svg {
	height: 64px;
	width: 64px;
	float: left; 
	margin-right: 15px;
} 
section[name="splash"] > .container > .tagline > div:nth-child(1) {
	font-family: 'nexa_boldregular';
	color: #ffffff;
	font-size: 30px;
	line-height: 35px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1) !important;
} 
section[name="splash"] > .container > .tagline > div:nth-child(2) {
	font-family: 'nexa_boldregular';
	color: #ffffff;
	font-size: 78px;
	line-height: 78px;
	margin-top: 10px;
	text-shadow: 0px 0px 27px rgba(0, 0, 0, 1) !important;
} 
section[name="splash"] > .container > .tagline > div:nth-child(3) {
	font-family: 'nexa_lightregular';
	color: #ffffff;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	margin-top: 0px;
	/*text-shadow: 0px 0px 4px rgba(0, 0, 0, 1) !important;*/
	background: #47ab4c;
	padding: 5px;
} 
section[name="splash"] > .container > .tagline > div:nth-child(3) > b {
	font-family: 'nexa_boldregular';
	color: #fff;
/*	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1) !important;*/
}


section[name="header"] > .bar > .container > .logo {
	position: absolute;
	z-index: 99;
	top: 25px;
	left: 0;
	width: 263px;
	height: 86px;
	background: url('../img/logo.png?1630312051') no-repeat;
	background-size: 263px 86px;
}
 

section[name="splash"] > .bar.fixed > .container > .menu,
section[name="header"] > .bar.fixed > .container > .menu {
	top: 33px;
}
section[name="splash"] > .bar > .container > .menu {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}
section[name="header"] > .bar > .container > .menu {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 55px;
	list-style: none;
	padding: 0;
	margin: 0;
}
section[name="splash"] > .bar > .container > .menu > li,
section[name="header"] > .bar > .container > .menu > li {
	float: left;
	padding: 0;
	margin-left: 20px;
	position: relative;
}
section[name="splash"] > .bar > .container > .menu > li.social-icon,
section[name="header"] > .bar > .container > .menu > li.social-icon {
	margin-left: 5px;
}
section[name="splash"] > .bar > .container > .menu > li > a.social-icon > img,
section[name="header"] > .bar > .container > .menu > li > a.social-icon > img {
	margin-top: -5px;
}
section[name="splash"] > .bar > .container > .menu > li > a.social-icon.fb,
section[name="header"] > .bar > .container > .menu > li > a.social-icon.fb {
	background: #4A68AF;
}
section[name="splash"] > .bar > .container > .menu > li > a.social-icon.ins,
section[name="header"] > .bar > .container > .menu > li > a.social-icon.ins {
	background: #CA2491;
}
section[name="splash"] > .bar > .container > .menu > li > a,
section[name="header"] > .bar > .container > .menu > li > a {
	font-family: 'nexa_boldregular';
	color: #232b42;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 10px 5px 10px;
}
section[name="splash"] > .bar > .container > .menu > li > a:not(:only-child),
section[name="header"] > .bar > .container > .menu > li > a:not(:only-child) {
	padding-right: 27px;
	background: url('../img/menu-sub.png?1630312051') center right 10px no-repeat;
}
section[name="splash"] > .bar > .container > .menu > li:hover > a:not(:only-child),
section[name="header"] > .bar > .container > .menu > li:hover > a:not(:only-child) {
	padding-right: 27px;
	background: #47ab4b url('../img/menu-sub-hover.png?1630312051') center right 10px no-repeat;
}

section[name="splash"] > .bar > .container > .menu > li > div,
section[name="header"] > .bar > .container > .menu > li > div {
	display: none;
	position: absolute;
	z-index: 99;
	background: #47ab4b;
	padding: 20px 10px 20px 10px;
	width: 990px;
	margin-left: -60px;
	margin-top: 3px;
	-webkit-box-shadow: 0px 9px 11px -4px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 9px 11px -4px rgba(0,0,0,0.68);
	box-shadow: 0px 9px 11px -4px rgba(0,0,0,0.68);
}
section[name="splash"] > .bar > .container > .menu > li > div > div.col-md-3,
section[name="header"] > .bar > .container > .menu > li > div > div.col-md-3 {
	
}
section[name="splash"] > .bar > .container > .menu > li > div > div.col-md-3 > .level-title,
section[name="header"] > .bar > .container > .menu > li > div > div.col-md-3 > .level-title {
	color: #fff;
	font-size: 17px;
	font-family: 'nexa_boldregular';
	text-decoration: underline;
	margin-bottom: 15px;
	background: transparent;
	display: table;
}

section[name="splash"] > .bar > .container > .menu > li > div > div.col-md-3 > a > sup,
section[name="header"] > .bar > .container > .menu > li > div > div.col-md-3 > a > sup {
	color: #d4e8d5;
	font-size: 12px;
	font-family: 'nexa_lightregular';
}
section[name="splash"] > .bar > .container > .menu > li > div > div.col-md-3 > a:hover > sup,
section[name="header"] > .bar > .container > .menu > li > div > div.col-md-3 > a:hover > sup {
	color: #1a171b;
	font-size: 12px;
	font-family: 'nexa_lightregular';
}
section[name="splash"] > .bar > .container > .menu > li > div > div.col-md-3 > a:not(:nth-child(1)),
section[name="header"] > .bar > .container > .menu > li > div > div.col-md-3 > a:not(:nth-child(1)) {
	color: #d4e8d5;
	font-size: 14px;
	font-family: 'nexa_lightregular';
	text-decoration: none;
	margin-bottom: 0;
	background: transparent;
	display: table;
	padding: 5px;
}
section[name="splash"] > .bar > .container > .menu > li > div > div.col-md-3 > a:not(:nth-child(1)):hover,
section[name="header"] > .bar > .container > .menu > li > div > div.col-md-3 > a:not(:nth-child(1)):hover {
	color: #1a171b;
	background: #fff;
}
section[name="splash"] > .bar > .container > .menu > li:hover > a,
section[name="header"] > .bar > .container > .menu > li:hover > a {
	background: #47ab4b;
	color: #fff;
}
section[name="splash"] > .bar > .container > .menu > li:hover > div,
section[name="header"] > .bar > .container > .menu > li:hover > div {
	display: flex;
}
section[name="splash"] > .bar > .container > .menu > li > a.active,
section[name="header"] > .bar > .container > .menu > li > a.active {
	color: #fff;
	background: #47ab4b;
}

section[name="details"] {
	margin-top: 100px;
}
section[name="details"] > .container > .row > .t.title {
	margin-bottom: 50px;
}
section[name="details"] > .container > .row > .t.title > .tr > .td:first-child {
	width: 170px;
}
section[name="details"] > .container > .row > .t.title > .tr > .td:last-child > div:first-child {
    font-size: 44px;
    line-height: 44px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
}
section[name="details"] > .container > .row > .t.title > .tr > .td:last-child > div:last-child {
	font-size: 30px;
	line-height: 30px;
	font-family: 'nexa_lightregular';
	color: #1a171b;
	margin-top: 20px;
	padding-right: 300px;
}
section[name="details"] .desc {
	font-size: 16px;
    line-height: 20px;
    font-family: nexa_lightregular;
    font-weight: 700;
    letter-spacing: 0px;
    color: #353535;
    display: table-cell;
    vertical-align: bottom;
	padding-left: 170px;
}
section[name="details"] > .container > .row > .row {
	margin-left: 170px;
}
section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3:first-child > div:nth-child(1) {
    padding-top: 20px;
    border-top: 6px solid #6cc6d8;
    font-size: 18px;
    line-height: 18px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
}
section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3 > div:nth-child(1) {
    padding-top: 20px;
    border-top: 6px solid #cecece;
    font-size: 18px;
    line-height: 18px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
}

section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3:nth-child(1) > div:nth-child(1) {
    border-top: 6px solid #6cc6d8;
}
section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3:nth-child(2) > div:nth-child(1) {
    border-top: 6px solid #47ab4c;
}
section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3:nth-child(3) > div:nth-child(1) {
    border-top: 6px solid #f5e82c;
}
section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3:nth-child(4) > div:nth-child(1) {
    border-top: 6px solid #e31d28;
}

section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3 > div:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
    text-align: left;
    margin-bottom: 15px;
}
section[name="details"] > .container > .row > .row > .col-md-12 > .row > .col-md-3 > div:nth-child(3) {
	padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
}

section[name="colors"] {
	position: relative;
	height: 40px;
	background: transparent;
	margin-top: -40px;
} 
section[name="colors"].clear {
	margin-top: 0;
	height: 60px;
}

section[name="colors"] .box > div {
position: relative;
width: 80px;
height: 40px;
float: right;
}

section[name="colors"] .box.left > div {
position: relative;
width: 80px;
height: 40px;
float: right;
margin-top: 40px;
} 
section[name="colors"] .box > div:nth-child(1) > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
	background: #6cc6d8;

-webkit-animation: animY1 1.2s ease-in-out infinite alternate;
-moz-animation: animY1 1.2s ease-in-out infinite alternate;
animation: animY1 1.2s ease-in-out infinite alternate;
}
section[name="colors"] .box.left > div:nth-child(1) > div {
-webkit-animation: animY1v 1.2s ease-in-out infinite alternate;
-moz-animation: animY1v 1.2s ease-in-out infinite alternate;
animation: animY1v 1.2s ease-in-out infinite alternate;
}
section[name="colors"] .box.left > div:nth-child(2) > div {
-webkit-animation: animY2v 1.0s ease-in-out infinite alternate;
-moz-animation: animY2v 1.0s ease-in-out infinite alternate;
animation: animY2v 1.0s ease-in-out infinite alternate;
}
section[name="colors"] .box.left > div:nth-child(3) > div {
-webkit-animation: animY1v 0.7s ease-in-out infinite alternate;
-moz-animation: animY1v 0.7s ease-in-out infinite alternate;
animation: animY1v 0.7s ease-in-out infinite alternate;
}
section[name="colors"] .box.left > div:nth-child(4) > div {
-webkit-animation: animY2v 0.8s ease-in-out infinite alternate;
-moz-animation: animY2v 0.8s ease-in-out infinite alternate;
animation: animY2v 0.8s ease-in-out infinite alternate;
}
section[name="colors"] .box > div:nth-child(2) > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
	background: #47ab4c;

-webkit-animation: animY2 1.0s ease-in-out infinite alternate;
-moz-animation: animY2 1.0s ease-in-out infinite alternate;
animation: animY2 1.0s ease-in-out infinite alternate;
}
section[name="colors"] .box > div:nth-child(3) > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
	background: #f5e82c;

-webkit-animation: animY1 0.7s ease-in-out infinite alternate;
-moz-animation: animY1 0.7s ease-in-out infinite alternate;
animation: animY1 0.7s ease-in-out infinite alternate;
}
section[name="colors"] .box > div:nth-child(4) > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
	background: #e31d28;

-webkit-animation: animY2 0.8s ease-in-out infinite alternate;
-moz-animation: animY2 0.8s ease-in-out infinite alternate;
animation: animY2 0.8s ease-in-out infinite alternate;
}

@-moz-keyframes animY1 {
from {
top: 0px;
}
to {
top: -20px;
}
}
@-webkit-keyframes animY1 {
from {
top: 0px;
}
to {
top: -20px;
}
}
@-o-keyframes animY1 {
from {
top: 0px;
}
to {
top: -20px;
}
}
@keyframes animY1 {
from {
top: 0px;
}
to {
top: -20px;
}
}


@-moz-keyframes animY2 {
from {
top: 0px;
}
to {
top: -15px;
}
}
@-webkit-keyframes animY2 {
from {
top: 0px;
}
to {
top: -15px;
}
}
@-o-keyframes animY2 {
from {
top: 0px;
}
to {
top: -15px;
}
}
@keyframes animY2 {
from {
top: 0px;
}
to {
top: -15px;
}
}




@-moz-keyframes animY1v {
from {
bottom: -20px;
}
to {
bottom: 0px;
}
}
@-webkit-keyframes animY1v {
from {
bottom: -20px;
}
to {
bottom: 0px;
}
}
@-o-keyframes animY1v {
from {
bottom: -20px;
}
to {
bottom: 0px;
}
}
@keyframes animY1v {
from {
bottom: -20px;
}
to {
bottom: 0px;
}
}


@-moz-keyframes animY2v {
from {
bottom: -15px;
}
to {
bottom: 0px;
}
}
@-webkit-keyframes animY2v {
from {
bottom: -15px;
}
to {
bottom: 0px;
}
}
@-o-keyframes animY2v {
from {
bottom: -15px;
}
to {
bottom: 0px;
}
}
@keyframes animY2v {
from {
bottom: -15px;
}
to {
bottom: 0px;
}
}


section[name="about"] {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
section[name="about"].clear {
	border: 0;
}
section[name="about"].clear:after {
	display: none;
}
section[name="about"]:after {
	content: '';
	width: 400px;
	height: 881px;
	background: url('../img/about-leaf-left.png?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: -320px;
	
	-webkit-transition:All 1.3s ease-out;
	-moz-transition:All 1.3s ease-out;
	-o-transition:All 1.3s ease-out;
}
section[name="about"]:before {
	content: '';
	width: 600px;
	height: 749px;
	background: url('../img/about-leaf-right.png?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
    right: -300px;
    top: 140px;
}
section[name="about"] > .container > .row > .t.title {
	margin-bottom: 50px;
}
section[name="about"] > .container > .row > .t.title > .tr > .td:first-child,
section[name="floors"] > div > .container > .row > .t.title > .tr > .td:first-child,
section[name="floor-details"] > .container > #floor-content > .row > .t.title > .tr > .td:first-child,
section[name="location-details"] > .container > .row > .t.title > .tr > .td:first-child,
section[name="contact"] > .container > .row > .t.title > .tr > .td:first-child {
	width: 170px;
}
section[name="about"] > .container > .row > .t.title > .tr > .td:last-child > div:first-child,
section[name="floors"] > div > .container > .row > .t.title > .tr > .td:last-child > div:first-child,
section[name="floor-details"] > .container > #floor-content > .row > .t.title > .tr > .td:last-child > div:first-child,
section[name="location-details"] > .container > .row > .t.title > .tr > .td:last-child > div:first-child,
section[name="contact"] > .container > .row > .t.title > .tr > .td:last-child > div:first-child {
	font-size: 44px;
	line-height: 44px;
	font-family: 'nexa_boldregular';
	color: #1a171b;
}
section[name="about"] > .container > .row > .t.title,
section[name="floors"] > div > .container > .row > .t.title,
section[name="floor-details"] > .container > #floor-content > .row > .t.title,
section[name="location-details"] > .container > .row > .t.title,
section[name="contact"] > .container > .row > .t.title {
	margin-bottom: 50px;
}
section[name="about"] > .container > .row > .t.title > .tr > .td:last-child > div:last-child,
section[name="floors"] > div > .container > .row > .t.title > .tr > .td:last-child > div:last-child,
section[name="floor-details"] > .container > #floor-content > .row > .t.title > .tr > .td:last-child > div:last-child,
section[name="location-details"] > .container > .row > .t.title > .tr > .td:last-child > div:last-child,
section[name="contact"] > .container > .row > .t.title > .tr > .td:last-child > div:last-child {
	font-size: 30px;
	line-height: 30px;
	font-family: 'nexa_lightregular';
	color: #1a171b;
	margin-top: 20px;
}
section[name="about"] > .container > .row > .desc,
section[name="options"] > .container > .row > .desc,
section[name="details"] > .container > .row > .desc.stages,
section[name="details"] > .container > .row > .desc.tabs,
section[name="floors"] > div > .container > .row > .desc ,
section[name="floor-details"] > .container > .row > .desc,
section[name="floor-details"] > .container > #flat-content > .row > .desc,
section[name="floor-details"] > .container > #floor-content > .row > .desc,
section[name="location-details"] > .container > .row > .desc,
section[name="contact"] > .container > .row > .desc {
	margin-left: 170px;
	margin-right: 0;
	font-family: 'nexa_lightregular';
	color: #1a171b;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	text-align: justify;
}
section[name="floor-details"] > .container > #flat-content > .row > .desc {
	margin-left: 0;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc {
	margin-left: 0;
}
section[name="location-details"] > .container > .row > .desc {
	margin-top: 100px;
}
section[name="details"] > .container > .row > .desc.stages,
section[name="details"] > .container > .row > .desc.tabs {
	margin-left: -15px;
	margin-bottom: 50px;
}
section[name="floors"] > div > .container > .row > .desc {
	margin-left: 158px;
	margin-bottom: 50px;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc {
	padding-right: 0;
}
section[name="options"] > .container > .row > .desc {
	margin-left: 0;
	margin-bottom: 200px;
}
section[name="about"] > .container > .row:nth-child(2) {
	margin-bottom: 135px;
}
 
section[name="icons"] > .container > .row > .col-md-3 {
	padding-bottom: 40px;
}
section[name="icons"] > .container > .row > .col-md-3 > div:nth-child(1) {
	display: table;
	margin: auto;
}
section[name="icons"] > .container > .row > .col-md-3 > div:nth-child(1) > svg {
	width: 80px;
}
section[name="icons"] > .container > .row > .col-md-3 > div:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
    margin-top: 0px;
    margin-bottom: 15px;
	text-align: center;
}
section[name="icons"] > .container > .row > .col-md-3 > div:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
    font-family: 'nexa_lightregular';
    color: #1a171b; 
}
section[name="icons"] {
	padding-top: 100px;
    background: #fff;
}
 
section[name="about"] > .container > .row:nth-child(3) {
	margin-bottom: 200px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row {
	margin-left: -20px;
	margin-right: -20px;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row,
section[name="location-details"] > .container > .row:nth-child(4) > .desc > .row,
section[name="contact"] > .container > .row:nth-child(4) > .desc > .row {
	/*margin-left: -20px;*/
	margin-right: -20px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-2 {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-2:last-child,
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4:last-child {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 0;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-8,
section[name="location-details"] > .container > .row:nth-child(4) > .desc > .row > .col-md-8,
section[name="contact"] > .container > .row:nth-child(4) > .desc > .row > .col-md-8 {
	margin: 0;
	padding: 0;
	padding-left: 0;
	padding-right: 40px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-2 > div:nth-child(1) svg {
	width: 120px;
	height: 120px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-2 > div:nth-child(1) {
	font-size: 18px;
	line-height: 18px;
	font-family: 'nexa_boldregular';
	color: #1a171b;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-2 > div:nth-child(2) {
	font-size: 16px;
	line-height: 16px;
	font-family: 'nexa_lightregular';
	color: #979797;
	margin-top: 5px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-2 > div:nth-child(3) {
	font-size: 16px;
	line-height: 24px;
	font-family: 'nexa_lightregular';
	color: #1a171b;
	margin-top: 30px;
}

section[name="about"] > .container > .row:nth-child(2) > .desc,
section[name="about"] > .container > .row:nth-child(3) > .desc,
section[name="about"] > .container > .row:nth-child(4) > .desc,
section[name="about"] > .container > .row:nth-child(5) > .desc {
	width: 100%;
}
section[name="about"] > .container > .row:nth-child(4) > .desc {
	margin-top: 150px;
}
section[name="about"] > .container > .row:nth-child(4) > .desc.clear {
	margin-top: 0;
}
.b-title {
	font-size: 44px;
	line-height: 44px;
	font-family: 'nexa_boldregular';
	color: #1a171b;
}
.b-space {
	margin-bottom: 15px;
}
.info-box {
	margin-bottom: 10px;
}
.info-box > div:first-child {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.info-box > div:first-child img {
	width: 100%;
}
.info-box > div:last-child {
	background: #47ab4b;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
	font-family: 'nexa_boldregular';
}
.info-box-big {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	margin-bottom: 10px;
	position: relative;
}
.info-box-big > div {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #47ab4b;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'nexa_boldregular';
	width: 50%;
}
.info-box-big > img {
	width: 100%;
}
section[name="about"] > .container > .row:nth-child(4) {
	margin-bottom: 220px;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info.credit > .row > .info > .name {
	font-size: 28px;
	line-height: 28px;
	font-family: 'nexa_boldregular';
	margin-top: 23px;
	margin-bottom: 10px;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info.credit > .row > .info > .title {
	font-size: 17px;
	line-height: 17px;
	font-family: 'nexa_lightregular';
	margin-top: 0;
	margin-bottom: 24px;
	font-style: italic;
	display: block;
	width: 100%;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info.credit > .row > .info > .phone {
	background: url('../img/icon-phone-small.png?1630312051') left center no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
    line-height: 16px;
    font-family: 'nexa_lightregular';
	color: #1a171b;
	display: table;
	margin-bottom: 15px;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info.credit > .row > .info > .mail {
	background: url('../img/icon-mail-small.png?1630312051') left center no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
    line-height: 16px;
    font-family: 'nexa_lightregular';
	color: #1a171b;
	display: table;
	cursor: pointer;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info > .row {
	margin-left: -5px;
	margin-right: -5px;
}
section[name="about"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info > .row > .col-md-6,
section[name="location-details"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info > .row > .col-md-6,
section[name="contact"] > .container > .row:nth-child(4) > .desc > .row > .col-md-4 > .info > .row > .col-md-6 {
	padding-right: 5px;
	padding-left: 5px;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row {
	margin-left: 0;
	margin-right: -25px;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-3 {
	padding-left: 0px;
	padding-right: 24px;
	position: relative;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-3 img {
	width: 100%;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-3 > div {
	position: relative;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-3 > div div {
	width: 100%;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-3 > div > div:nth-child(1) {
	font-size: 18px;
    line-height: 18px;
    font-family: 'nexa_boldregular';
	color: #1a171b;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 15px;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-3 > div > div:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    font-family: 'nexa_lightregular';
	color: #1a171b;
	text-align: center;
	margin-bottom: 50px;
}
   

section[name="options"]:before {
	content: '';
	width: 500px;
	height: 459px;
	background: url('../img/butterfly.png?1630312051') no-repeat;
	position: absolute;
	z-index: 3;
	left: 0;
	top: -200px;
}
section[name="options"]:after {
	content: '';
	width: 400px;
	height: 719px;
	background: url('../img/options-leaf-right.png?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}
section[name="options"] > .container {
	
}
section[name="options"] > .container > .row {
	position: relative;
}
section[name="options"] > .container > .row > .col-md-12 > .title {
	margin-top: 287px;
	margin-bottom: 40px;
}
section[name="options"] > .container > .row > .col-md-12 > .title > div:first-child,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .title > div.name {
    font-size: 44px;
    line-height: 44px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
}
section[name="options"] > .container > .row > .col-md-12 > .title > div:last-child,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .title > div.status {
    font-size: 30px;
    line-height: 30px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	margin-top: 20px;
}
section[name="floor-details"] > .container > #flat-content > .row > .desc > .title > div.status {
    margin-bottom: 20px;
}
section[name="floor-details"] > .container > #flat-content > .row > .desc > .title > div.size,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .title > div.amount {
    font-size: 26px;
    line-height: 26px;
	margin-bottom: 10px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
}
section[name="floor-details"] > .container > #flat-content > .row > .desc > .title > div.amount {
    font-family: 'nexa_boldregular';
    color: #1a171b;
}
section[name="options-splash"] {
	width: 100%;
	
	height: 100vh;
	background: url('../img/options.jpg?1630312051') center center no-repeat;
	background-size: cover;
}
section[name="options-splash"] > .container > .row {
	margin-left: -30px;
	margin-right: -30px;
}
section[name="options-splash"] > .container > .row > .col-md-4 {
	padding-top: 100px;
}
section[name="options-splash"] > .container > .row > .col-md-4 > div {
	background: #47ab4b;
	font-size: 28px;
    line-height: 28px;
    font-family: 'nexa_boldregular';
	color: #fff;
	padding: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	text-align: center;
}

section[name="nature"] {
	position: relative;
	margin-bottom: 200px;
}
section[name="nature"]:after {
	content: '';
	width: 400px;
	height: 881px;
	background: url('../img/about-leaf-left.png?1630312051') no-repeat;
	position: absolute;
	z-index: 3;
	left: -100px;
	top: -40px;
	
	-webkit-transition:All 1.3s ease-out;
	-moz-transition:All 1.3s ease-out;
	-o-transition:All 1.3s ease-out;
}
section[name="nature"] > .container > .row > .col-md-12 > .title {
	/*margin-top: 320px;*/
	margin-bottom: 70px;
}
section[name="nature"] > .container > .row > .col-md-12 > .title > div:first-child {
    font-size: 44px;
    line-height: 44px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
	text-align: right;
}
section[name="nature"] > .container > .row > .col-md-12 > .title > div:last-child {
    font-size: 30px;
    line-height: 30px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	text-align: right;
	margin-top: 20px;
}
section[name="nature"] > .container > .row:nth-child(2) {
	margin-left: -15px;
	margin-right: -15px;
}
section[name="nature"] > .container > .row:nth-child(2) > .col-md-12 {
	font-size: 0;
	line-height: 0;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
section[name="nature"] > .container > .row:nth-child(2) > .col-md-3:nth-child(1) img {
	border-bottom: 15px solid #47ab4b;
}
section[name="nature"] > .container > .row:nth-child(2) > .col-md-3:nth-child(2) img {
	border-bottom: 15px solid #6dc6d8;
}
section[name="nature"] > .container > .row:nth-child(2) > .col-md-3:nth-child(3) img {
	border-bottom: 15px solid #f6e82d;
}
section[name="nature"] > .container > .row:nth-child(2) > .col-md-3:nth-child(4) img {
	border-bottom: 15px solid #e31e28;
}
section[name="nature"] > .container > .row:nth-child(2) > .col-md-3 {
	font-size: 0;
	line-height: 0;
	position: relative;
}
section[name="nature"] > .container > .row > .col-md-12 img,
section[name="nature"] > .container > .row > .col-md-3 img {
	width: 100%;
}
section[name="nature"] > .container > .row > .col-md-12 img {
	margin-bottom: 40px;
}
section[name="nature"] > .container > .row > .col-md-3 div {
	margin-top: 30px;
	font-size: 28px;
    line-height: 28px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	text-align: center;
}
section[name="nature"] > .container > .row > .col-md-12 a {
	font-size: 28px;
    line-height: 28px;
    font-family: 'nexa_boldregular';
    color: #47ab4b;
	text-align: center;
	background: transparent !important;
}
section[name="nature"] > .container > .row > .col-md-3 .bird {
	width: 58px;
	height: 85px;
	background: url('../img/nature-bird.png?1630312051') no-repeat;
	position: absolute;
    top: -102px;
    left: 100px;
}
section[name="nature"] > .container > .row > .col-md-12 .bird {
	width: 58px;
	height: 85px;
	background: url('../img/nature-bird.png?1630312051') no-repeat;
	position: absolute;
    top: -72px;
    left: 300px;
}
section[name="floors"] {
	height: auto;
}
section[name="floors"] .svgcontainer {
    width: 100%;
    height: auto;
}
section[name="floors"] .svgcontainer svg {
    
    width: 100%;
    height: auto;
}
section[name="floors"] > div > .container > .row > .t {
	margin-bottom: 85px;
}
section[name="floors"] > div > .container > .row:nth-child(2) {
	margin-left: -17px;
	margin-bottom: 60px;
}
section[name="details"] > .container > .row > .desc.stages > div.off,
section[name="details"] > .container > .row > .desc.stages > div.off > div,
section[name="details"] > .container > .row > .desc.tabs > div.off,
section[name="details"] > .container > .row > .desc.tabs > div.off > div {
	color: #ddd !important;
}
section[name="details"] > .container > .row > .desc.stages > div,
section[name="details"] > .container > .row > .desc.tabs > div,
section[name="floors"] > div > .container > .row > .desc > div {
	font-size: 25px;
    line-height: 25px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
	padding: 6px 12px 6px 13px;
	margin-right: 32px;
	float: left;
}
section[name="details"] > .container > .row > .desc.stages > div > div,
section[name="details"] > .container > .row > .desc.tabs > div > div {
	font-size: 13px;
}
section[name="details"] > .container > .row > .desc.stages > div:not(.off):hover,
section[name="details"] > .container > .row > .desc.tabs > div:not(.off):hover,
section[name="floors"] > div > .container > .row > .desc > div:hover {
	background: #47ab4b;
	color: #fff;
	cursor: pointer;
}
section[name="details"] > .container > .row > .desc.stages > div:not(.off):hover > div,
section[name="details"] > .container > .row > .desc.tabs > div:not(.off):hover > div {
	color: #fff;
}

section[name="details"] > .container > .row > .desc.stages > div.active,
section[name="details"] > .container > .row > .desc.tabs > div.active {
	background: #47ab4b;
	color: #fff;
}
section[name="details"] > .container > .row > .desc.stages > div.active > div,
section[name="details"] > .container > .row > .desc.tabs > div.active > div {
	color: #fff;
}
.stagesframe {
	display: none;
}
.stagesframe.active {
	display: block;
}
section[name="floors"] > .floor {
	font-size: 0;
}
section[name="floors"] > .floor > img {
	width: 100%;
}
section[name="floors"] > .floor > svg {
	width: 100%;
    height: auto;
}

.tabsframe .tabbox {
	display: none;
}
.tabsframe .tabbox.active {
	display: block;
}

section[name="floor-details"] {
	position: relative;
	padding-top: 100px;
	/*margin-bottom: 200px;
	min-height: 500px;*/
}
section[name="floor-details"]:after {
	/*content: '';
	width: 451px;
	height: 381px;
	background: url('../img/details-leaf-right.jpg?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;*/
}
section[name="floor-details"] > .container {
	position: relative;
}
section[name="floor-details"] > .container > .info {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 45px;
	background: url('../img/icon-hand.png?1630312051') center left no-repeat;
	position: absolute;
	left: 0;
	top: -240px;
	font-size: 28px;
    line-height: 28px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
}
section[name="floor-details"] > .container > .row:nth-child(1) {
	margin-bottom: 140px;
}
section[name="floor-details"] > .container > #floor-content,
section[name="floor-details"] > .container > #flat-content {
	margin-bottom: 150px;
}
.row.sketch {
	display: none;
}
.row.table {
	display: block;
}
section[name="floor-details"] > .container > #floor-content > .row.sketch > .desc > svg {
	width: 100%;
    margin-top: 0px;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons,
.row > .desc > .icons {
	float: right;
	margin-top: 135px;
	margin-bottom: 40px;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > div,
.row > .desc > .icons > div {
	cursor: pointer;
	float: left;
	margin-left: 25px;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .sketch {
	width: 42px;
	height: 42px;
	background: url('../img/icon-floor-sketch.png?1630312051') center center no-repeat;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .table {
	width: 42px;
	height: 42px;
	background: url('../img/icon-floor-table.png?1630312051') center center no-repeat;
}
.row > .desc > .icons > .map {
	width: 42px;
	height: 42px;
	background: url('../img/icon-map.png?1630312051') center center no-repeat;
}
.row > .desc > .icons > .fly {
	width: 42px;
	height: 42px;
	background: url('../img/icon-fly.png?1630312051') center center no-repeat;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .sketch.active,
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .sketch:hover {
	width: 42px;
	height: 42px;
	background: url('../img/icon-floor-sketch-active.png?1630312051') center center no-repeat;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .table.active,
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .table:hover {
	width: 42px;
	height: 42px;
	background: url('../img/icon-floor-table-active.png?1630312051') center center no-repeat;
}
.row > .desc > .icons > .map.active,
.row > .desc > .icons > .map:hover {
	width: 42px;
	height: 42px;
	background: url('../img/icon-map-active.png?1630312051') center center no-repeat;
}
.row > .desc > .icons > .fly.active,
.row > .desc > .icons > .fly:hover {
	width: 42px;
	height: 42px;
	background: url('../img/icon-fly-active.png?1630312051') center center no-repeat;
}
 

section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t,
section[name="floor-details"] > .container > #flat-content > .row.table > .desc > .t,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t,
section[name="floor-details"] > .container > .row > .desc > .row > .col-md-6 > .t {
	width: 100%;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t.flats > .tr > .td:nth-child(1) {
	width: 240px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t.flats > .tr > .td:nth-child(2) {
	width: 130px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t.flats > .tr > .td:nth-child(3) {
	width: 200px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t.flats > .tr > .td:nth-child(5) {
	width: 150px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t.flats > .tr > .td:nth-child(6) {
	width: 150px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t.flats > .tr > .td:nth-child(5) {
	/*text-align: right;*/
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t.flats > .tr > .td:not(:last-child) {
	cursor: pointer;
}

section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t.flats > .tr > .td:nth-child(2) {
	text-align: right;
}
section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t.flats > .tr > .td:nth-child(2) {
	width: 170px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t > .tr > .td,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t > .tr > .td {
	padding: 15px;
	font-size: 15px;
    line-height: 15px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t > .tr:not(.head):hover > .td,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t > .tr:not(.head):hover > .td {
	background: #f5f5f5;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t > .tr.head > .td,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t > .tr.head > .td {
	background: #47ab4b;
	color: #fff;
    font-family: 'nexa_lightregular';
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t > .tr:not(.head) > .td,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t > .tr:not(.head) > .td {
	border-bottom: 1px solid #c4c4c4;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t > .tr:last-child > .td,
section[name="floor-details"] > .container > #flat-content > .row > .desc > .row > .col-md-6 > .t > .tr:last-child > .td {
	border-bottom: 0px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t > .tr > .td:last-child > a {
	background: url('../img/icon-download.png?1630312051') left center no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
section[name="floor-details"] > .container > #floor-content > .row.table > .desc > .t > .tr > .td:last-child > a:hover {
	background: url('../img/icon-download-active.png?1630312051') left center no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #47ab4b;
}
section[name="floor-details"] > .container > #flat-content > .row.flat {
	/*margin-top: 150px;*/
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .title {
	position: relative;
	margin-bottom: 40px;
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .title > a {
    position: absolute;
	right: 0;
	font-size: 21px;
    line-height: 21px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	background: url('../img/icon-download-big.png?1630312051') left center no-repeat;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .title > a:hover {
    color: #47ab4b;
	background: url('../img/icon-download-big-active.png?1630312051') left center no-repeat;
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .row > .col-md-6:first-child > .contact {
	margin-top: 40px;
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .row > .col-md-6:first-child > .contact > div {
	background: #47ab4b url('../img/icon-mail.png?1630312051') left 10px center no-repeat;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 18px;
    line-height: 18px;
    font-family: 'nexa_lightregular';
	color: #fff;
	margin-bottom: 15px;
	width: 230px;
	display: table;
	cursor: pointer;
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .row > .col-md-6:first-child > .contact > a {
	background: #47ab4b url('../img/icon-phone.png?1630312051') left 10px center no-repeat;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 18px;
    line-height: 18px;
    font-family: 'nexa_lightregular';
	color: #fff;
	width: 230px;
	display: table;
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .row > .col-md-6:last-child {
	text-align: right;
}
section[name="floor-details"] > .container > #flat-content > .row.flat > .desc > .row > .col-md-6:last-child img {
    max-width: 100%;
    min-width: auto;
    padding-left: 50px;
  /*  max-height: 500px;*/
}
section[name="floor-details"] > .container > #flat-content > .row.flat-wiz {
	position: relative;
	margin-top: 100px;
}
section[name="floor-details"] > .container > #flat-content > .row.flat-wiz > .desc > img {
	width: 100%;
}
section[name="floor-details-footer"]:before {
	/*content: '';
	width: 331px;
	height: 473px;
	background: url('../img/flat-leaf-left.jpg?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;*/
}
section[name="floor-details-footer"]:after {
	/*content: '';
	width: 234px;
	height: 250px;
	background: url('../img/flat-leaf-right.jpg?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;*/
}
section[name="floor-details-footer"] i {
/*	width: 183px;
	height: 121px;
	background: url('../img/flat-leaf-center.jpg?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
	right: 400px;
	bottom: 0;*/
}
section[name="location"] {
	width: 100%;
	 
	position: relative;
}
section[name="location"] > .map {
	width: 100%;
	
	height: 70vh;
	background: #aaa;
	display: none;
}
section[name="location"] > .fly {
	width: 100%;
}
section[name="location"] > .fly > img {
	width: 100%;
}
section[name="location"] > .container {
	position: relative;
}
section[name="location"] > .container > .bird {
	width: 159px;
	height: 170px;
	background: url('../img/bird-location.png?1630312051') no-repeat;
	position: absolute;
	z-index: 9;
    left: 96px;
    top: -116px;
}
.map-icon {
	font-size: 17px !important;
	line-height: 46px !important;
}
.map-icon-kniaziewicza {
	width: 113px;
	height: 122px;
	background: url('../img/logo-pin.png?1630312051') no-repeat;
	margin-top: -60px !important;
}
section[name="location-details"] {
	padding-top: 110px;
}
section[name="location-details"].financial {
	padding-top: 110px;
	margin-bottom: 0;
}
section[name="location-details"].txt:after {
	content: '';
	width: 600px;
	height: 749px;
	background: url('../img/about-leaf-right.png?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
    right: -270px;
    top: -60px;
}
section[name="location-details"].txt:before {
	content: '';
	width: 600px;
	height: 881px;
	background: url('../img/about-leaf-left.png?1630312051') no-repeat;
	position: absolute;
	z-index: -1;
    left: -20px;
    top: 580px;
}
section[name="contact"] {
	margin-top: 100px;
}
section[name="location-details"] > .container > .row:nth-child(1),
section[name="contact"] > .container > .row:nth-child(1) {
	/*margin-bottom: 60px;*/
}
section[name="contact"].financial > .container > .row:nth-child(1) {
	margin-bottom: 0;
}
section[name="contact"] > .container > .row:nth-child(2) {
	margin-bottom: 90px;
}
section[name="location-details"] > .container > .row:nth-child(2) {
	margin-bottom: 0;
}
section[name="location-details"] > .container > .row:nth-child(3) > .desc > .row > .col-md-3 img {
	width: 60px;
	margin-bottom: 15px;
}
section[name="location-details"] > .container > .row:nth-child(3) > .desc > .row > .col-md-3,
section[name="contact"] > .container > .row:nth-child(3) > .desc > .row > .col-md-3 {
	text-align: center;
	margin-bottom: 100px;
}
section[name="location-details"] > .container > .row:nth-child(3) > .desc > .row > .col-md-3 div,
section[name="contact"] > .container > .row:nth-child(3) > .desc > .row > .col-md-3 div {
	text-align: center;
	font-size: 20px;
    line-height: 20px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	margin-top: 5px;
}

section[name="footer"] {
	border-top: 15px solid #47ab4b;
	padding-top: 60px;
	padding-bottom: 75px;
	position: relative;
}
section[name="footer"] .colors {
	position: absolute;
	margin-top: -75px;
	right: 0;
}
section[name="footer"] .colors > div:nth-child(1) {
	float: right;
	height: 15px;
	width: 150px;
	background: #6ec6d9;	
}
section[name="footer"] .colors > div:nth-child(2) {
	float: right;
	height: 15px;
	width: 150px;
	background: #f9e92f;	
}
section[name="footer"] .colors > div:nth-child(3) {
	float: right;
	height: 15px;
	width: 150px;
	background: #e32428;	
}
section[name="footer"] > .container > .row > .col-md-3 > .title {
	font-size: 19px;
	line-height: 19px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
	margin-bottom: 24px;
}
section[name="footer"] > .container > .row > .col-md-3 > .logo-kudlinscy {
	width: 272px;
	height: 65px;
	background: url('../img/logo-kudlinscy-footer.png?1630312051') center no-repeat;
	margin-bottom: 30px;
	cursor: pointer;
	display: table;	
}
section[name="footer"] > .container > .row > .col-md-3 > .mail {
	background: url('../img/icon-mail-small.png?1630312051') left center no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
    line-height: 16px;
    font-family: 'nexa_lightregular';
	color: #1a171b;
	margin-bottom: 15px;
	display: table;
	cursor: pointer;
}
section[name="footer"] > .container > .row > .col-md-3 > .phone {
	background: url('../img/icon-phone-small.png?1630312051') left center no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
    line-height: 16px;
    font-family: 'nexa_lightregular';
	color: #1a171b;
	display: table;
}

section[name="footer"] > .container > .row > .col-md-3:not(:first-child) {
	text-align: right;
}
section[name="footer"] > .container > .row > .col-md-3 > div > .link {
	font-size: 16px;
	line-height: 16px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	margin-bottom: 5px;	
}
section[name="footer"] > .container > .row > .col-md-3 > div > .link:hover {
	font-size: 16px;
	line-height: 16px;
    font-family: 'nexa_lightregular';
    color: #fff;
	background: #26A12D;
	margin-bottom: 5px;	
}
section[name="footer"] > .container > .row > .col-md-3 > .info {
	font-size: 16px;
	line-height: 24px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
}

section[name="footer-copy"] {
	border-top: 1px solid #d9d9d9;
	background: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 100px;
}
section[name="footer-copy"] > .container > .paragraph {
	font-size: 14px;
	line-height: 21px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	margin-bottom: 50px;
	text-align: justify;
}
section[name="footer-copy"] > .container > div:last-child > .t {
	float: right;
}
section[name="footer-copy"] > .container > div:last-child > .t > .tr > .td {
	font-size: 14px;
	line-height: 15px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
	padding-left: 10px;
}
section[name="footer-copy"] > .container > div:last-child > .t > .tr > .td > .logo-registudio {
	width: 98px;
	height: 20px;
	background: transparent url('../img/logo-registudio.png?1630312051') no-repeat !important;
	display: block;
}
section[name="footer-copy"] > .container > div:last-child > .t > .tr > .td > .logo-domuly {
	width: 93px;
	height: 28px;
	background: transparent url('../img/logo-domuly.png?1630312051') no-repeat !important;
	display: block;
	margin-right: 20px;
}

.mobile-hamburger{
  width: 50px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobile-hamburger span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #000;
  border-radius: 0;
  border-bottom: 4px solid #6ec6d9;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
} 
 
.mobile-hamburger span:nth-child(1) {
  top: 0px;
}

.mobile-hamburger span:nth-child(2),.mobile-hamburger span:nth-child(3) {
  top: 18px;
}

.mobile-hamburger span:nth-child(4) {
  top: 36px;
}

.mobile-hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mobile-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mobile-back{
  width: 50px;
  height: 50px;
  position: fixed;
  top: 32px;
  left: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999;
}

.mobile-back span {
  display: block;
  position: absolute;
  height: 8px;
  width: 60%;
  background: #1A171B;
  border-radius: 0;
  border-bottom: 4px solid #47ab4b;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
  

.mobile-back span:nth-child(1) {
  width: 45px;
  left: 5px;
  top: 50%;
}

.mobile-back span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: calc(50% + 10px);
}

.mobile-back span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  top: calc(50% - 10px);;
}

.mobile-back span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mobile {
	display: none;
}
section[name="splash"] > .bar > .container > .mobile-btn,
section[name="header"] > .bar > .container > .mobile-btn {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	cursor: pointer;
	z-index: 999999;
}
section[name="splash"] > .bar.fixed > .container > .mobile-btn,
section[name="header"] > .bar.fixed > .container > .mobile-btn {
	top: 20px;
}
.mobile-cross {
	position: absolute;
	right: 30px;
	top: 30px;
}
.mobile-menu-logo {
    position: relative;
    z-index: 99;
    background: transparent url(../img/logo.png?1630312051) center no-repeat !important;
    background-size: 162px 50px !important;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 30px;
    margin-top: 40px;
    width: 162px;
    height: 50px;
}

section[name="splash"] > .bar.fixed > .container > .logo ,
section[name="header"] > .bar.fixed > .container > .logo {
	position: absolute;
	z-index: 99;
	top: 20px;
	left: 0;
	width: 162px;
	height: 50px;
	background: url(../img/logo.png?1630312051) no-repeat;
	background-size: 162px 50px;
} 

.fixed {
	height: 85px !important;
	position: fixed !important;
	z-index: 88888;
	background: #fff;
	
    animation:slide-down 0.7s;
    opacity:0.9;      
	
	top: 0;
	left: 0;
	right: 0;
	
	-webkit-box-shadow: 0px -3px 19px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 19px -4px rgba(0,0,0,0.75);
	box-shadow: 0px -3px 19px -4px rgba(0,0,0,0.75);
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
@keyframes leafanim1 {
    0% {
        top: 400px;
    } 
    100% {
        top: 570px;
    } 
}
 

section[name="contact"] > .container > .row > .col-md-6 > .description > .row > .col-md-6:first-child b,
section[name="contact"] > .container > .row > .col-md-6 > .description > .row > .col-md-6:last-child b {
	font-size: 20px;
	font-weight: 600;	
}
section[name="contact"] > .container > .row > .col-md-6 > .description > .row > .col-md-6:last-child {
	padding-left: 35px;
}
section[name="contact"] > .container > .row > .col-md-6 > .description > .row > .col-md-6:last-child .person {
	font-size: 16px;
	font-weight: 600;	
}
section[name="contact"] > .container > .row > .col-md-6 > .description > .row > .col-md-6:last-child a {
	margin-bottom: 10px;
	display: table;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 {
	padding-right: 20px;
	margin-bottom: 120px;
}

section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(4) > .col-md-6 input {
    background: #47ab4b;
    color: #fff;
    font-family: 'nexa_boldregular';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 2px dashed #47ab4b;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    cursor: pointer;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(1) > .col-md-6 > div,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(2) > .col-md-6 > div,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(3) > .col-md-6 > div,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(3) > .col-md-12 > div {
	font-family: 'nexa_lightregular';
	font-weight: 400;
	font-size: 14px;
	color: #797979;
	margin-bottom: 8px;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(1) > .col-md-6 input,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(2) > .col-md-6 input {
	background: #fff;
	border: 0;
	border-bottom: 2px dashed #47ab4b;
	padding: 10px;
	width: 100%;
	font-family: 'nexa_boldregular';
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(3) > .col-md-12 textarea {
	background: #fff;
	border: 2px dashed #47ab4b;
	padding: 10px;
	width: 100%;
	height: 140px;
	font-family: 'nexa_boldregular';
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(1) > .col-md-6:first-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(2) > .col-md-6:first-child {
	padding-right: 15px;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(1) > .col-md-6:last-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(2) > .col-md-6:last-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(3) > .col-md-6:last-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(4) > .col-md-6:last-child {
	padding-left: 15px;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > form > .row:nth-child(5) > .col-md-12 input {
	background: #47ab4b;
	color: #fff;
	font-family: 'nexa_lightregular';
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	border: 3px solid #47ab4b;
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 30px;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-4 {
	text-align: right;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-4 > div > .person {
	color: #47ab4b;
	font-family: 'nexa_lightregular';
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 25px;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-4 > div > .times {
	color: #47ab4b;
	font-family: 'nexa_lightregular';
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 25px;
	margin-top: 5px;
}
.field-rule-info {
	color: #313131;
	font-family: 'nexa_lightregular';
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 35px;
	margin-top: 15px;
}

.form-field-label {}
.form-field {}
  
.form-field.error .form-validation-message {
	color: #b74848 !important;
	padding: 3px 5px 0 5px;
	font-family: 'nexa_lightregular';
	font-size: 14px;
	font-weight: 300;
	margin-top: -20px;
}
.form-field.error label {
}
  
.form-field:not(.error) .form-validation-message {
	display: none; 
}

.form-control-normal, .form-control-textarea {
	box-shadow: none;
}
.form-field.error .form-control-normal,
.form-field.error .form-control-textarea {
	background: #b74848 !important;
	color: #fff !important;
}
.checkbox-medium.error label{
	color: #b74848 !important
}

.checkbox-medium a {
	color: #3d3630;
	font-family: 'nexa_lightregular';
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}
.checkbox-medium a:hover {
	text-decoration: underline;
}
.checkbox-medium {
	color: #776250;
	margin-top: 0;
}
.checkbox-medium:hover {
	color: #3d3630; 
}
.checkbox-medium:active {
	color: #3d3630; 
}
.checkbox-medium input[type=checkbox] {
	width: 0;
	height: 0;
	margin: -5px 0 0 0 !important;
	padding: 0 !important;
	opacity: 0 !important; 
}
.checkbox-medium input[type=checkbox] + label {
	background-image: url("../img/checkbox_e_medium.png?1630312051");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 20px;
	line-height: 18px;
	display: inline-block;
	padding-left: 30px;
	font-weight: normal !important;
	cursor: pointer; 
	font-family: 'nexa_lightregular';
	font-size: 13px;
	font-weight: 300;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.checkbox-medium input[type=checkbox] + label {
		background-image: url("../img/checkbox_e_medium@2x.png?1630312051");
		background-size: 20px 20px; 
	} 
}
.checkbox-medium input[type=checkbox]:checked + label {
	background-image: url("../img/checkbox_f_medium.png?1630312051"); 
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.checkbox-medium input[type=checkbox]:checked + label {
		background-image: url("../img/checkbox_f_medium@2x.png?1630312051");
		background-size: 20px 20px; 
	} 
}
.checkbox-medium label {
	margin-bottom: 0; 
}

.icon-send {
	width: 100%;
	height: 118px;
	background: url('../img/icon-send.png?1630312051') center center no-repeat;
	margin-top: 50px;
}

section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > .form-send {
	margin-bottom: 50px;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > .form-send > div:nth-child(1) {
	font-size: 26px;
	text-align: center;
	font-family: 'nexa_lightregular';
	color: #1b1613;
	margin-top: 20px;
	margin-bottom: 10px;
}

section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > .form-send > div:nth-child(2),
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-12 > .form-send > div:nth-child(3) {
	font-size: 16px;
	text-align: center;
	font-family: 'nexa_lightregular';
	color: #989898;
	margin-top: 0px;
}


.floor_box {
	position: absolute;
    background: #47ab4b;
    padding: 10px;
    z-index: 9999;
    margin-left: 15px;
    width: 140px;
}
.floor_box.bud {
    width: 160px;
    background: #5f5f5f;
}
.floor_box > div:first-child {
	color: #fff;
	font-size: 21px;
	font-family: 'nexa_boldregular';
}
.floor_box > div:last-child {
	color: #fff;
	font-size: 17px;
	font-family: 'nexa_lightregular';
}
.floor_box:after {
    left: -29px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #47ab4b;
    border-width: 15px;
    margin-top: -15px;
}
.floor_box.down:after {
	left: 50%;
    top: auto;
    bottom: -28px;
    border-color: transparent;
    border-top-color: #47ab4b;
    border-width: 15px;
    margin-left: -15px;
}
.floor_box.bud.down:after {
	left: 50%;
    top: auto;
    bottom: -28px;
    border-color: transparent;
    border-top-color: #5f5f5f;
    border-width: 15px;
    margin-left: -15px;
}

 
.status_1 { opacity:0.75 !important; fill:#e1c281 !important; enable-background:new !important;} /* reservation */
.status_2 { opacity:0.75 !important; fill:#aaa !important; enable-background:new !important;} /* sale */

.legend {
	margin-top: 30px;
	margin-bottom: 50px;
    z-index: 999;
	position: relative;
}
.legend > .title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #313131;
	margin-bottom: 20px;
}
.legend > .box > .t {
	float: left;
	margin-right: 30px;
}
.legend > .box > .t .status-free,
.legend > .box > .t .status-reserved,
.legend > .box > .t .status-sold,
.legend > .box > .t .status-wiz {
	width: 40px;
	height: 40px;
	border: 2px solid #313131;
}
.legend > .box > .t .status-free {
	background: #fff;
}
.legend > .box > .t .status-reserved {
	background: #e1c281;
}
.legend > .box > .t .status-sold {
	background: #c9c9c9;
}
.legend > .box > .t .status-wiz {
	background: url('../img/icon-wiz.svg') center center no-repeat;
	background-size: 30px 30px;
}
.legend > .box > .t .td {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #313131;
	vertical-align: middle;
}
.legend > .box > .t .td:last-child {
	padding-left: 15px;
}



	#panorama {
			height: 100% !important;
		}
		.panoFrameBg {
			display: none;
			position: fixed;
			z-index: 9999;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: #000;
			opacity: 0.8;
		}
		.panoView {
			position: absolute;
			top: 15px;
			left: 15px;
			bottom: 180px;
			right: 15px;
		}
		.panoThumbs {
			position: absolute;
			top: calc(100% - 160px);
			left: 15px;
			bottom: 15px;
			right: 15px;
		}
		.panoThumbs img {
			position: relative;
			height: 100%;
			margin-right: 15px;
			border: 3px solid #fff;
		}
		.panoThumbs img.active {
			border: 3px solid #000;
		}
		.panoFrame {
			display: none;
			position: fixed;
			z-index: 10000;
			top: 20px;
			left: 20px;
			right: 20px;
			bottom: 20px;
			background: #fff;
			
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			box-shadow: -2px 4px 11px 0px rgba(0,0,0,0.7);
-webkit-box-shadow: -2px 4px 11px 0px rgba(0,0,0,0.7);
-moz-box-shadow: -2px 4px 11px 0px rgba(0,0,0,0.7);
		}
		
		.pulsating-circle {
		cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 45px;
  background-color: #01a4e9;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 1;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.pnlm-title-box {
    position: relative;
    color: #fff;
    font-size: 26px;
    padding-left: 5px;
    margin-bottom: 3px;
    font-family: nexa_boldregular;
    text-shadow: 0px 2px 3px #000000 !important;
}

[data-pano] {
	cursor: pointer;
}

.boxclose {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 39px;
    font-weight: bold; 
    display: inline-block;
    line-height: 39px;
    padding: 0px 9px;
    font-family: 'nexa_boldregular';     
}

.boxclose:before {
    content: "×";
}

.btnContentArchive {
	background: #47ab4b;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin-top: 10px;
    display: table;
    cursor: pointer;
	border: 0;
}
.price-row {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}
 
 
.price-row{display:flex;justify-content:space-between;align-items:flex-start;
                   padding:12px 0;border-bottom:1px solid #e5e5e5;font-size:15px}
.price-row .amount{font-weight:700;margin-bottom:2px; }
.price-row .dates{color:#888;font-size:14px}
.trend{font-weight:600;white-space:nowrap;font-size:14px}
.trend.up{color:#278229}.trend.down{color:#c62626}
.archiveList h3 {
	 
}

.btnContent {
    background: #47ab4b;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 25px;
    display: table;
    cursor: pointer;
    border: 0;
}