/* noto-sans-regular - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/noto-sans-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700 - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/noto-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/noto-sans-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700italic - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/noto-sans-v27-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/noto-sans-v27-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


* { box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

html,body
{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}


section .bglogo2
{
	background-position: center;
	background-size: 100%;
	background-attachment: fixed;
	position:absolute;
	top:0px;
	right: 0px;
	bottom:0px;
	left:0px;
	display:block;
	z-index:-1;
}

header
{
	font-family: 'Noto Sans', serif;
	font-size:1.34em;
	overflow-x: hidden;
}


header .colored
{
	position:fixed;
	background:#4c1c28;
	top:0px;
	left:0px;
	bottom:0px;
	color:white;
	overflow: visible;
	z-index:602;
	min-width:60px;
}


header li > span
{
	display:inline-block;
	border-bottom: .25em solid #4f1c27;
	margin:0 0 1em 0;
}

header h1
{
	margin:0px;
	font-weight: bold;
	text-transform: uppercase;
}

header  .scrolltip.down
{
	bottom:-40px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

header  .scrolltip
{
	display:table;
	vertical-align: middle;
	cursor:pointer;
	font-size: .5em;
	font-weight: bold;
	height:60px;
	position:absolute;
	bottom:110px;
	left:0px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

header  .scrolltip:not(.down) span:last-child{ -webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg); }

header  .scrolltip span
{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	user-select: none;
}

header  .scrolltip img
{
	height: 25px;
	margin-right:.7em;
	vertical-align:middle;
}

.nav-toggle
{
	position:absolute;
	top: 50%;
	left:10px;
	margin:-20px 0px 0px 0px;
	font-size:28px;
	padding:0;
	cursor:pointer;
	background:none;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width:40px;
	height: 40px;
}

.nav-toggle span
{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-toggle span:nth-child(1) { top: 9px; }
.nav-toggle span:nth-child(2),.nav-toggle span:nth-child(3) { top: 18px; }
.nav-toggle span:nth-child(4) { top: 27px;}
.nav-toggle.open span:nth-child(1) { top: 9px; width: 0%; left: 50%;}
.nav-toggle.open span:nth-child(2) {  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-toggle.open span:nth-child(3) { -webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg); }
.nav-toggle.open span:nth-child(4) { top: 9px; width: 0%; left: 50%; }

nav a
{
	padding: 0px;
	display:inline-block;
	font-weight:bold;
	color:#4f1c27;
	text-align: left;
	word-break: break-all;
	text-transform: uppercase;
}

nav ul
{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
	max-height: 100%;
	width: 100%;
	overflow-y: auto;

}

nav ul > li
{
	display:block;
	text-align: center;
	clear:both;
	color:#4c1c28;
	text-align: left;
	padding:8px 20px 8px 50px;
}

nav ul > li:not(:first-child)
{
	padding:8px 20px 8px 40px;	
}

nav ul > li  a{ padding: 0 10px; }



nav ul li.doc a
{
	font-size: .7em;
}

header nav > ul > li > a {
	font-size: .95em;
}

main { margin-left:60px; }

.center
{
	max-width:1400px;
	margin:auto;
}

.typo
{
	font-weight:400;
	font-size:1.33em;
	line-height:1.5em;
}

.inner
{
	overflow:auto;
	padding:2em;
	clear: both;
}

section .pad { padding:4em 0em 2em 0em; }

section .center { padding:4em 2em 2em 2em; }

.container
{
	float:right;
	width:50%;
	margin:0 0 1em 2em;
}

section:nth-child(odd) .container
{
	float:left;
	margin:0 2em 1em 0;
}

.cycle-prev,
.cycle-next
{
	position:absolute;
	top:50%;
	z-index:600;
	font-size:6em;
	color:white;
	opacity:.66;
	transition:opacity .5s linear;
	padding:20px;
	margin-top:-60px;
	cursor:pointer;
}

.home .cycle-prev
{
	right:10px;
	left:auto;
}

.home .cycle-prev,.home .cycle-next{
	bottom:.1em;
	top:auto;
	font-size: 4em;
	padding:0px;
	margin:0px;
}

.home .cycle-prev i,.home .cycle-next i { vertical-align: bottom;  }

.home .cycle-prev{ right: 65px; }

.home .cycle-next{ right: 20px;}

.cycle-prev:hover, .cycle-next:hover { opacity:1; }

.cycle-prev { left:0px; }

.cycle-next { right:0px; }

.cycle-slideshow { overflow:hidden; }

.cycle-slideshow img { width:100%; }

.cycle-slideshow .slide
{
	width:100%;
	background-size:cover;
	background-position:center center;
	height:450px;
}

.cycle-slideshow.big .slide { height:80vh; }

.cycle-slideshow.big.home .cycle-overlay { padding:0px; }

.cycle-slideshow.big.home .slide
{
	height:auto;
	padding-top:43.73%;
	background-attachment:fixed;
	background-size:100%;
	background-position: top;
	background-repeat: no-repeat;
}

.cycle-overlay,
.cycle-pager
{ 
	position: absolute; 
	bottom: 0; 
	left:0; 
	right:0;
	z-index: 600;
	color:white;
	text-align:center;
}

.home .cycle-overlay
{
	top:0px;
	right:50%;
}

 .home .cycle-overlay h1
 {


	text-align: left;
	font-size: 5em;
	margin:0px;
	font-weight: bold;
	line-height: 1.2em;
}
 
 .home .cycle-overlay h2
 {
	
		font-weight: bold;
	
		color:white;
		font-size: 3em;
		 margin:0px;
		line-height: 1.2em;
	 
	}

 .home .cycle-overlay h3
 {
	font-size: 2.4em;
 	margin:0px;
	font-weight: bold;
 }

 .home .cycle-overlay h4
 {
	font-size: 1.9em;
 	margin:0px;
	font-weight: bold;
 }

.homebox
{
	padding: 90px  200px 0px 90px;
	text-align: left;
}

.homebox .top:first-child { padding-bottom:  10em;}

.homebox .top { padding-bottom:  3em;}

.logo-mobile { display:none; }



.tour360
{
	position: absolute; 
	display: block; 
	right: 3em;
	top: 7em;
	width: 200px;
	height: 200px;
	z-index: 600;
	background: url('../images/vtour.png') no-repeat center center;
	background-size: contain;
	transition: transform .2s; /* Animation */
}

.tour360:hover
{
	transform: scale(1.2);
}


main section, main section >div{ position:relative; }

section:nth-child(odd) table.offer tbody tr:nth-child(even), section:nth-child(even) table.offer tbody tr:nth-child(even){
	background: rgba(255,255,255,.5);
}

section:nth-child(odd) .connections >div:nth-child(even),section:nth-child(even) .connections > div:nth-child(even)
{
	background: rgba(255,255,255,.5);
}

.connections .connection
{
	background:rgb(79, 28, 39);background:rgba(79, 28, 39,.5);
}

@media only screen and (min-width : 1200px) 
{

	section .connections .connection:nth-child(4n-2),
	section .connections .connection:nth-child(4n-1)
	{
		
		background: rgba(255,255,255,.5);

	}
	
}

@media only screen and (max-width : 1200px){

	.connections .connection:nth-child(even)
	{

		background:rgba(255,255,255,.5);
	}
}

section .connections .connection > div:first-child
{
	border-color: #4c1c28;
}

.connections .arrow polygon
{
	fill:#4c1c28;
}

main section div.bglogo
{
	top:0px;
	left:0px;
	bottom:0px;
	right: 0px;
	background-size: contain;
	position:absolute;
	background-repeat:no-repeat;	
	opacity: .1;
}

main section:nth-child(even) .bglogo
{
	background-position: center left;
	
}

main section:nth-child(odd) .bglogo
{
	background-position: center right;
}

.cycle-overlay .logo
{
	position:absolute;
	top:50%;
	left:100%;
	margin-top: -200px;
	margin-left: -200px;
	width:400px;
	height: 400px;
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	pointer-events: none;
}

.cycle-overlay
{
	font-weight: 700;
	padding:1em 0px 1.5em 0px;
	text-shadow:0px 0px 10px #444;

}

.cycle-overlay { visibility:hidden; }

.cycle-pager
{
	position:absolute;
	bottom:2px;
	left:0px;
	right:0px;
	font-size:1.2em;
	letter-spacing: 6px;
	color:#cacaca;
}

.cycle-pager span
{
	cursor:pointer;
}

.cycle-pager-active
{
	color:white;
}

.cycle-overlay.animated{  visibility:visible; }

.cycle-overlay h1
{
	font-size:1.6em;
	color:white;
	font-weight:700;
	margin:0;
	text-align:center;
}

.cycle-overlay .center { padding:0px 32px; }

table.offer 
{ 
	width:100%; 
	font-size: .9em;
}

.garten table { max-width: 100%; }

.status
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:.6em;
	width:100px;
	text-align: center;
}

.info
{
	position:absolute;
	bottom:80px;
	left:30%;
	z-index:600;
	background:#2D2D2D;
	color:white;
	width:180px;
	padding:1em .5em;
	text-align:center;
	box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 1);
	font-weight:300;
	cursor:pointer;
	display:none;
}

.info.animated { display:block; }

.arrow_box:after, .arrow_box:before
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after
{
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #2D2D2D;
	border-width: 30px;
	margin-left: -30px;
}

.arrow_box:before
{
	border-color: rgba(0, 0, 0, 0);
	border-width: 36px;
	margin-left: -36px;
}

section:nth-child(even) table.offer tbody tr:nth-child(odd)
{
	background:white;
}

section:nth-child(odd) table.offer tbody tr:nth-child(odd),section:nth-child(even) table.offer tbody tr:nth-child(odd)
{
	background:rgba(224, 212, 214,.5);
}

.floor_plans{ margin-top:1.25em; margin-bottom: -1em; margin-right: -1em;}
section table.offer tbody tr:nth-child(odd).active,
section table.offer tbody tr:nth-child(even).active
{
	cursor:pointer;
}

.typo table.offer
{
	border-bottom:1px solid #f1f1f1;
}

.typo table.offer td ,.garage table td,.garage table th 
{
	padding:.2em .5em;
}

.typo table.offer thead th
{
	text-align: left;
	padding: .4em .5em;
	white-space: nowrap;
	vertical-align: bottom;
	line-height: 1.2em;
}

.typo table.offer thead th .fa,
.typo table.offer thead th[data-sort].sorting-asc .fa-sort,
.typo table.offer thead th[data-sort].sorting-desc .fa-sort
{
	display:none;
	color:#757575;
}

.typo table.offer thead th[data-sort]
{
	cursor:pointer;
}

.typo table.offer thead th[data-sort] .fa-sort,
.typo table.offer thead th[data-sort].sorting-asc .fa-sort-asc,
.typo table.offer thead th[data-sort].sorting-desc .fa-sort-desc
{
	display:inline;
}

.typo table.offer .right { text-align: right; }

.offerMobile
{
	display:none;
	font-size:.8em;
	line-height: 1.2em;
	color:#666;
}

.offerMobile span { white-space: nowrap; }

.facts table td { padding:.25em .5em; }

a
{
	color:#696969;
	text-decoration: none;
}

nav
{
	display:inline-block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
	box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 1);	
	z-index: 601;
	background: white;
	position:fixed;
	top:0px;
	bottom:0px;
	left:-280px;
	transition: all .5s ease;
	width:340px;
}

nav.visible
{
	left:60px;
}

section
{
	color:#696969;
}

div.about { background:#4c1c28; }

div.about .center
{
	padding:.5em;
	text-align:center;
}

div.about .center a
{
	color:white;
	font-size:12px;
	line-height:12px;
}

section > div.center> .title > h1
{
	color: #4f1c27;
	font-weight:bold;
	text-decoration: none;
	font-size:3em;
	margin:0px;
	margin-top:-0.33em;
	display:inline-block;
	text-transform: uppercase;
}

section > div.center> .title
{

	margin:0 0 3.6em 0;

}

section > div.center> .title .underline{
	display:block;
	border-bottom:3px solid #4c1c28;
	margin-left:-2px;
}



input,textarea
{
	width:100%;
	margin-bottom:.5em;
	border:1px solid #4c1c28;
	padding:.5em;
	font-weight: bold;
	color:#4c1c28;
	border-radius: 0px;
}

::-webkit-input-placeholder {
  color: #4c1c28;
}

:-ms-input-placeholder {
  color:#4c1c28;
}

::-moz-placeholder {
  color: #4c1c28;
  opacity: 1;
}

:-moz-placeholder {
  color: #4c1c28;
  opacity: 1;
}

.kontakt .form { width:45%; }

.kontakt h3 { margin-bottom:.2em; }

.kontakt .typo.content { width:45%; }

.typo { margin:2em 0; }

.kontakte
{
	width:50%;
	float:right;
	overflow:auto;
}

.kontakte .clip
{
	float:left;
	clear:left;
	margin:0 1em 1em 0;
	overflow:hidden;
	width:160px;
}

.kontakte .person .clip
{
	border:2px solid #4c1c28;
}

.kontakte p
{
	padding-left:181px;
	margin:0px;
}

.kontakte .clip img
{
	display:block;
	width: 100%;
}

.clip { text-align:center }

.person .clip
{
	line-height:160px;
	border-radius:100%;
	height:160px;
}

 .clip .fa
{
	font-size:3em;
	line-height:156px;
}

.company h3 { margin-top:-.2em; }

.kontakte .person.typo { margin:0px 0px 1em 0px; }
.kontakte .company.typo { margin:0px; }

.button, button
{
	background:#4c1c28;
	border:none;
	padding:.5em 1em; 
	margin:0 1em 1em 0;
	white-space: nowrap;
	display:inline-block;
	color:white;
}

.files { margin:2em 0 1em 0; }

.colored
{
	background:#434343;
	position:relative;
}

label.error
{
	color:red;
	margin-bottom: .5em;
	display:block;
}

input.error { border-color:red; }

tr.detail { display:none; }

tr.detail.visible { display:table-row; }

tr.detail .center {	padding:0; }

nav a.active,nav a:hover
{
	background-color:#4f1c27;
	color:white;
}

.cycle-overlay,section table.offer tbody tr:nth-child(odd).active,
section table.offer tbody tr:nth-child(even).active{background:rgb(79, 28, 39);background:rgba(79, 28, 39,.5);}



@media only screen 
and (max-width : 1780px)
{
	.home .cycle-overlay h1 { font-size: 3em; }
	.home .cycle-overlay h2 { font-size: 2.2em; }
	.home .cycle-overlay h3 { font-size: 1.7em; }
	.home .cycle-overlay h4 { font-size: 1.4em; }
}

@media only screen 
and (max-width : 1500px) {
	
	.home .cycle-overlay h1 { font-size: 2.7em; }
	
	.homebox{ padding-right: 175px; }

	.cycle-overlay .logo
	{
		margin-top: -175px;
		margin-left: -175px;
		width:350px;
		height: 350px;
	}
	.homebox .top:first-child { padding-bottom:  5em;}
	
	
	.tour360
	{
		width: 150px;
		height: 150px;
	}

	
}

@media only screen 
and (max-width : 1320px) {
	
	.cycle-slideshow.big .slide { background-attachment:scroll; }
	
	.cycle-slideshow.big .slide { height:500px;}
	
	header h1, section h1, .nav-toggle { font-size:2em; }
	
	.cycle-overlay h1,header h2 { font-size:22px; }
	
	.typo { font-size:1.2em; }

	.homebox
	{ 
		padding-right: 140px; 
		padding-left:2em;
		padding-top:70px;
	}
	
	.cycle-overlay .logo
	{
		margin-top: -140px;
		margin-left: -140px;
		width:280px;
		height: 280px;
	}

	
}

@media only screen 
and (max-width : 1230px) {
	.home .cycle-overlay h1 { font-size: 2.2em; }
	.home .cycle-overlay h2 { font-size: 1.9em; }
	.home .cycle-overlay h3 { font-size: 1.5em; }
	.home .cycle-overlay h4 { font-size: 1.3em; }

	.homebox { padding-right: 120px; }
	
	.cycle-overlay .logo
	{
		margin-top: -120px;
		margin-left: -120px;
		width:240px;
		height: 240px;
	}
	
	table.offer
	{
		font-size: .9em;
	}

	.homebox {padding-top:70px;}
	.homebox .top:first-child { padding-bottom:  3em;}
	.homebox .top { padding-bottom:  2em; padding-top:0px;}
	.homebox {padding-top:60px;}
}

@media only screen 
and (max-width : 1040px) {
	
	table.offer
	{
		font-size: 1em;
	}
	
	.offerMobile
	{
		display:block;
	}

	.garage
	{
		font-size: .8em;
		line-height: 1.2em;
	}

	.info.animated { display:none; }

	section:nth-child(even) .container,
	section:nth-child(odd) .container,
	.kontakte
	{
		float:none;
		margin:0px;
		width:auto;
	}
	
	.kontakt .typo,.kontakt .typo.content,
	.cycle-slide
	{
		width:100%;
	}
	
	section:FIRST-CHILD
	{
		margin-top:0px;
	}
	
	section > div.center> .title{
		margin:3.3em 0;
	}
	
	section h1:FIRST-CHILD
	{
		margin-top:0;
	}
	
	.cycle-slideshow.big .slide
	{
		height:450px;
	}
	
	.optional,.project {display:none;}
	
	.homebox { font-size: 0.8em; }
	.homebox .top:first-child { padding-bottom:  6em;}
	.homebox .top { padding-bottom: 2em; }
}

@media only screen 
and (max-width : 930px) 
{

	.homebox .top:first-child { padding-bottom:  3em;}
	
		
	.tour360
	{
		right: 1em;
		top: 2em;
		width: 60px;
		height: 60px;
	}
	
}

@media only screen 
and (max-width : 860px) 
{
	.homebox { padding:50px  120px 0px 40px; }

	.home .cycle-overlay { position: relative; }

	.cycle-overlay .homebox{ padding:10px  30px 10px 30px;	}

	.cycle-slideshow.big .slide
	{
		height: 400px;
		height:60vh;
	}

	.home .cycle-overlay .logo,.home .cycle-prev, .home .cycle-next
	{
		display:none;
	}

	
	.logo-mobile
	{
		display:block;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position:absolute;
		top:50%;
		left:50%;
 		margin-top: -120px;
		margin-left: -120px;
		width:240px;
		height: 240px;
	}
}


@media only screen 
and (max-width : 760px) 
{
	header .colored { min-width: 45px; }
	
	header  .scrolltip
	{
		font-size: 0.4em;
		height:45px;
		bottom:94px;
		text-transform: uppercase;
	}

	header  .scrolltip img{ height: 20px; }
	
	header  .scrolltip.down{ bottom:-25px; }

	nav{ left:-295px; }

	nav.visible{ left:45px; }

	main{ margin-left: 45px; }

	.nav-toggle
	{
		width:25px;
	}

	.cycle-overlay, .cycle-overlay .center h1, .cycle-pager
	{
		font-weight:400;
	}

	.cycle-overlay
	{
		padding-top:.4em;
		padding-bottom: .4em;
	}

	.cycle-pager
	{
		bottom:auto;
		top:0;
	}
	
	.logo-mobile
	 {
 		 margin-left: -75px;
		 margin-top:-75px;
		 height: 150px;
		 width: 150px;
	}
}

@media only screen 
and (max-width : 667px) {
	
	nav{  font-size: 0.7em; }

	.typo,table{ font-size: 1em; }
	
	section h1,section > div.center> .title > h1,section > div.center> .title
	{
		font-size:26px;
	}
	section > div.center> .title{
		margin:1em 0;
	}
	.cycle-overlay h1,
	header h2
	{
		font-size:18px;
	}
	
	section .center { padding:2em 1em 1em 1em; }
	
	.project{ display:none; }
	
	.cycle-slideshow .slide
	{
		height:300px;
		overflow:hidden;
	}

	.cycle-slideshow.big .slide { height:350px; }
	
	.kontakte .clip
	{
		float:none;
		margin:1em 0em;
	}
	
	.kontakte p { padding-left:0px; }

	.person h3
	{
		margin-top:.5em;
	}
	
	.cycle-overlay .homebox
	{
		padding-left:1.25em;
		padding-right:1.25em;
	}

}

@media screen and (orientation: portrait)
{
	
	header  .scrolltip
	{
		display:none;
	}
	
	header .colored
	{
		bottom:auto;
		height: 60px;
		border-radius: 30px;
		left:5vw;
		top:5vw;
		box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 1);	

	}

	nav
	{
		left:-350px;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	
	nav.visible
	{
		left:0px;
		padding-top:16vh;
	}
	
	main{ margin-left:0px; }

	section .center { padding:4em 5% 2em 5%; }

	.cycle-overlay .homebox{ padding:5vw; }
}


@media only screen 
and (max-width : 760px) and (orientation: portrait)
{
	header .colored
	{
		height: 46px;
		border-radius: 23px;
	}	
}

@media only screen 
and (max-width : 380px){
	
	.floor_plans .button{
		display:block;
	}
	
}

@media only screen 
and (max-width : 340px){
	nav
	{
		width:320px;
		left:-350px;
	}
	
}

input[name=Email_Address]{display:none !important;}