/*
Demo: Despiration Tutorial Parallax Demo
Author: Elias Ghosn - Despiration.com
Author URL: http://www.despiration.com/
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 Despiration.com simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.despiration.com/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/

@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	min-width: 980px;
	padding: 0;
}
p {
	margin: 0 0 20px 0;
	line-height:24px;
}
 h3 {
	font-family:'capriola', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

p, ul {
	font-family:'capriola', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
}

img {
	border: 0;
}
h1, #pixels {
	font-family: 'capriola', arial, serif;
	font-size-adjust:0.40;
}
h2 {
	font-size-adjust:0.531;
	font-family:'lobster';
	font-size: 3em;
	font-weight:500;
	margin: 0 0 10px 0;
}
#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;
	text-align: center;
}
#header, #intro, #second {
	width: 100%;
}
#header {
	background: white;
	height: 100px;
}
#intro {
	background:url(../images/night_sky_background.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1000px;
	margin: 0;
	padding: 0;
}
#intro .bg1 {
	background: url(../images/logo_background.png) 50% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}
#intro .bg2 {
	background: url(../images/nebula_background.png) 60% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
#intro .bg3 {
	background: url(../images/shooting_stars_background.png) 70% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 300;
}
#intro .bg4 {
	background: url(../images/tree_left_background.png) 70% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 600;
}
#intro .bg5 {
	background: url(../images/tree_right_background.png) 70% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 600;
}
#intro .bg6 {
	background: url(../images/intro_bottom_background.png) 70% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 500;
}
#intro .bg7 {
	background: url(../images/intro_foreground_bottom.png) 70% 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 500;
}
#second {
	background: url(../images/background_yellow.jpg) 50% 0 repeat fixed;
	color: white;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
   padding-bottom:50px;
}
#second .bg2 {
	background: url(../images/download5.png) 50% 0 no-repeat fixed;
	height: 2000px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}
.goggle_view {
	background: url(../images/hitech_goggle_view.png) 50% 0 no-repeat fixed;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}
.goggle_side {
	background: url(../images/download1.png) 50% 0 no-repeat fixed;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}
#fifth {
	background: #6699CC;
	background-image:url(/images/abstract-blue-2.jpg);
	background-position:center top;
	margin: 0 auto;
	padding: 40px 0 0 0;
	overflow:visible;
}
.story {
	margin: 0 auto;
	min-width: 980px;
	width: 100%;
	display:block;
	
}
.story .float-left, .story .float-right {
	position: relative;
	width: 750px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* BOTTOM DEMO SHARE LINKS */

@charset "utf-8";
/* CSS Document */

#demo-details a {
	color: white;
}
#demo-details a:hover {
	text-decoration: none;
}
#demo-details {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 700;
	color: white;
	font-size: 1.2em;
	padding: 20px 0 15px 10px;
	overflow: auto;
}
#share {
	float: right;
	list-style: none;
	margin: 0 40px 0 0;
	text-align: right;
	width: 40%;
	z-index: 700;
}
.facebook {
	padding: 5px 0 0 0;
}
.twitter {
	padding: 6px 0 0 0;
}
#share li {
	vertical-align: top;
}
#demo-details li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.medium {
	line-height: 1.4em;
	margin: 20px;
	width: 600px;
}
.bottom {
	bottom: 0;
}
.top {
	top: 0;
}
#demo-links {
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 3px 0 0 20px;
	width: 40%;
	z-index: 800;
}
#demo-links ul {
	margin: 0;
	padding: 0;
	z-index: 800;
}

.titulo{
	font-family: 'Dancing Script';
}

.texto{
	font-family:'capriola', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	
}

.link_fw2 a{
	color:#333;
	text-decoration:none;
}

.link_fw2 a:hover{
	color:#FF0;
	text-decoration:none;
}

.sombra{

}
