*{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

html, body{
	background: #AAA;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[unselectable="on"]{
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.central{
	max-width: 1000px;
	margin: 0px auto;
}

#footer, #bizeco{
	display: block;
	background: #333;
	color: white;
	line-height: 40px;
	text-align: center;
	font-size: 9pt;
	z-index: 1;
}


#over_shadow{
	display: none;
}

#nav_bar{
	position: fixed;
	top: 0px; left: 0px; right: 0px;
	height: 80px;
	overflow: visible;
	background: linear-gradient(90deg,#444 200px,#f2682a 200px);
	z-index: 5;
}

#logo{
	height: 80px;
}

#nav_menu_button{
	position: fixed;
	top: 0px; right: 0px;
	text-align: center;
	width: 80px;
	line-height: 80px;
	color: #333;
	font-size: 40px;
}

#content{
	padding-top: 80px;
}

#carousel_outer{
	background: #333;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	max-height: 70vh;
}

#carousel_inner{
	white-space: nowrap;
	position: relative;
	left: 0px;
	transition: left 360ms cubic-bezier(.57,.01,.5,1);
	font-size: 0;
	width: auto;
}

.carousel_slide{
	display: inline-block;
	position: relative;
}

.carousel_slide > img{
	filter: grayscale(100%);
	width: 100vw;
	max-width: 1000px;
	transition: all 360ms cubic-bezier(.57,.01,.5,1);
	opacity: 0.3;
}

.carousel_slide.active > img{
	filter: none;
	opacity: 1;
	z-index: 1;
}

.nav_item_container{
	position: absolute;
	box-sizing: border-box;
	top: 0px; left: 0px; right: 0px;
	height: 80px;
	padding-top: 80px;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
}

.nav_item_container.active{
	height: auto;
}

.nav_item{
	display: block; 
	padding: 0 24pt;
	text-align: right;
	line-height: 80px;
	color: white;
	font-size: 14pt;
	background: #333;
}

.nav_item:hover,.nav_item:active,.nav_item.active{
	background: #F63;
	color: #222;
}



.band{
	display: block;
	background: white;
}

.band.title{
	background: #f2682a;
	color: #333;
}


.band.text{
	background: white; 
	color: #111; 
	padding-bottom: 41pt;
}

.band > *{
	max-width: 1000px;
	margin: 0px auto;
	box-sizing: border-box;
}

.band > h1{
	line-height: 80px;
	padding: 0 41pt;
	font-size: 24pt;
	letter-spacing: 0.8pt;
}

.band > p{
	padding: 41pt 41pt 0pt 41pt;
	line-height: 140%;
	font-size: 14pt;
	font-weight: 100;
	letter-spacing: 0.2pt;
}

.band.big > p{
	font-size: 17pt;
}

.band > img{
	display: block;
	width: calc(100vw - 60px);
	max-width: 900px;
	margin: 12pt auto;
	border-radius: 2pt;
	box-shadow: 0 2px 4px rgba(0,0,0,0.6), 0 2px 12px rgba(0,0,0,0.3);
}

.parallax{
	height: 250px;
	min-height: 340px;
	max-height: 500px;
	overflow: hidden;
	position: relative;
}

.parallax > img{
	min-width: 100%;
	min-height: 1200px;
	margin: 0px auto;
	position: absolute;
	bottom: 0px;
	filter: grayscale(100%);
}

iframe{
	display: block;
	border:0; 
	width: 100%; 
	max-width: 1000px; 
	margin: 0px auto; 
	height: 450px;
}

.services{
	width: 100%;
	background: #EEE;
}

.services > div{
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	padding: 24pt;
	margin: 0px auto;
}

.services > div:after {
  content: "";
  display: table;
  clear: both;
}

.service_column{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
	
.service_wrapper{
	position: relative;
	overflow: visible;
}

.service{
	position: relative;
	top: 0px;
	margin-bottom: 24pt;
	border-radius: 3pt; 
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.4), 0px 2px 12px 0 rgba(0,0,0,0.3), 0px 2px 26px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	background: white;
}

.service > div:first-child{
	width: 100%;
	height: 220pt;
	background-size: cover;
	background-position: center;
	border-bottom: 1pt solid rgba(0,0,0,0.3);
}

.service > div:last-child{
	width: calc(100% - 101pt);
	padding: 16pt;
}

.service h3{
	color: #f2682a;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 4pt;
}

.service b{
	display: block;
}
.service ul{
	padding-left: 22pt;
}

.contact{
	margin: 0px auto;
	table-layout: fixed;
	border-spacing: 10px; 
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	font-size: 13pt;
	color: white;
}

.contact td:first-child{
	display: none;
}

.contact td:first-child > div{
	width: 140pt;
	height: 140pt;
	background-image: url('img/location.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2pt;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.4), 0px 2px 12px 0 rgba(0,0,0,0.2);
}

.contact td:last-child{
	width: calc(1000px - 140pt);
	padding-left: 16pt;
}

.contact td > *{
	padding: 8pt;
}

.contact h3{
	color: #f2682a;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
}

.contact a{
	display: block;
	font-size: 22pt;
	color: white;
}
.contact ul{
	padding-left: 22pt;
	font-size: 16pt;
	list-style-type: none;
}
.contact li{
	padding-bottom: 18pt;
}

#kiwi_owned{
	text-align: center; 
	padding: 60pt 0pt 100pt 0pt;
	font-size: 8pt;
}

#kiwi_owned > img{
	width: 140px;
	padding: 0px;
}
 
@media screen and (min-width: 1000px) {	
	#over_shadow{
		display: block;
		position: fixed;
		top: 0px; bottom: 0px; right: 0px; left: 0px;
		z-index: 10;
		pointer-events: none;
		/*background: linear-gradient(
			90deg,
			rgba(0,0,0,0.2) 0%,
			rgba(0,0,0,0.25) calc(50% - 550px),
			rgba(0,0,0,0.3) calc(50% - 510px),
			rgba(0,0,0,0.4) calc(50% - 500px),
			rgba(0,0,0,0) calc(50% - 500px),
			rgba(0,0,0,0) calc(50% + 500px),
			rgba(0,0,0,0.4) calc(50% + 500px),
			rgba(0,0,0,0.3) calc(50% + 510px),
			rgba(0,0,0,0.25) calc(50% + 550px),
			rgba(0,0,0,0.2) 100%
		);*/
	}

	#over_shadow > div{
		height: 100%;
		width: 100vw;
		max-width: 1000px;
		margin: 0px auto;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.6), 0 0 40px 0 rgba(0,0,0,0.25), 0 0 0 50vw rgba(0,0,0,0.3);
	}
	
	#nav_bar{
		/*overflow: hidden;*/
		background: linear-gradient(90deg,#444 50%,#f2682a 50%);
	}
	
	#nav_bar > .central{
		background: linear-gradient(90deg,#444 200px,#f2682a 200px);
	}
	
	#nav_menu_button{
		display: none;
	}
	
	#footer{
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 40px;
		background: #333;
		color: white;
		line-height: 40px;
		text-align: center;
		font-size: 9pt;
		z-index: 1;
		text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	}

	#bizeco{
		position: fixed;
		bottom: 0px;
		right: 40px;
		color: white;
		background: #333;
		line-height: 40px;
		text-align: center;
		font-size: 9pt;
		z-index: 2;
	}
	
	.nav_item_container{
		position: relative;
		top: 0px; left: 0px; right: 0px;
		background: none;
		opacity: 1;
		float: right;
		height: 80px;
		padding: 16px;
		vertical-align: center;
		cursor: normal;
	}

	.nav_item{
		display: inline-block;
		position: relative;
		line-height: 16px;
		font-size: 13pt;
		font-weight: 600;
		text-transform: uppercase;
		color: #333;
		padding: 16px;
		margin-left: 12pt;
		border-radius: 3pt;
		cursor: pointer;
		background: none;
		z-index: 0;
	}

	.nav_item:before,.nav_item:after{
		content: "";
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		border-radius: 3pt;
		transition: opacity 120ms;
		opacity: 0;
		z-index: 1;
	}
	.nav_item:before{
		border: 1px inset rgba(120,120,120,0.2);
		box-shadow: inset 0px 1px 8px 0 rgba(0,0,0,0.4), inset 0px 1px 16px 0 rgba(0,0,0,0.2);
		background: rgba(0,0,0,0.1);
	}

	.nav_item:after{
		border: 1px outset rgba(120,120,120,0.2);
		box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.6), 0px 2px 12px 0 rgba(0,0,0,0.2);
		background: rgba(255,255,255,0.1);
	}

	.nav_item:hover:before  {opacity: 0;}
	.nav_item:hover:after  {opacity: 1;}
	.nav_item:active:before{opacity: 1; transition-delay: 30ms;}
	.nav_item:active:after{opacity: 0; }

	.service_column{
		width: 50%;
		display: inline-block;
		box-sizing: border-box;
	}

	.service_column:first-child{float: left; padding-right: 12pt;}
	.service_column:last-child{float: right; padding-left: 12pt; padding-top: 52pt;}
	
	
	.contact td:first-child{
		display: table-cell;
	}
	/*.service{
		opacity: 0;
		transition: all 320ms;
		box-shadow: none;
		border: 1px solid rgba(0,0,0,0.3);
	}
	
	.service[state="up"]{top: -100pt;}
	.service[state="down"]{top: 100pt;}
	.service[state="active"]{opacity: 1;}*/
}