/*
CSS for the demo: Recreating the Nikebetterworld.com Parallax Demo
Demo: Recreating the Nikebetterworld.com Parallax Demo
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Demo URL: http://www.ianlunn.co.uk/demos/recreate-nikebetterworld-parallax/
Tutorial URL: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-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/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/

#pixels{position:fixed; top:0; left:50%; color:#F00; font-size:12px;}


@font-face {
    font-family: 'NothingYouCouldDo';
    src: url('fonts/nothingyoucoulddo-webfont.eot');
    src: url('fonts/nothingyoucoulddo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nothingyoucoulddo-webfont.woff') format('woff'),
         url('fonts/nothingyoucoulddo-webfont.ttf') format('truetype'),
         url('fonts/nothingyoucoulddo-webfont.svg#NothingYouCouldDoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'DroidSerif';
	src: url('fonts/DroidSerif-Regular.eot');
	src: local('?'), url('fonts/DroidSerif-Regular.woff') format('woff'), url('fonts/DroidSerif-Regular.ttf') format('truetype'), url('fonts/DroidSerif-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DroidSerif-Italic';
	src: url('fonts/DroidSerif-Italic.eot');
	src: local('?'), url('fonts/DroidSerif-Italic.woff') format('woff'), url('fonts/DroidSerif-Italic.ttf') format('truetype'), url('fonts/DroidSerif-Italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'DroidSerif-Bold';
	src: url('fonts/DroidSerif-Italic.eot');
	src: local('?'), url('fonts/DroidSerif-Bold.woff') format('woff'), url('fonts/DroidSerif-Bold.ttf') format('truetype'), url('fonts/DroidSerif-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'DroidSerif-BoldItalic';
	src: url('fonts/DroidSerif-BoldItalic.eot');
	src: local('?'), url('fonts/DroidSerif-BoldItalic.woff') format('woff'), url('fonts/DroidSerif-BoldItalic.ttf') format('truetype'), url('fonts/DroidSerif-BoldItalic.svg') format('svg');
	font-style: italic;
	font-weight: bold;
	
}


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

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	background-color:black;color: white;
}

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:"NothingYouCouldDo", Verdana, serif;
font-weight:normal;
color:white;
font-size:48px;
}

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

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

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

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

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

#nav li{
	margin: 0 0 15px 0;	
}
#nav a{
	display:block;
	width:11px;
	height:11px;
	background:url(images/dots.png) top left no-repeat;	
}
#nav li.intro a{background:url(images/dots_red.png) top left no-repeat;}
#nav a:hover,#nav li.intro a:hover{
	background-position:bottom left;	
}

#nav a.selected,#nav li.intro a.selected{
	background-position:bottom left;	
}

#mainMenu{
	font-size:48px;
	list-style: none;
	}

#mainMenu li{
	font-family: 'DroidSerif-Italic', serif;
	}
	
#mainMenu li strong{
	font-family: 'DroidSerif-BoldItalic', serif;
	}
#mainMenu li.regular{
	font-family: 'DroidSerif', serif !important;
	}
	
#mainMenu li.regular strong{
	font-family: 'DroidSerif-Bold', serif;
	}
	
#mainMenu a{
	color:white;
	text-decoration:none;
	}
	
#mainMenu a.grey{color:#c0c0c0}

#mainMenu a:hover,#mainMenu a.grey:hover{
	color:#6b2929;}

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

#header{
	background:url(images/bg_title.png) repeat;
	height: 90px;
	width:318px;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	padding-left:42px;
}

#intro{
	background:url(images/HOME.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}
.story h2{font-family:'DroidSerif-Italic', serif;font-size:48px; font-weight:normal; padding:0 0 0 37px; margin: 0 0 20px 0;}
.story h3{font-family:'DroidSerif-Italic', serif;font-size:30px; font-weight:normal; padding:0 0 0 37px; margin: 0 0 15px 0;}
.story p{font-family:'DroidSerif', serif; font-size:16px; padding:0 0 0 37px;}
.story p em{font-family:'DroidSerif-Italic', serif; font-size:16px;}
.story p strong{font-family:'DroidSerif-Bold', serif; font-size:16px;}
.background {background:url(images/bg_paragraph.png) repeat;}

.story p.quote{font-size:13px; padding:15px 0 0 30px; margin-left:7px; background:url(images/quote-up.png) top left no-repeat; color:#ccc;}
.story p.quote span{display:inline-block; padding:0 29px 12px 0; background:url(images/quote-down.png) bottom right no-repeat; width:243px; text-align:right;font-family:'DroidSerif-BoldItalic', serif;}


#intro .story .float-left{margin-top:90px !important;}

#second{
	background: url(images/landscape.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}

#third{
	background: url(images/digital.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}

#fourth{
	background: url(images/travel.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}

#fifth{
	background: url(images/change.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}
#sixth{
	background: url(images/women.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}

#seventh{
	background: url(images/old_taste.jpg) 50% 0 no-repeat fixed;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}

#eighth{
	background: url(images/keep_in_touch.jpg) bottom right no-repeat fixed;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}

.story{
	margin: 0 auto;
	min-width: 980px !important;
	max-width: 2300px;
}

.story .float-left, .story .float-right{
	padding: 30px 30px 30px 0;
	margin-top:150px;
	position: relative;
	width: 353px;	
}
.story .float-right{
	margin-right:50px;
}
.story .wide{width:470px !important;}
.story a{color:white;}

.contacts {
	font-family:'DroidSerif';
	font-size:20px;
	list-style-type:none;
	}

.contacts a{
	text-decoration:none;
	}
	
.contacts a:hover{color:#6b2929}

.contacts li.scoopit{background:url(images/scoopit.png) top left no-repeat;
height:20px;
margin-bottom:5px;
padding-left:35px;}


/* Easy Slider */
.slider{margin-bottom:10px !important;}
	.slider ul, .slider li{
		margin:0;
		padding:0;
		list-style:none;
		width:335px;
		overflow:hidden;
		}
	.slider li a{color:white;}

	#sliderWomen li{height:170px;}
	#sliderOldTaste li{height:200px;}
	#sliderDigital li{height:310px;}
	#sliderTravel li{height:180px;}
	#sliderChange li{height:225px;}
		 
	#prevBtn{display:none;}
	#nextWomen, #nextDigital, #nextChange, #nextTravel,#nextOldTaste{
		margin-left:142px;
		}
	#nextWomen a,#nextOldTaste a, #nextDigital a, #nextChange a, #nextTravel a{
		height:30px;
		width:88px;
		background-color:#6b2929;
		border:solid 1px white;
		font-size:20px;
		font-style:italic;
		display:inline-block;
		text-decoration:none;
		color:white;
		text-align:center;
		padding-top:9px;
		}
		
	.seaworld{position:absolute; background-position:top left; background-repeat:no-repeat; z-index:10;}	
		
#bg1{background-image:url(images/conchiglia2.png);
height:92px;
width:110px;
top:2400px;
left:8%;}
#bg2{background-image:url(images/pescetto.png);
height:70px;
width:173px;
top:3630px;
right:7%;}
#bg3{background-image:url(images/conchiglia.png);
height:97px;
width:110px;
top:7200px;
right:20%;}
#bg4{background-image:url(images/sardina.png);
height:70px;
width:226px;
top:8500px;
left:10%;}
#bg5{background-image:url(images/ippocampo.png);
height:168px;
width:75px;
top:9000px;
left:15%;}