@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;
    font-size: 20px;
    line-height: 32px;
}

body, html {
	height: 100%;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	/*overflow-x: hidden;
	overflow-y: auto;*/
	position: relative;
}

section {
	/*overflow-x: hidden;*/
	position: relative;
}

b {
	font-family: 'nexa_boldregular';
	color: #07a160;
}
h2 {
	font-family: 'nexa_boldregular';
	color: #07a160;
	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: #07a160;
    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;*/
} 
.t-content {
	margin: auto;
	margin-bottom: 40px;
	width: 100%;
}
.t-content.left > div:nth-child(1),
.t-content.left > div:nth-child(2),
.t-content.left > div:nth-child(3) {
	text-align: left;
}
.t-content > div:nth-child(1) {
	text-align: center;
	margin-bottom: 20px;
} 
.t-content > div:nth-child(2) {
	font-family: 'nexa_lightregular';
	color: #1a171b;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
} 
.t-content > div:nth-child(3) {
	font-size: 44px;
	line-height: 44px;
	font-family: 'nexa_boldregular';
	color: #1a171b;
	text-align: center;
}
 
section[name="splash"] {
	width: 100%;
	
	height: calc(100vh + 310px);
	/*background: url('/img/splash.jpg') 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: calc(100vh + 310px);
	width: 100%;
    max-height: 100%;
}
section[name="header"] {
	width: 100%;
	height: 135px;
	background: #fff;
	border-bottom: 1px solid #bbbbbb;
}

section[name="splash"] > .bar > .container > .logo {
	position: absolute;
	z-index: 99;
	top: 45px;
	left: 0;
	width: 342px;
	height: 67px;
	background: url('/img/logo.png') no-repeat;
	background-size: 342px 67px;
}
section[name="splash"] > .fastcontact {
	position: absolute;
	right: 0;
	bottom: 350px;
}
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: #07a160 url('/img/icon-mail.png') center left 10px no-repeat;
}
section[name="splash"] > .fastcontact > a:last-child {
	background: #07a160 url('/img/icon-phone.png') 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.info {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 400px;
}
section[name="splash"] > .container.info > div:nth-child(1):after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -20px; 
	bottom: 0px;
	height: 50px;
	right: -20px;
	
}
section[name="splash"] > .container.info > div:nth-child(1) {
	position: relative;
	z-index: 1;
	font-size: 60px;
	color: #fff;
	font-family: 'nexa_boldregular';
	display: table;
	background: #07a160;	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 20px;
	box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
}
section[name="splash"] > .container.info > div:nth-child(2) {
	margin-top: 20px;
	font-size: 30px;
	color: #fff;
	font-family: 'nexa_lightregular';
display: table;
	background: #07a160;	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
}

.leafs-1.anim {
	animation:leafs-1-slide 1.1s ease-in;
	animation-fill-mode: both;
	-webkit-animation-name: leafs-1-slide;
	animation-name: leafs-1-slide;
}
.leafs-1 {
	position: absolute;
	left: -300px;
	opacity: 0;
	width: 332px;
	height: 625px;
	background: url('/img/leafs-1.png') no-repeat;

	
}

.leafs-2.anim {
	animation:leafs-2-slide 1.1s ease-in;
	animation-fill-mode: both;
	-webkit-animation-name: leafs-2-slide;
	animation-name: leafs-2-slide;
}
.leafs-2 {
	position: absolute;
	right: -264px;
	top: -70px;
	width: 264px;
	height: 842px;
	background: url('/img/leafs-2.png') no-repeat;
}

@keyframes leafs-1-slide {
	0% {
		left: -300px;
		opacity: 1;
	}
	100% {
		left: 0px;
		opacity: 1;
	}
}
@keyframes leafs-2-slide {
	0% {
		right: -264px;
		opacity: 1;
	}
	100% {
		right: 0px;
		opacity: 1;
	}
}

.mousescroll {
	position: absolute;
	bottom: 75px;
	width: 28px;
	height: 28px; 
	right: 0;
	margin: auto;
	cursor: pointer;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 35deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -35deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

section[name="splash"] > .container > .hoverinfo {
	left: 0;
	background: url('/img/light.png') left center no-repeat;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'nexa_lightregular';
	color: #1a171b;
	font-size: 18px;
	line-height: 24px;
} 
.logo,
.logo:hover {
	display: block;
	box-shadow: 0 !important;
	width: 222px !important;
	height: 85px !important;
	background: url('/img/logo.png') no-repeat !important;
	background-size: 222px 85px !important;
	margin-top: -47px !important;
	margin-left: 30px;
	margin-right: 30px;
}
section[name="splash"] > .bar > .container > .menu > li > a.logo-kudlinscy,
section[name="header"] > .bar > .container > .menu > li > a.logo-kudlinscy {
	display: block;
	width: 131px;
	height: 31px;
	background: url('/img/logo-kudlinscy.png') no-repeat;
	background-size: 131px 31px;
	margin-top: -5px;
	margin-left: 30px;
}
section[name="splash"] > .bar > .container > .menu > li > a.logo-kudlinscy:hover,
section[name="header"] > .bar > .container > .menu > li > a.logo-kudlinscy:hover {
	background: url('/img/logo-kudlinscy.png') no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

section[name="splash"] > .bar.fixed > .container > .menu,
section[name="header"] > .bar.fixed > .container > .menu {
	top: 33px;
}
section[name="splash"] > .bar > .container > .menu {
	position: relative;
	z-index: 99;
	display: table;
	left: 0;
	right: 0;
	top: 75px;
	list-style: none;
	padding: 0;
	margin: auto;
}
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: 25px;
	margin-right: 25px;
	position: relative;
}
section[name="splash"] > .bar > .container > .menu > li > a,
section[name="header"] > .bar > .container > .menu > li > a {
	font-family: 'nexa_boldregular';
	color: #191919;
	font-size: 17px;
	font-weight: 400;
	padding: 5px 10px 5px 10px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
}
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') 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;

	box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
}

section[name="splash"] > .bar > .container > .menu > li > div,
section[name="header"] > .bar > .container > .menu > li > div {
	display: none;
	position: absolute;
	z-index: 99;
	background: #07a160;
	padding: 20px 10px 20px 10px;
	width: 990px;
	margin-left: -60px;
	margin-top: 3px;
	box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
}
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:not(.logo),
section[name="header"] > .bar > .container > .menu > li:hover > a:not(.logo) {
	background: #07a160;
	color: #fff;
	-webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.68);
	box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.68);
}
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: #07a160;
}


section[name="about"] {
	padding-top: 80px;
	position: relative;
}
section[name="about"].clear {
	border: 0;
}
section[name="about"] > .container > .row > .t.title {
	margin-bottom: 50px;
}
section[name="about"] > .container > .row > .t.title > .tr > .td:first-child,
section[name="floors"] > .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"] > .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 > .tr > .td:last-child > div:last-child,
section[name="floors"] > .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: 37px;
	line-height: 37px;
	font-family: 'nexa_lightregular';
	color: #1a171b;
	font-style: italic;
}
section[name="about"] > .container > .row > .desc,
section[name="floors"] > .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 {
	font-family: 'nexa_lightregular';
	color: #1a171b;
	font-size: 20px;
	line-height: 32px;
	width: 100%;
}
.tabs.sketch {
	margin-top: 40px;
}
.desc.small {
	font-size: 100%;
	padding-left: 200px;
	padding-right: 200px;
}
.desc.center {
	text-align: center;
}
.row.d-block {
	margin-left: -15px;
	margin-right: -15px;
}
.row.d-block > div { 
}
.B {height:830px}
.G {height:400px}
.O {height:400px}
.spacing { 
	margin: 15px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
}

.img-1 { background: url('/img/img-1.jpg') no-repeat; background-size: cover; }
.img-2 { background: url('/img/img-2.jpg') no-repeat; background-size: cover; }
.img-3 { background: url('/img/img-3.jpg') no-repeat; background-size: cover; }
.img-4 { background: url('/img/img-4.jpg') no-repeat; background-size: cover; }


.mc-top {
	margin-top: 100px;
}

.mc-top-2 {
	margin-top: 50px;
}

.btn-more-lkn {
	transition: 0.3s ease-in-out
}
.btn-more-lkn,
.btn-more-lkn:hover {
	background: #07a160 !important;
	color: #fff;
	-webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.68);
	box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.68);
	font-size: 17px !important;
	font-weight: 400 !important;
	padding: 5px 25px 5px 25px !important;	
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: right;
	float: right;
	margin-top: 20px;
}
.btn-more-lkn:hover {
	transform:scale(1.1)
}
 


.items {
    margin-left: -15px;
    margin-right: -15px;
}
.item {
    width: 33.333333333333%;
}
.module-objects-gallery .items {
    display: flex;
    flex-wrap: wrap;
}
.item .item-wrapper {
    padding: 20px 25px 20px 25px;
}
.item .item-wrapper {
    display: flex;
    padding: 5px 0;
	transition: 0.3s ease-in-out
}
.item-image {
    padding-bottom: 133.33333333333%;
}
.item-image {
    display: flex;
    align-items: center;
    align-content: center;
    width: 90px;
    padding: 15px 10px 15px 15px;
    text-align: center;
    padding-bottom: 15px !important;
	transition: 0.3s ease-in-out
}
.item-image img {
    position: static;
    width: 65px;
    height: 56px;
    object-fit: unset; 
}
.item-image img{transition: 0.3s ease-in-out}
.item-wrapper:hover .item-name * {
	color: #07a160;
} 
.item-wrapper:hover  { 
	cursor: default;
	background: #f3f3f3;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.38);

}
.item-wrapper:hover { transform:scale(1.1)}
 
.item-name.count {
	width: 100%;
}
.item-name {
    position: relative;
    left: 0;
    width: calc(100% - 90px);
    padding: 15px;
    text-align: left;
    background-color: transparent;
    color: inherit;
	transition: 0.3s ease-in-out
}
.item-name.center h3,
.item-name.center sup {
	color: #07a160 !important;
}
.item-name h3,
.item-name sup {
	font-size: 22px;
	line-height: 25px;
	font-family: 'nexa_boldregular';
    color: #1a171b;
}
.item-name sup {
	font-size: 15px;
	font-family: 'nexa_boldregular';
    color: #1a171b;
}
.item-name p {
	line-height: 20px;
	font-size: 16px;
	font-family: 'nexa_lightregular';
    color: #1a171b;
}
.item-name.center h3,
.item-name.center p {
	text-align: center;
} 
/*
section[name="about"] > .container > .row:nth-child(3) > .desc > .row:after {
	content: '';
	width: 548px;
	height: 130px;
	background: url('/img/about-leafs.png') no-repeat;
	position: absolute;
	z-index: 1;
	top: -69px;
	left: -20px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row:before {
	content: '';
	width: 115px;
	height: 129px;
	background: url('/img/bird-about.png') no-repeat;
	position: absolute;
	top: -99px;
	right: 0;
}*/
section[name="about"] > .container > .row:nth-child(3) > .desc > .row {
	border-top: 12px solid #979797;
	padding-top: 65px;
	position: relative;
}
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-4 {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-4: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: 20px;
}
section[name="about"] > .container > .row:nth-child(3) > .desc > .row > .col-md-4 > 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-4 > 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-4 > 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%;
}
 
 
.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: #07a160;
	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: #07a160;
	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) > .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') 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') 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: -5px;
	margin-right: -25px;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-4 {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-4 img {
	width: 100%;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-4 div {
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	bottom: 0;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-4:first-child div:nth-child(2) > img {
	margin-left: calc((100% + (5px * 2)) * -1)
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-4:first-child div:nth-child(3) > img {
	margin-left: calc(((100% + (5px * 2)) * 2) * -1)
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-4:last-child div:nth-child(2) > img {
	margin-left: calc((100% + (5px * 2)))
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-4:last-child div:nth-child(3) > img {
	margin-left: calc(((100% + (5px * 2)) * 2))
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 {
	position: relative;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 img {
	width: calc(50% - 5px);	
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:first-child {
	position: absolute; 
	top: 0; 
	bottom: 0;
	left: 5px; 
	right: 5px; 
	background: #07a160;
	display: table;
	width: calc(100% - 10px);
	
	height: 100%;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:first-child > div {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:first-child > div > div:first-child {
	font-size: 37px;
	line-height: 37px;
	font-family: 'nexa_boldregular';
	color: #fff;
	margin-bottom: 10px;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:first-child > div > div:last-child {
	font-size: 26px;
	line-height: 26px;
	font-family: 'nexa_lightregular';
	color: #fff;
	margin-top: 10px;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:nth-child(2),
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:nth-child(3) {
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	bottom: 0;
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:nth-child(2) > img {
	margin-left: calc((100% + (5px * 2)));
}
section[name="about"] > .container > .row:nth-child(5) > .desc > .row > .col-md-8 > div:nth-child(3) > img {
	margin-left: calc(((100% + (5px * 2)) * 1.5))
}

section[name="about"] > .container > .row:nth-child(5) > .desc > .row:not(:last-child) {
	margin-bottom: 10px;
}

/*
section[name="options"]:after {
	content: '';
	width: 542px;
	height: 385px;
	background: url('/img/options-leaf-right.jpg') 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 > .bird {
	position: absolute;
	width: 230px;
	height: 240px;
	background: url('/img/bird-options.png') no-repeat;
	top: -40px;
	left: -50px;
	z-index: 999;
}
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: 37px;
    line-height: 37px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
    font-style: italic;
}
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') 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: #07a160;
	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: 497px;
	height: 379px;
	background: url('/img/nature-leaf-left.jpg') no-repeat;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}*/
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: 37px;
    line-height: 37px;
    font-family: 'nexa_lightregular';
    color: #1a171b;
    font-style: italic;
	text-align: right;
}
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 {
	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: #07a160;
	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') 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') no-repeat;
	position: absolute;
    top: -72px;
    left: 300px;
}
section[name="floors"] > .container > .row > .t {
	margin-bottom: 85px;
}
.desc.levels > div {
	font-size: 34px;
    line-height: 34px;
    font-family: 'nexa_boldregular';
    color: #1a171b;
	padding: 12px;
	text-align: center;
	width: 60px;
	margin-right: 32px;
	float: left;
}
.desc.levels > div:hover {
	background: #07a160;
	color: #fff;
	cursor: pointer;
}
._buildingfloortable.active {
	background: #07a160;
	color: #fff !important;
}
.floors-info {
	position: relative;
	margin-top: 40px;
}
.floors-block .infotext {
	position: absolute;
	bottom: 50px;
	font-size: 16px;
}
.floors-block {
	position: relative;
	height: 550px !important;
}
 

section[name="floor-details"] {
	position: relative;
	padding-top: 40px;
	/*margin-bottom: 200px;*/
	min-height: 500px;
}/*
section[name="floor-details"]:after {
	content: '';
	width: 451px;
	height: 381px;
	background: url('/img/details-leaf-right.jpg') 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') 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: block;
}
.row.table {
	display: none;
}
section[name="floor-details"] > .container > #floor-content > .row.sketch > .desc > svg {
	width: auto;
    margin-top: -50px;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons {
	float: right;
	margin-top: -90px;
	margin-bottom: 40px;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > div {
	cursor: pointer;
	float: left;
	margin-left: 25px;
	padding-left: 55px;
	display: table;
	line-height: 45px;
	font-size: 20px;
	color: #c9c9c9;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .sketch {
	height: 42px;
	background: url('/img/icon-floor-sketch.png') center left no-repeat;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .table {
	width: auto;
	height: 42px;
	background: url('/img/icon-floor-table.png') center left 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 {
	height: 42px;
	background: url('/img/icon-floor-sketch-active.png') center left no-repeat;
	color: #07a160;
}
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .table.active,
section[name="floor-details"] > .container > #floor-content > .row > .desc > .icons > .table:hover {
	height: 42px;
	background: url('/img/icon-floor-table-active.png') center left no-repeat;
	color: #07a160;
}


section[name="flats"] > .container > .row > .desc {
	width: 100%;
}

.numer-preview {
	display: none;
	padding: 20px;
	background: #f3f3f3;
	position: absolute;
	top: 160px;
	left: -110px;
	z-index: 9999;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 8px 8px 24px -9px rgba(66, 68, 90, 0.7);
	-moz-box-shadow: 8px 8px 24px -9px rgba(66, 68, 90, 0.7);
	box-shadow: 8px 8px 24px -9px rgba(66, 68, 90, 0.7);
	 
	/*transition:2s;
    -webkit-transition:2s;
    -moz-transition:2s;*/
}

.floor-help-box {
	padding: 20px;
	background: #f3f3f3;
	position: fixed;
	width: 100px;
	top: 160px;
	left: -110px;
	z-index: 9999;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 8px 8px 24px -9px rgba(66, 68, 90, 0.7);
	-moz-box-shadow: 8px 8px 24px -9px rgba(66, 68, 90, 0.7);
	box-shadow: 8px 8px 24px -9px rgba(66, 68, 90, 0.7);
	 
	transition:2s;
    -webkit-transition:2s;
    -moz-transition:2s;
}
.floor-help-box > .levels > div {
	display: block;
	float: none;
}

.floors-detect.anim .floor-help-box {
	left: -5px;
}
.container-fluid.fix {
	padding: 0;
}
.background-holder {
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.t.flats {
	width: 100%;
}
.t.flats > .tr > .td:nth-child(1) {
	 
}
.t.flats > .tr > .td:nth-child(2) {
	width: 130px;
}
.t.flats > .tr > .td:nth-child(3) {
	width: 200px;
}
.t.flats > .tr > .td:nth-child(4) {
	width: 200px;
}
.t.flats > .tr > .td:nth-child(5) {
	width: 180px;
}
.t.flats > .tr > .td:nth-child(6) {
	width: 200px;
}
.t.flats > .tr > .td:nth-child(5) {
	/*text-align: right;*/
}
.t.flats > .tr > .td:not(:last-child) {
	cursor: pointer;
}

.t.flats > .tr > .td:nth-child(2) {
	text-align: right;
}
.t.flats > .tr > .td:nth-child(2) {
	width: 170px;
}
.t.flats > .tr {
	transition: 0.3s ease-in-out;
}
.t.flats > .tr > .td {
	padding: 18px;
	font-size: 17px;
    line-height: 15px;
}
.t.flats > .tr:not(.head):hover  {

	
	cursor: default;
	background: #f3f3f3;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.38);
transform:scale(1.05);
}
.t.flats > .tr:not(.head):hover .td {

	
border: 0;
}
.t.flats > .tr.head > .td {
	background: #07a160;
	color: #fff;
    font-family: 'nexa_lightregular';
}
.t.flats > .tr:not(.head) > .td {
	border-bottom: 1px solid #c4c4c4;
}
.t.flats > .tr:last-child > .td {
	border-bottom: 0px;
}
.t.flats > .tr > .td:last-child > a {
	background: url('/img/icon-download.png') left center no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.t.flats > .tr > .td:last-child > a:hover {
	background: url('/img/icon-download-active.png') left center no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #07a160;
}
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') 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: #07a160;
	background: url('/img/icon-download-big-active.png') 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: #07a160 url('/img/icon-mail.png') 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: #07a160 url('/img/icon-phone.png') 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') 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') 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') no-repeat;
	position: absolute;
	z-index: -1;
	right: 400px;
	bottom: 0;
}*/
section[name="location-title"] {
	background: #f3f3f3;
}
section[name="location-title"] .col-md-6.pr {
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}
section[name="location-title"] .col-md-6.pl {
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}
section[name="location-title"] .col-md-6 img {
	width: 100%;
}
.svgframe {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.svgframe svg {
	position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-height: 100%;
	z-index: 1;
}


}
section[name="location"] {
	width: 100%;
	
	height: 100vh;
	position: relative;
}
section[name="location"] > .map {
	width: 100%;
	
	height: 100vh;
	background: #aaa;
}
section[name="location"] > .container {
	position: relative;
}
section[name="location"] > .container > .bird {
	width: 159px;
	height: 170px;
	background: url('/img/bird-location.png') 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') no-repeat;
	margin-top: -60px !important;
}
section[name="location-details"] {
	padding-top: 110px;
	margin-bottom: 170px;
}
section[name="location-details"].financial {
	padding-top: 110px;
	margin-bottom: 0;
}/*
section[name="location-details"]:after {
	content: '';
	width: 452px;
	height: 206px;
	background: url('/img/location-leaf-right.jpg') no-repeat;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}*/
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="location-details"] > .container > .row:nth-child(2),
section[name="contact"] > .container > .row:nth-child(2) {
	margin-bottom: 90px;
}
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 #07a160;
	padding-top: 60px;
	padding-bottom: 75px;
}
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') 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') 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') 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: #07a160;
	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"] {
	background: #fff url('/img/footer.jpg') no-repeat;
	background-size: cover;
	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') 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') 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: #1A171B;
  border-radius: 0;
  border-bottom: 4px solid #07a160;
  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 #07a160;
  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: 40px;
	right: 0;
	cursor: pointer;
	z-index: 999999;
}
section[name="splash"] > .bar.fixed > .container > .mobile-btn,
section[name="header"] > .bar.fixed > .container > .mobile-btn {
	top: 50px;
}

section[name="splash"] > .bar.fixed .logo ,
section[name="header"] > .bar.fixed .logo {
	position: relative;
	z-index: 99;
	top: 24px;
	left: 0;
	width: 162px !important;
	height: 62px !important;
	background: url(/img/logo.png) no-repeat;
	background-size: 162px 62px !important;
} 

.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);
    } 
}

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-8 {
	padding-right: 20px;
}

section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > form > .row:nth-child(4) > .col-md-6 input {
    background: #07a160;
    color: #fff;
    font-family: 'nexa_boldregular';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 2px dashed #07a160;
    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-8 > form > .row:nth-child(1) > .col-md-6 > div,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > form > .row:nth-child(2) > .col-md-6 > div,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > form > .row:nth-child(3) > .col-md-6 > div,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > 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-8 > form > .row:nth-child(1) > .col-md-6 input,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > form > .row:nth-child(2) > .col-md-6 input {
	background: #fff;
	border: 0;
	border-bottom: 2px dashed #07a160;
	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-8 > form > .row:nth-child(3) > .col-md-12 textarea {
	background: #fff;
	border: 2px dashed #07a160;
	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-8 > form > .row:nth-child(1) > .col-md-6:first-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > 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-8 > form > .row:nth-child(1) > .col-md-6:last-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > form > .row:nth-child(2) > .col-md-6:last-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > form > .row:nth-child(3) > .col-md-6:last-child,
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > 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-8 > form > .row:nth-child(5) > .col-md-12 input {
	background: #07a160;
	color: #fff;
	font-family: 'nexa_lightregular';
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	border: 3px solid #07a160;
	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: #07a160;
	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: #07a160;
	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");
	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");
		background-size: 20px 20px; 
	} 
}
.checkbox-medium input[type=checkbox]:checked + label {
	background-image: url("/img/checkbox_f_medium.png"); 
}
@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");
		background-size: 20px 20px; 
	} 
}
.checkbox-medium label {
	margin-bottom: 0; 
}

.icon-send {
	width: 100%;
	height: 118px;
	background: url('/img/icon-send.png') center center no-repeat;
	margin-top: 50px;
}

section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > .form-send {
	margin-bottom: 50px;
}
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > .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-8 > .form-send > div:nth-child(2),
section[name="contact"] > .container > .row:nth-child(2) > .desc > .row > .col-md-8 > .form-send > div:nth-child(3) {
	font-size: 16px;
	text-align: center;
	font-family: 'nexa_lightregular';
	color: #989898;
	margin-top: 0px;
}

.mobilelogo {
	display: none;
}
 
.img1h,
.img2h {
	height: 100% !important;
}
 
.img1h {
	background: url('/img/trust.jpg') center center no-repeat;
	background-size: cover;
}
.img2h {
	background: url('/img/location-family.jpg') center center no-repeat;
	background-size: cover;
}

.floor_box {
	position: absolute;
    background: #07a160;
    padding: 10px;
    z-index: 9999;
    width: 123px;
	-webkit-box-shadow: -5px 9px 24px -11px rgba(66, 68, 90, 1);
	-moz-box-shadow: -5px 9px 24px -11px rgba(66, 68, 90, 1);
	box-shadow: -5px 9px 24px -11px rgba(66, 68, 90, 1);
	margin-left: 20px;
}
.floor_box > div:first-child {
	color: #fff;
	font-size: 16px;
    line-height: 16px;
	font-family: 'nexa_boldregular';
}
.floor_box > div:last-child {
	color: #fff;
	font-size: 14px;
    line-height: 20px;
	font-family: 'nexa_lightregular';
}
.floor_box:after {
	right: -29px;
    top: 28px;
    z-index: 999;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #07a160;
    border-width: 15px;
    margin-top: -15px;
}

 
.status_1 .floorhoverHighlight { opacity:0.75 !important; fill:#e1c281 !important; enable-background:new !important;} /* reservation */
.status_2 .floorhoverHighlight { opacity:0.75 !important; fill:#aaa !important; enable-background:new !important;} /* sale */

.legend {
	margin-top: 30px;
    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;
}

.status-free,
.status-reserved,
.status-sold {
	box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-webkit-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 20px -11px rgba(0,0,0,0.38);
}
.legend > .box > .t .td:last-child {
	padding-left: 15px;
}
.mbl {
	display: none;
}

.btnContentArchive {
	background: #07a160;
    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: #07a160;
    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;
}