/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	background: #273247;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header{ height: 65px; background: #263246; position: relative;}
#header .logo{ top: 19px; margin: 0 auto; width: 218px; height:26px; background: url(../images/concept1/logo.png) no-repeat; display: block; text-indent:-9999px; position: relative;}
#header .sns{float:right; display:inline; position: relative; position: absolute; right: 20px; top:0; line-height: 30px;}
#header .sns li{float:left; display:inline; margin-right: 20px; font-size: 20px;}
#header .sns a{color: #fff;}


#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{
	background:url(./img/section1_bg.jpg?123) 50% 0 no-repeat fixed;
	color: white;
	height: 469px;
	margin: 0 auto;
	padding: 0;
}
#intro h1{text-align: center; position: relative; margin-top:150px; z-index: 99; margin-bottom: 50px;}
#intro .anchor{text-align: center; }
#intro .anchor img{width: 40px;}


#second{
	background: url(./img/section2_bg.jpg) 50% 0 repeat fixed;
	color: white;
	height: 687px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#second .text{text-align: center; position: relative; margin-top:70px; z-index: 99;}

.inner{
	padding: 400px 0 0 0;
	position: relative;
	width: 950px;	
}
#third{
	position: relative;
	background: url(./img/section3_bg.jpg?123) 50% 0 no-repeat fixed;
	color: white;
	height: 666px;
	padding: 0px 0 0 0;	
}


#fourth{
	background: url(./img/section4_bg.jpg) 50% 0 repeat fixed;
	color: white;
	height: 762px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#fourth .text{text-align: center; position: relative; margin-top:70px; z-index: 99;}



#fifth{ background: #eee; background: url(./img/section5_bg.jpg?123) repeat; position: relative; height: 711px;}
#fifth .title{text-align: center; position: relative; margin-top:100px;}


.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;

}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}

#footer{height: 100px; line-height: 100px; background: #263246; }
#footer .copyright{text-align: center; color: #ddd; }


