html {
	width:100%;
	height:100%;
}
body {
	margin:0;
	width:100%; 
	height:100%;
	background:#fff;
	font-family:'Scada', sans-serif;
	font-size:100%;
	line-height:150%;
	color:#222;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Scada', sans-serif;
}
.header_container {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.header_container .columns, .header_container .row {
	padding:0;
}
header {
	background:#fff;
	min-height:85px;
	height:auto;
	margin:0 auto;
	padding:0 20px;
	width:100%;
}
h1 { 
	margin:0; 
	display:block; 
	width:100%;
	height:85px; 
	padding:20px 0 10px 0;
	box-sizing:border-box;
	text-indent:-99999px; 
	position:relative;
	float:left; 
}
h1 a { 
	display:block; 
	width:100%; 
	height:100%; 
	background:url(/img/logo.svg) left center no-repeat; 
	background-size:contain;
}

nav {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
nav ul li {
	display:inline-block;
	float:left;
	width:auto;
}
nav ul li a {
	float:left;
	color:#231f20;
	text-decoration:none;
	display:block;
	line-height:20px;
	font-size:1em;
	padding:23px 20px 0 20px;
	cursor:pointer;
	font-family:'Scada', sans-serif;
	text-align:center;
	text-transform:uppercase;
}
nav ul li a:hover {
	color:#016699;
}
nav ul li.active a {
	color:#016699;
}

ul.langs {
	list-style-type:none;
	margin:0;
	padding:0 5px;
	width:auto;
	float:right;
}
ul.langs li {
	width:auto;
	float:left;
}
ul.langs li a {
	color:#231f20;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height:1em;
	font-size:0.8em;
	padding:10px 5px;
}
ul.langs li a:hover {
	color:#016699;
}
ul.langs li.active a {
	color:#016699;
}

.clear {
	clear:both; 
}
.columns {
	min-height:1px;
}
.line {
	width:30px;
	height:5px;
	background:#fff;
}
.slider {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	height:450px;
}
.slider li {
	width:100%;
	height:450px;
	display:block;
}
.slider li div {
	width:100%;
	height:450px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
section.text {
	width:100%;
	height:auto;
	min-height:280px;
	box-sizing:border-box;
	padding:65px 20px;
	background:#4b4f55;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	line-height:2em;
	position:relative;
	z-index:9000;
}
section.text p {
	padding:24px 0;
	margin:0;
}
.intro {
	background:#016699;	
	height:auto;
	min-height:240px;
	margin-bottom:-150px;
	padding:30px;
}
.intro .line {
	float:left;
	margin:0 auto 0 0;
}
.intro a {
	display: block;
	width: 100%;
	height: 100%;
}
.intro h2, .intro a h2 {
	color:#fff;
	font-size:1em;
	line-height:2em;
	margin:0;
	padding:10px 0 0 0;
}
.intro p, .intro a p {
	color:#fff;
	font-size:0.9em;
	line-height:1.6em;
	text-transform:none;
	margin:0;
	padding:0;
}


#content {
	width:100%;
	height:auto;
	background:#fff;
	position:relative;
	z-index:2;
	margin-top:122px;
}

.box {
	height:280px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px 45px 20px 45px;
	background-color:#016699;
	box-sizing:border-box;
}
.box2 {
	height:475px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px 45px 20px 45px;
	background-color:#016699;
	box-sizing:border-box;
}
.box a, .box2 a {
	display:block;
	width:100%;
	height:100%;
	margin:-40px -45px -20px -45px;
	padding:40px 45px 20px 45px;
	box-sizing:content-box;
}
.apartments .row:nth-child(odd) .box:nth-child(2) {
	background-color:#4b4f55;	
}
.apartments .row:nth-child(odd) .box:nth-child(1) {
	background-color:#bbbdbf;	
}
.apartments .row:nth-child(even) .box:nth-child(1) {
	background-color:#a6a8ab;	
}

.app_info {
	background:#fff;
	padding:100px 0;	
}
.app_info .row .columns .line {
	float:left;
	margin:0 auto 0 0;
	background:#000;
}
.app_info .row .columns h2 {
	color:#231f20;
	font-size:1em;
	line-height:2em;
	margin:0;
	padding:10px 0 0 0;
	text-transform:uppercase;
	font-weight:bold;
}
.app_info .row .columns p, .app_info .row .columns ul, .app_info .row .columns ol {
	font-size:0.9em;
	line-height:1.6em;
	text-transform:none;
	margin:0;
	padding:10px 0;
	color:#231f20;
}
.app_info .row .columns ul, .app_info .row .columns ol {
	padding:10px 0 10px 20px;
}

.gallery {
	width:240px;
	height:240px;
	float:left;
	margin:0 20px 20px 0;
}
p.currentTextHolder 	{ margin:0; padding:0 10px; font-size:0.8em; line-height:1.5em; font-family:'Scada', sans-serif; }
a.pp_play				{ display:none; }
div.pp_social			{ display:none; }









.link_break {
	height:70px;
	text-align:center;
	line-height:70px;
	background:#fff;	
}
.link_break a {
	display:block;
	width:100%;
	height:100%;
	font-family:'Scada', sans-serif;
	font-size:14px;
	color:#222;
	text-transform:uppercase;
}
.link_break a:hover {
	color:#37B34A;
}
.link_break a span.more {
	float:right;
	padding:0 15px;
}
.box h3, .box2 h3 {
	text-transform:uppercase;
	font-size:1em;
	line-height:2em;
	margin:0;
	padding:10px 0;	
	color:#fff;
}
.box ol, .box2 ol, .box ul, .box2 ul, .box a ol, .box2 a ol, .box a ul, .box2 a ul {
	font-size:0.9em;
	line-height:1.6em;
	margin:0;
	padding:10px 0 10px 30px;	
}
.box p, .box2 p, .box a p, .box2 a p  {
	font-size:0.9em;
	line-height:1.6em;
	margin:0;
	padding:0 0 10px 0;	
	color:#fff;
}
.room .box {
	padding:0;
}
.box a {
	display:block;
	width:100%;
	height:100%;
}
.room .box:nth-child(2) {
	background:#262261;
}
.room .box:nth-child(2) a {
	color:#fff;
	padding:165px 45px 35px 45px;
	text-transform:uppercase;
}
table {
	width:100%;
	table-layout:fixed;
	margin:10px 0;
	padding:0;
	border-collapse:collapse;
}
table tr td {
	border:1px solid #2B388F;
	text-align:center;
	font-size:0.8em;
	line-height:1.6em;
	background:#fff;
	color:#2B388F;
}
table tr:first-child td {
	color:#1B75BB;
}
.slider_container {
	padding:0;
}
.bx-wrapper .bx-viewport {
	border:none;
	box-shadow:none;
	margin:0;
	padding:0;
	left:0;
}
.bxslider {
	height:360px;
	width:100%;
	padding:0 !important;
	margin:0 !important;
}
.bxslider li {
	height:360px;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nopadding {
	padding:0;
}
.map_container {
	padding:0;
	line-height:0;
}
iframe {
	border:none;
	margin:0;
	padding:0;
}
* {
	outline:none;
}
form						{ margin:0; padding:0; border:none; width:100%; max-width:440px; float:right; }
fieldset					{ margin:0; padding:0; border:none; width:100%; float:left; }

label						{ font-size:0.8em; line-height:25px; height:auto; min-height:20px; font-family:'Scada', sans-serif; width:100%; padding:0 10px 0 0; float:left; margin:5px 0 0 0; color:#000; text-transform:uppercase; font-weight:bold; }
label:first-letter			{ text-transform:capitalize; }
textarea					{ font-family:'Scada', sans-serif; height:100px !important; line-height:20px; font-size:0.8em; width:100%; float:right; margin:5px 0 15px 0 !important; display:block; border:1px solid #5a5b5e; background:#fff; padding:5px; color:#000; }

input						{ font-family:'Scada', sans-serif; height:30px; line-height:30px; font-weight:normal; font-size:0.8em; width:100%; float:right; margin:5px 0 15px 0; }
input[type="text"] 			{ display:block; border:1px solid #5a5b5e; width:100%; background:#fff; padding:0 5px; color:#000; height:30px; font-size:0.8em; margin:5px 0 15px 0; }
input[type="text"]:focus 	{ outline:none; border:1px solid #8bc541; }
input[type="email"] 		{ display:block; border:1px solid #5a5b5e; width:100%; background:#fff; padding:0 5px; color:#000; height:30px; font-size:0.8em; margin:5px 0 15px 0; }
input[type="email"]:focus 	{ outline:none; border:1px solid #8bc541; }

input[type="submit"] 		{ height:30px; float:left; display:inline-block; margin:5px 0 5px 0; padding:0; background:#fff; color:#5cbe8c; border:none; text-decoration:none; cursor:pointer; font-size:0.8em; line-height:30px; text-transform:uppercase; font-weight:bold; text-align:left; }
input[type="submit"]:hover 	{ color:#000; border:none; }

p.notok		{ color:#f00; }
input.notok, textarea.notok	{ border:1px solid #f00; }
label.notok { color:#f00; }

div.line.green {
	background:#5cbe8c !important;
}
.social { 
	text-align:center;
}
.social a { 
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	padding:15px 0;
}
p.thx {
	display:none;	
}

footer {
	height:auto;
	min-height:300px;
	width:100%;
	background:#4b4f55;
	position:relative;
	margin:50px auto;
	box-sizing:border-box;
	padding:0 20px;
}
footer .line {
	float:left;
	margin:50px auto 0 0;
}
footer h3 {
	text-transform:uppercase;
	margin:15px 0;
	padding:0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#fff;
	font-size:12px;	
	font-weight:bold;
}
footer ul li {
	line-height:40px;
}
footer ul li a, footer ul li a:hover, footer ul li a:active  {
	color:#fff;
}
footer ul li i {
	background:#5cbe8c;
	width:27px;
	height:27px;
	border-radius:50%;
	color:#4b4f55;	
	text-align:center;
	line-height:27px !important;
	margin:7px 15px auto 0;
	display:block !important;
	float:left;
}
.map_container {
	background:url(/img/map.svg) left center no-repeat;
	min-height:300px;
	background-size:auto 90%;
}
.map_c {
	font-size:0;
}
.scrolloff {
	pointer-events: none;
}
	
#hamburger {
	display:none;
	width:57px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
	margin:-15px 0 auto 0;
	background:url(/img/hamburger.png) center center no-repeat;
}
.contact .line {
	float:left;
	margin:0 auto 0 0;
	background:#000;
}
.contact h3 {
	text-transform:uppercase;
	margin:15px 0;
	padding:0;
	color:#231f20;
	font-size:18px;
	font-weight:bold;
}
.contact ul {
	list-style-type:none;
	margin:0;
	padding:0 !important;
	color:#231f20;
	font-size:12px;	
	font-weight:bold;
}
.contact ul li {
	line-height:40px;
}
.contact ul li a, .contact ul li a:hover, .contact ul li a:active  {
	color:#231f20;
}
.contact ul li i {
	background:#5cbe8c;
	width:27px;
	height:27px;
	border-radius:50%;
	color:#fff;	
	text-align:center;
	line-height:27px !important;
	margin:7px 15px auto 0;
	display:block !important;
	float:left;
	font-size:1em !important;
}

.information {
	background:#fff;
	padding:70px 0 30px 0;
	width:100%;
	position:relative;
	margin:0 auto;
}
.information .row .columns {
	text-align:center;	
}
.information .row .columns img {
	max-width:240px;	
}
.information .row .columns .line {
	background:#5cbe8c;
	float:none;
	position:relative;
	margin:35px auto 0 auto;
}
.information .row .columns h2 {
	text-transform:uppercase;
	font-size:1em;
	line-height:1em;
	margin:0;
	padding:15px 0 70px 0;
	font-weight:bold;
}
.information .row .columns h3 {
	text-transform:uppercase;
	font-size:0.8em;
	line-height:1.6em;
	margin:0;
	padding:10px 0 30px 0;
	font-weight:bold;
}


@media only screen and (max-width: 40em) {	
	header, footer {
		padding:0 5px;
	}
	nav {
		display:none;
	}
	nav {
		width:100%;
		height:auto;
	}
	nav ul li {
		width:100%;
		padding:0;
	}
	nav ul li a {
		width:100%;
		line-height:25px;
		padding:0;
	}
	ul.langs {
		float:left;
		padding-left:0;
		margin-left:-5px;
	}
	#hamburger {
		display:block;
	}
	section.text {
		padding:0;
	}
	.intro {
		margin-bottom:0;
		padding:20px;
		min-height:1px;
	}
	.map_container {
		background:url(/img/map.svg) center center no-repeat;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
