@charset "UTF-8";
/* Handcrafting since 2000 - Cascading Style Sheets by Ivan Aleksic - hello@sroown.com - www.sroown.com */
* {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 15px;
	width: 100%;
	height: 100%;
	font-weight: 300;
}
p {
	padding-bottom: 25px;
}
a {
	text-decoration: none;
}
strong {
	font-weight: 700;
}
.clear {
	clear: both;
	line-height: 0px;
}
#background {
	position: relative;
	height: 100%;
    width: 100%;
	z-index: 0;
}
#page {
	position: relative;
	z-index: 2;
}
#header {
	width: 1200px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -600px;
}
#fixednavigation {
	width: 100%;
	position: fixed;
	top: 0px;
	margin: auto;
	z-index: 99999;
	background: rgba(0,0,0, 0.9);
	padding: 25px;
	display: none;
}
.logo {
	float: left;
}
nav {
	display: block;
	float: right;
	padding-top: 40px;
}
nav a {
	font-size: 18px;
	margin-left: 50px;
	letter-spacing: -1px;
	color: #fff;
}
.fixednav {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}
.push-left {
	float: left;
}
.push-right {
	float: right;
}
#home {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.holder {
	position: absolute;
	bottom: 0;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	padding-bottom: 60px;
	color: #fff;
	z-index: 3;
}
#welcome {
	padding: 40px;
	background: rgba(0,0,0, 0.9);
	float: left;
	width: 600px;
}
#welcome p {
	padding-bottom: 0px;
}
h1 {
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
h2 {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -1px;
}
h3 {
	font-weight: 300;
	font-size: 42px;
	letter-spacing: -2px;
}
h4 {
	font-weight: 300;
	font-size: 24px;
	letter-spacing: -1px;
}
.center {
	text-align: center;
}
#company {
	background-image: url(../layout/parallax.jpg);
	padding: 0px;
	height: 70%;
	position: relative;
}
.content {
	padding: 40px;
	background: rgba(0,0,0, 0.9);
	width: 600px;
	padding-bottom: 20px;
}
.parallax {
	background-attachment: fixed;
    background-position: center top !important;
	background-repeat: no-repeat;
    background-size: cover;
}
#business {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #000;
}
#business li {
	float: left;
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}
#business li a {
	display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
	font-size: 20px;
	letter-spacing: -1px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}
#map {
	width: 100%;
	height: 60%;
}
.infowin {
	color:#000;
	width: 320px;
}
.infowin h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
footer {
	background-color: rgba(0,0,0,0.9);
	padding: 60px;
}
#copyright {
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-top: 50px;
}
#contact {
	float: left;
}
#contact p {
	padding: 3px;
	padding-left: 0px;
}
#contact p span {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}
#form {
	padding-top: 50px;
}
label {
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 12px;
}
button {
	display: block;
}
input {
	padding: 7px;
	width: 200px;
	margin-right: 20px;
	font-size: 12px;
	color: #fff;
	background: #111;
	border: 1px solid #222;
}
textarea {
	width: 91%;
	margin-bottom: 20px;
	height: 90px;
	padding: 7px;
	font-size: 12px;
	color: #fff;
	background: #111;
	border: 1px solid #222;
}
button {
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	background: #333;
	border: 1px solid #444;
	color: #fff;
}
.error {
	border-bottom: 1px solid red;
}


@media(max-width:1280px) {
	#header {
		width: 900px;
		margin-left: -450px;
	}
	.holder {
		width: 900px;
		margin-left: -450px;
	}
}
@media(max-width:991px) {
	#header {
		width: 700px;
		margin-left: -350px;
	}
	.holder {
		width: 700px;
		margin-left: -350px;
		padding-bottom: 60px;
	}
}
@media(max-width:767px) {
	#header {
		width: 480px;
		margin-left: -240px;
		top: 35px;
	}
	.logo {
		float: none;
		display: block;
		margin: auto !important;
	}
	nav {
		float: none;
		margin: auto !important;
		text-align: center;
	}
	nav a {
		margin-left: 25px;
		margin-right: 25px;		
	}
	.holder {
		padding: 0px;
		left: 0;
		margin: auto;
		width: 100%;
	}
	#welcome {
		margin: auto !important;
		width: 100%;
	}
	.content {
		width: 100%;
	}
}
@media(max-width:480px) {
	#fixednavigation {
		display: none !important;
	}
	#background {
		display: none;
	}
	#header {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;
		left: 0;
		margin: 0px;
		background: rgba(0,0,0, 0.9);
	}
	.logo {
		float: left;
		height: 40px;
		margin: 15px !important;
	}
	nav {
		float: right;
		margin-right: 10px !important;
		margin-top: -10px !important;
	}
	nav a {
		font-size: 12px;
		margin-left: 7px;
		margin-right: 5px;
		letter-spacing: normal;		
	}
	#home {
		position: relative;
		width: auto;
		height: auto;
	}
	.holder {
		position: relative !important;
		padding-top: 50px;
		clear: both;
	}
	#welcome {
		padding-top: 50px;
	}
	#company {
		position: relative;
		clear: both;
		background: none;
	}
	.content {
		position: relative;
		clear: both;
	}
	#business {
		clear: both;
		margin-top: 225px;
	}
}


#business li {
	display: table !important;
	width: 50% !important;
}
@media(min-width:767px) {
	#business li {
		width: 25% !important;
	}
}
@media(max-width:480px) {
	#business li {
		width: 100% !important;
	}
}