
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	/*
	min-width: 1000px;
	*/
	background-color: #EEE;
	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:link,
a:visited {
	font-weight:bold;
	color: #EEE;
	text-decoration: none;
}





section {
	position:relative;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 40%;
	
	box-shadow: 0 0 8px #555;
	
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}

section .vertical {
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	background: linear-gradient(to top, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 75%);
}

section#main {
	background-image: url(../images/header.jpg);
}

section#main .vertical {
	vertical-align: middle;
}

section#sec1 {
	background-image: url(../images/sec1.jpg);
}

section#sec2{
	background-image: url(../images/sec2.jpg);
}

section#sec3{
	background-image: url(../images/sec3.jpg);
}

section#sec4{
	background-image: url(../images/sec4.jpg);
}

section .vertical .background {
	padding: 500px 0 135px;
}

section .heading,
section .content {
	display: table-cell;
	padding: 0 50px;
	vertical-align: bottom;
}

section .heading {
	width: 40%;
}

section .content {
	width: 70%;
	padding-right: 10%;
}

section h1 {
	margin-top:0;
	margin-bottom:0;
	text-align:right;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 64px;
	color: white;
}

section p {
	font-size:14px;
	color: #EEE;
	text-align:justify;
	line-height: 22px;
	margin-bottom:8px;
}



.down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -25px;
}




header {
	position:relative;
	display: table;	
	width: 80%;
	max-width: 1200px;	
	margin: auto;
	padding: 150px 0;
}

header .vertical {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

header#head1 {
	background: url(../images/icon_sw.png) left center no-repeat;
	padding-left: 250px;
}	

header#head2 {
	background: url(../images/icon_ghost.png) left center no-repeat;
	padding-left: 250px;
}	

header#head2 .vertical div {
	display: table-cell;
	padding: 0 25px;
}

header#head2 p {
	margin-bottom: 0;
}

header#head2 a.readmore {
	float:right;
	font-size: 12px;
	color: #999;
	font-weight:normal;
	transition: all .5s;
}

header#head2 a.readmore:hover {
	text-shadow: 0 0 2px #888;
}

header#head3 {
	background: url(../images/icon_pixx.png) left center no-repeat;
	padding-left: 250px;
	text-align:center;
}	

header#head3 .vertical {
	padding: 0 10px;
}	

header#head3 .circle {
	position: relative;
	display: block;
	width: 125px;
	height: 125px;
	box-shadow: 0 0 10px #444;
	border-radius: 150px;
	
	margin: auto;
	
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	
	transition: all .5s;
}

header#head3 .circle:hover {	
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

header#head4 {
	background: url(../images/icon_connect.png) left center no-repeat;
	padding-left: 250px;
}	

header#head4 .vertical {
	text-align:center;
}	

header h3 {
	text-align:left;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	color: #777;
}

header p {
	font-size:14px;
	color: #999;
	text-align:justify;
	line-height: 20px;
}

header a:link {
	color: #999;
}



footer {
	display: table;	
	width: 80%;
	max-width: 1200px;	
	margin: auto;
	background: url(../images/icon_location.png) left center no-repeat;
	padding: 150px 0 150px 200px;
}

footer .vertical {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
}

footer .vertical div {
	width: 50%;
	display: table-cell;
	text-align: left;
	padding: 0 50px;
	vertical-align: middle;
}

footer h4 {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #777;
}

footer p {
	font-size:14px;
	color: #999;
	line-height: 20px;
}

footer a:link,
footer a:visited {
	color: #999;
	font-weight: normal;
}

footer form input,
footer form textarea {
	width: 250px;
	margin: 0 0 10px;
	padding: 5px;
	
	background: #AAA;
	border: 1px solid #CCC;
	border-radius: 3px;
	
	color: #EEE;
}

footer form input.submit {
	width: auto;
	float: right;
	border: none;
	padding: 0;
	background: none;
}

.footnote {
	font-size: 12px;
	color: #999;
}




@media all and (max-width: 1200px) {

	section .heading,
	section .content {
		display: block;
		width: auto;
		padding: 0 50px;
	}

	header#head1,
	header#head2,
	header#head3,
	header#head4,
	footer {
		padding-left: 0;
		padding-top: 225px;
		padding-bottom: 50px;
		background-position: center 50px;
		text-align: center;
	}

	header#head3,
	header#head4 {
		padding-top: 300px;
		padding-bottom: 75px;
	}

	header#head2 .vertical div,
	header#head3 .vertical,
	header#head4 .vertical,
	footer .vertical div {
		display: inline;
	}

	footer h4,
	footer p {
		text-align: center;
	}
}
