
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.row.full {
	width: 100%;
	max-width: 100%;
}

.home .logo,
.home .main-nav,
a.mobile-menu-link,
.home-top,
.bgvid,
.tabs-content .content {
	opacity: 0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;

	-webkit-transform: translateZ(0); /* optimize mobile performance - hw acc */
	-webkit-backface-visibility: hidden;
}

.content {
	opacity: 0;
	-webkit-animation:fadeInUp ease-in 1;
	-moz-animation:fadeInUp ease-in 1;
	animation:fadeInUp ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;

	-webkit-transform: translateZ(0); /* optimize mobile performance - hw acc */
	-webkit-backface-visibility: hidden;
}

.home .content {
	opacity: 0;
	-webkit-animation:fadeInDown ease-in 1;
	-moz-animation:fadeInDown ease-in 1;
	animation:fadeInDown ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;

	-webkit-transform: translateZ(0); /* optimize mobile performance - hw acc */
	-webkit-backface-visibility: hidden;
}

.full-width {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
	overflow: hidden;
	margin-top: -40px;
	margin-bottom: -2rem;
}

.no-padding {
	padding: 0;
}

.content > .row + img,
.content > img + .row {
	margin-top: 2rem;
}

html {
	height: 100%;
}

body {
	/*padding-top: 160px;*/
	font-family: 'Open Sans', sans-serif;
	color: #404040;
	min-height: 100%;

	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

a.link-disabled {
	cursor: default;
}

body.home {
	padding-top: 0;
}

a {
	transition: all 0.3s ease-in-out;
}

a:focus, a:active {
	outline: none;
}

.eyes-wide-shut {
	display: none;
}

.gray-bg {
	/* background-color: #f5f5f6; */
	border-right: solid 1px #dddedf;
	padding: 0 3rem 3rem 3rem;
}

.flat-plans-wrap {
	padding: 0 3rem 3rem 3rem;
}

.gray-bg h3 {
	margin-bottom: 2rem;
}

.gray-bg * + h3 {
	margin-top: 3rem;
}

/* home top */

.slogan-title {
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
	font-weight: 400;
	color: #FFF;
	font-size: calc(2rem + 1vw);
	text-align: center;
	background-color: rgba(50, 50, 50, 0.8);
	padding: 1.5rem 4rem;
	border-radius: 5px;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 50vw;
	height: 185px;
	max-width: 90vw;
}

video.bgvid { 
	/*position: fixed;*/
	/*top: 50%;*/
	/*left: 50%;*/
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	z-index: -100;
	/*-ms-transform: translateX(-50%) translateY(-50%);*/
	/*-moz-transform: translateX(-50%) translateY(-50%);*/
	/*-webkit-transform: translateX(-50%) translateY(-50%);*/
	/*transform: translateX(-50%) translateY(-50%);*/
}

.home-top {
	width: 100%;
	min-height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: all 0.3s ease-in-out;
	opacity: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.home-top-wrap {
	z-index: 2;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	/* padding-top: 5rem; */
	transition: none;
}

a.logo-wrap {
	top: 20vh;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	/* transition: opacity 0.5s ease-in-out; */
}

.logo-content {
	display: flex;
	align-items: center;
	margin-top: 0.5rem
}

.fixed-top-wrap a.logo-wrap-small {
	display: block;
}

.logo-wrap-small {
	display: block;
	margin-left: 1rem
}

.logo-wrap-small img {
	width: 250px;
}

.logo {
	text-indent: -9999px;
	max-width: 100%;
	margin: 0 auto;
	width: 348px;
	height: 310px;
	background: url(../img/logo.png) center center no-repeat;
	background-size: 100%;
	/* transition: all 0.3s ease-in-out; */
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	.logo {
		background: url(../img/logo.png) center center no-repeat;
		background-size: 100%;
	}
}

@media only screen and (max-width: 64em) {
	.logo {
		width: 300px;
		height: 243px;
	}

	.slogan-title {
		width: 75vw;
	}
}

@media only screen and (max-width: 40em) {
	.logo {
		width: 260px;
		height: 210px;
	}

	.slogan-title {
		font-size: 1.75rem
	}
}

.home .logo {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.slogan {
	width: 536px;
	height: 129px;
	background: url(../img/newcom-slogan.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -268px;
}

.home-slogan-wrap {
	position: absolute;
	bottom: 10%;
	width: 100%;
	padding: 0;
	text-align: center;
}

.home-slogan {
	color: #fff;
	display: block;
	font-size: 1.25rem;
	opacity: 0;
	padding: 0 2rem;
}

@media only screen and (max-width: 64em) {
	.home-slogan {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 40em) {
	.home-slogan {
		font-size: 0.875rem;
	}
}

.go-down {
	position: absolute;
	bottom: 0;
	background: url('../img/go-fig.png') center bottom no-repeat;
	background-size: 100%;
	left: 50%;
	margin-left: -30px;
	width: 61px;
	height: 35px;
	text-align: center;
}

/* gallery */

.gallery-wrap {
	margin-bottom: 1rem;
}

.gallery-wrap .column {
	margin-bottom: 2rem
}

/* lang nav */

ul.lang-nav {
	margin: -0.875rem 0 0 0.75rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	/*top: 38vh;*/
	z-index: 2;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*position: absolute;*/
	
	/*background-color: rgba(0, 0, 0, 0.7);*/
	/*padding: 3px 10px 3px 10px;*/
}

ul.lang-nav li {
	display: inline-block;
}

ul.lang-nav li + li {
	/*margin-left: 1rem;*/
}

ul.lang-nav li a {
	font-weight: 300;
	color: #000;
	font-size: 0.85rem;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.fixed-top-wrap ul.lang-nav li a {
	color: #fff;
}


@media only screen and (max-width: 40em) {
	ul.lang-nav li a {
		font-size: 0.75rem;
	}
}

ul.lang-nav li.active a,
ul.lang-nav a:hover {
	font-weight: 400;
}

/* home nav */

ul.main-nav {
	list-style: none;
	/*position: absolute;*/
	/*top: 1.4rem;*/
	/*right: 2rem;*/
	height: 100%;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	text-align: right;
	z-index: 2;
	margin: 0 2rem 0 0;
	font-weight: 300;
	transition: all 0.3s ease-in-out;
}

.home .main-nav {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

ul.main-nav > li {
	display: inline-flex;
	align-items: center;
	height: 100%;
	/*margin-bottom: 0.75rem;*/
	position: relative;
	overflow: visible;
	transition: all 0.3s ease-in-out;
}

ul.main-nav > li + li {
	margin-left: 60px;
}

ul.main-nav > li > a {
	font-size: 1.25rem;
	font-weight: 400;
	color: #000;
	       white-space: nowrap;
	/* border-bottom: 2px solid transparent; */
	/*padding-bottom: 5px;*/
	transition: all 0.3s ease-in-out;
}

ul.main-nav > li.nav-button > a {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 10px 25px 10px 25px !important;
	border-radius: 5px;
}

ul.main-nav > li.nav-button > a:first-child {
	border-radius: 5px;
	background-color: hsla(0, 100%, 25%, 0.5);
	margin-right: 20px;
}

ul.main-nav > li.nav-button > a:last-child {
	border-radius: 5px;
}

ul.main-nav > li.nav-button > a:hover {
	background-color: #505050;
	color: #FFF;
}

@media only screen and (max-width: 92em) {
	ul.main-nav {
		top: 1rem;
	}
	ul.main-nav > li > a {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 84em) {
	ul.main-nav > li > a {
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 74em) {


ul.main-nav > li + li {
	margin-left: 30px;
}
}

ul.main-nav > li > a:hover,
ul.main-nav > li.active > a {
	/* color: #800000; */
}

ul.main-nav > li.active > a {
	/* pointer-events: none; */
}

/* fixed nav */
.fixed-top-wrap a.logo-wrap {
	/* width: 152px; */
	/* margin: 20px 0; */
	/* display: block; */
	/* opacity: 0; */
}

.fixed-top-wrap {
	width: 100%;
	/*height: 4.9em;*/
	max-width: initial;
	position: initial;
	z-index: 2;
	top: 0;
	padding: 30px 0;
	background: #404040;
	/* padding-top: 0; */
	transition: background 0.3s ease-in-out;
}

.fixed-top-wrap ul.lang-nav {
	/*display: none;*/
}

.fixed-top-wrap ul.main-nav {
	top: 1.4rem;
	margin-right: 17px;
}

.fixed-top-wrap ul.main-nav > li {
	position: relative;
}

.fixed-top-wrap ul.main-nav > li > a {
	color: #fff;
	border: 0;
	position: relative;
}

.fixed-top-wrap ul.main-nav > li > a:hover,
.fixed-top-wrap ul.main-nav > li.active > a {
	color: #fff;
}

/*.fixed-top-wrap ul.main-nav > li > a:after {
	content: "";
	position: absolute;
	width: 19px;
	height: 10px;
	bottom: -30px;
	left: 50%;
	background: url(../img/go-fig.png) center center no-repeat;
	background-size: 100%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}*/




 ul.main-nav > li:not(.nav-button) > a:after {
  	content: "";
  	position: absolute;
  	width: 0;
  	bottom: 18px;
  	height: 2px;
  	background: #800000;
  	right: 0;
  	transition: width .3s cubic-bezier(.37,0,.21,1.02);
  }

  .fixed-top-wrap ul.main-nav > li:not(.nav-button) > a:after {
  	bottom: -10px;
  }

ul.main-nav li.active a:after,
ul.main-nav li:hover a:after {
  	left: 0;
  	right: auto;
  	width: 100%;
  }




/*@media only screen and (max-width: 64em) {
	.fixed-top-wrap ul.main-nav > li > a:after {
		bottom: -24px;
	}
}*/

/*.fixed-top-wrap ul.main-nav > li > a:hover:after,
.fixed-top-wrap ul.main-nav > li.active > a:after {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}*/

/* sub nav */

.sub-nav-wrap {
	background-color: #fff;
	padding: 1.5rem 2rem 1.5rem 2rem;
	display: none;
}

.fixed-top-wrap .sub-nav-wrap {
	display: block;
}

ul.sub-nav {
	list-style: none;
	margin: 0;
	text-align: right; 
	width: 100%;
}

ul.sub-nav li {
	display: inline-block;
}

ul.sub-nav li + li {
	margin-left: 2rem;
}

ul.sub-nav li a {
	color: #575d64;
	position: relative;
	display: inline-block;
}

ul.sub-nav li a:hover {
	color: #a5c647;
}

ul.sub-nav li.active a {
	color: #a5c647;
}

/*
ul.sub-nav li a:after {
	position: absolute;
	content: "";
	width: 4rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	height: 1px;
	bottom: -1rem;
	background-color: #575d64;
	transition: all 0.3s ease-in-out;
}


ul.sub-nav li.active a:after,
ul.sub-nav li:hover a:after {
	opacity: 1;
}
*/

/* mobile nav */

a.mobile-menu-link {
	display: block;
	background: url(../img/menu-icon-black.png) center center no-repeat;
	background-size: 50%;
	width: 50px;
	height: 60px;
	position: absolute;
	top: 0.2rem;
	/*right: 0.7rem;*/
	right: 2rem;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.fixed-top-wrap a.mobile-menu-link {
	background: url(../img/menu-icon.png) center center no-repeat;
		background-size: 50%;
	/*position: initial;*/
	top: 2rem;
}

.mobile-nav-wrap {
	position: fixed;
	right: -300px;
	top: 0;
	width: 300px;
	overflow-y: scroll;
	height: 100%;
	z-index: 10;
	padding: 20px;
	background: #575d64;
	transition: all 0.3s ease-in-out;
}

a.mobile-menu-close {
	display: block;
	background: url(../img/cross-icon.png) center center no-repeat;
	background-size: contain;
	width: 27px;
	height: 28px;
	float: right;
	margin-right: 5px;
	text-indent: -9999px;
}

ul.mobile-nav {
	clear: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.mobile-nav li + li {
	border-top: 1px solid #999;
}

ul.mobile-nav li a {
	color: #fff;
	font-size: 0.75rem;
	padding: 15px 0;
	display: block;
	transition: all 0.3s ease-in-out;
}

ul.mobile-nav li > a:hover,
ul.mobile-nav li.active > a {
	color: #fff;
}

ul.mobile-nav-sub li {
	display: block;
}

/* content */

.content {
	background: #fff;
	position: relative;
	padding: 4rem 1rem;
	transition: all 0.3s ease-in-out;
}

.content > img {
	width: 100%;
}

.home .content {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

h3 {
	font-size: 1.25rem;
	font-weight: 400;
}

.content p, li {
	font-size: 1.15rem;
	font-weight: 300;
}

.content li {
	margin-left: 1rem;	
}

img.home-plans {
	margin-bottom: 0.3rem;
}

span.heading {
	font-weight: 400;
	display: inline-block;
	margin-bottom: 0.2rem;
}

p.smallertxt {
	font-size: 0.75rem;
	margin: 0px;
}

.available-wrap-old {
	border-top: 1px solid #dddedf;
	margin-top: 2rem;
	padding-top: 1rem;
}

table thead th {
	font-weight: 400;
}

table th,
table td {
	font-size: 0.75rem;

	color: #575d64;
}

table tbody tr:nth-child(even) {
	background-color: transparent;
}

table tbody tr {
	transition: all 0.3s ease-in-out;
}

table thead th {
	text-align: center;
	font-weight: 600;
}

tr.clickable-row {
	cursor: pointer;
}

table tbody tr:hover {
	/* background-color: #f1f1f1; */
}

table tbody tr td {
	transition: all 0.3s ease-in-out;
}

table thead th,
table tbody tr td {
	border-bottom: 1px solid #575d64;
}

table thead th {
	border-top: 1px solid #575d64;
}

table.apartment-table tbody tr:hover td {
	background-color: #EEE;
}

table.apartment-table {
	width: 100%;
}

table tbody, table tfoot, table thead {
	border: 0;
}

span.house-addi {
	font-size: 0.65rem;
	display: block;
}

span.price {
	margin-top: 10px;
	font-size: 1rem;
	display: block;
}

a.pdf-link {
	color: #575d64;
	font-weight: 300;
}

span.smalltext {
	font-size: 70%;
	font-weight: 400;
}

a.pdf-link:hover {
	color: #404449;
}

/* reveal */

.reveal {
	background-color: #575d64;
	color: #fff;
	border: 0;
	text-align: center;
}

.reveal .close-button {
	color: #fff;
	transition: all 0.3s ease-in-out
}

.reveal .close-button:hover {
	color: #ccc;
}

.reveal p.lead {
	text-align: center;
}

/* form */

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea,
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	outline: 0;
	box-shadow: none;
	font-size: 0.875rem;
}

label {
	color: #fff;
}

/* footer */

.footer-wrap {
	color: #fff;
	font-weight: 400;
	font-size: 1.0rem;
	background: #404040;
	padding: 1.5rem 0;
	margin-top: auto;
}

.footer-wrap a {
	color: #fff;
}

.person-wrap {
	border-top: 1px solid #dddedf;
	margin-top: 2rem;
	padding-top: 2rem;
	font-size: 0.75rem;
}

.person-wrap a {
	color: #a5c647;
}

.person-wrap img {
	width: 150px;
	display: block;
	float: left;
	margin-right: 1.5rem;
}

span.person-name {
	display: block;
	font-size: 1.25rem;
}

span.person-title {
	display: block;
	font-size: 0.65rem;
}

a.footer-tel {
	padding-left: 1.75rem;
	background: url('../img/icon-phone.png') left center no-repeat;
	background-size: contain;
}

a.footer-mail {
	padding-left: 1.75rem;
	background: url('../img/icon-mail.png') left center no-repeat;
	background-size: contain;
}

.footer-wrap a span {
	font-size: 70%
}

@media only screen and (max-width: 40em) {
	.person-wrap {
		margin-top: 1rem;
	}
	.footer-wrap .columns {
		text-align: center;
	}
	.footer-wrap .columns + .columns {
		margin-top: 1rem;
	}
}






#image-map {
	position: relative;
}

#image-map img[usemap] {
	width: 100%;
}

#image-map2 {
	position: relative;
}

#image-map2 img[usemap] {
	width: 100%;
}

#image-map3 {
	position: relative;
}

#image-map3 img[usemap] {
	width: 100%;
}

#house-tooltip {
	display: none;
	cursor: pointer; 
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	width: 175px;
	height: 75px;
	background: #fff;
	border-radius: 7px;
	border: 1px solid #b4b4b4;
}

#house-tooltip div {
	height: auto;
	top: 0;
	left: 0;
	position: relative; 
	text-align: center;
	width: 100%;
	z-index: 2;
	padding: 1px;
}

#house-tooltip .top {
	padding: 7px;
	font-size: 20px;
	line-height: 1.2;
}

#house-tooltip .top span {
	font-size: 20px;
}


#house-tooltip .bottom_yellow, #house-tooltip .bottom_red, #house-tooltip .bottom_gray, #house-tooltip .bottom_brown {
	font-size: 14px;
	width: 171px;
	margin-left: 1px;
	position: absolute;
	top: 41px;
	padding: 5px 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#house-tooltip .bottom_red {
	background: #d05a40;
	color: #fff;
}
#house-tooltip .bottom_yellow {
	background: #ffc100;
	color: #fff;
}
#house-tooltip .bottom_gray {
	background: #878787;
	color: #fff;
}
#house-tooltip .bottom_brown {
	background: #461E1F;
	color: #fff;
}


.floorMenu {
	margin: 50px 0 50px 0;
}

.florMenuActive {
	font-size: 2rem;	
}

.floorMenu a {
	color: #575d64;
	margin: 0 5px 0 5px;
}

.floorMenu a:hover {
	color: #a5c647;
}


/* slider */

.orbit {
	position: absolute;
	height: 100vh;
	width: 100vw;
}

.orbit-container {
	margin: 0;
	height: 100vh;
	width: 100vw;
}

.orbit-caption {
	padding: 10rem 20%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	font-size: 1.45rem;
	text-align: center;
	line-height: 1.9rem
}



@media only screen and (max-width: 64em) {
	.orbit-caption h1 {
		font-size: 2rem;
	}
	.orbit-caption {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media only screen and (max-width: 40em) {
	.orbit-caption {
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
}

.orbit-caption h1 {
}

@media only screen and (min-width: 40em) {
	.orbit-justHeading {
		margin-bottom: -4rem !important;

	}
}

@media only screen and (min-width: 64em) {
	.orbit-justHeading {
		margin-bottom: -10rem !important;

	}

	.orbit-justHeading h1 {
		font-size: 2rem !important;
	}
}
.orbit-slide {
	height: 100vh;
	width: 100vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.orbit-previous, 
.orbit-next {
	bottom: 5rem;
	top: auto;
	width: 49px;
	height: 94px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.orbit-previous img, 
.orbit-next img {
	display: none;
}

.orbit-previous {
	left: 7rem;
	background-image: url(../img/arrow-left.png);
}

.orbit-next {
	right: 7rem;
	background-image: url(../img/arrow-right.png);
}

.orbit-previous:hover,
.orbit-previous:active,
.orbit-previous:hover, 
.orbit-previous:focus {
	background-image: url(../img/arrow-left-hover.png);
}

.orbit-next:hover,
.orbit-next:active,
.orbit-next:hover, 
.orbit-next:focus {
	background-image: url(../img/arrow-right-hover.png);
}

.orbit-previous:hover, 
.orbit-next:hover, 
.orbit-previous:active, 
.orbit-next:active, 
.orbit-previous:focus, 
.orbit-next:focus {
	background-color: transparent;
}

.orbit-bullets {
	position: absolute;
	bottom: 5rem;
	margin: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.orbit-bullets button {
	width: 12px;
	height: 12px;
	margin: 0.5rem;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.orbit-bullets button:hover {
	background-color: #4b4f54;
}

.orbit-bullets button.is-active {
	background-color: #800000;
}


.floor-label {
	position: absolute;
	bottom: 0;
	width: 400px;
	padding: 10px 0 15px 0;
	margin: 0 0 4rem 0;
	text-align: center;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	font-size: 2em;
}

.floor-nums {
	position: absolute;
	z-index: 2;
	right: 0;
	margin-right: 50px;
}

.floor-num {
	display: block;
	margin-top: 30px;
	border-radius: 75px;
	border: solid 1px #FFF;
	width: 75px;
	height: 75px;
	color: #FFF;
	font-size: 3em;
	text-align: center;	
}

.floor-num:hover {
	color: #000;
	border: solid 1px #000;
}

.floor-nums-mob {
	background-color: #1B0000;
	font-size: 1rem;
	padding-left: 1rem;
}

.floor-nums-mob a {
	color: #FFF;
	font-size: 2.5rem;
	margin-left: 1.2rem;
}


/* gallery */

.gallery-list + .gallery-list {
	margin-top: 50px;
}

.gallery-list a {
	overflow: hidden;
	display: block;
}

p.gallery-text,
dl {
	font-size: 0.875rem;
	line-height: 24px;
	font-weight: 200;
}

.gallery-thumb div {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

span.gallery-read-more {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.hide-proj {
	display: none;
}

.proj-filter {
	margin-bottom: 3rem;
	display: flex;
	justify-content: center;
}

.proj-filter button {
	padding: 1rem 1.5rem;
	border: 1px solid #404040;
	cursor: pointer;
	color: #404040;
	border-radius: 3px;
}

.proj-filter button:hover {
	background: #EEE;
}

.proj-filter button.active-filter {
	border: 0;
	background: #800000;
	color: #fff;
}

.proj-filter button + button {
	margin-left: 1rem;
}

/*.clientPortal {
	margin-bottom: 0 !important;
	margin-top: -1.5rem;
}*/

/*.clientPortal a {
	display: block;
	background-color: #800000;
	color: #FFF !important;
	padding: 10px 25px 10px 25px !important;
	border-radius: 5px;
}

.clientPortal a:hover {
	background-color: #000;
}*/


/*.komercPortal {
	margin-bottom: 0 !important;
	margin-top: -1.5rem;
}*/

/*.komercPortal a {
	display: block;
	background-color: #000 !important;
	color: #FFF !important;
	padding: 10px 25px 10px 25px !important;
	border-radius: 5px;
}

.komercPortal a:hover {
	background-color: #800000 !important;
}*/


.footer-contacts {
	
}

.serviceBox li {
	color: #575d64 !important;
}

.serviceBox a:hover {
	color: black !important;
}

.serviceBox a:hover li {
	color: black !important;
}

.serviceMore {
	text-align: center;
}

.serviceList span {
	font-weight: 500;
}

.emerService {
	display: block;
	background-color: #800000;
	color: #FFF;
	text-align: center;
	padding: 2rem 0;
	border-radius: 5px;
}

.emerService p {
	font-size: 1.5rem;
	margin: 0;
}

.emerService a {
	font-size: 2rem;
	color: #FFF;	
}

.mapFrame {
	border: 0px solid #FFF;
	border-radius: 10px;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.objectMenu {
	text-align: center;
}

.objectMenu a {
	color: black;
	font-size: 1.25rem;
	margin-right: 3rem;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 40em) {

.objectMenu a {
	padding-bottom: 0;
	white-space: nowrap;
	margin: 0 1rem 1rem 2rem;
	display: inline-block;
}

}

.objectMenu a:hover {
	border-bottom: solid 2px #800000;
}

.objectMenu .active {
	border-bottom: solid 2px #800000;
}

/* swiper */

/*.swiper {
  width: 600px;
  height: 300px;
}*/

.swiper-pagination-bullet-active {
	background: #800000;
}

.swiper-button-next svg, .swiper-button-prev svg {
	fill: #800000;
}

.swiper-button-next, .swiper-button-prev {
	color: #800000;
	top: auto !important;
	bottom: 0px !important;
	transform: none;
}

.swiper {
	position: relative;
	padding-bottom: 60px;
}

.serviceBox ul li {
	list-style: none;
}

.serviceBoxUrl {
	text-align: center;
	font-size: 1.5rem;
}