
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
	body {
	background: #fbfbfb;
	overflow-x: hidden;
	height: 7000px;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}
	
	@media (min-width:576px) {
body {
	background: #fbfbfb;
	overflow-x: hidden;
	height: 5500px;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}
}
h1 {
	color: #f68e01;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#f68e01;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}
p {
	font-size: 16px;
margin:0.5em 0;
}
@media (min-width:576px) {
  p {
    font-size: 16px;
margin:0.5em 0;
  }
	}
	
/* Tooltip
***************************************	*/ 
	.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-family: Arial;
  top: 6858px;
  left: 132px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 25%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: Arial;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Tooltip Desktop
***************************************	*/ 

@media (min-width:576px) {
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-family: Arial;
  top: 5320px;
  left: 120px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 25%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: Arial;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

}




/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 25px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		}

@media (min-width:576px) {
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 35px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		}
}
/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Parallax
*****************************************************************/
/* contenido mobile */
#content {
	z-index: 4;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
		width: 300px;
		}
		#manned-flight,
		#frameless-parachute,
		#english-channel,
		#draft,
		#sacrificio,
		#embajador,
		#about {
			padding-top: 105px;
			}
		#manned-flight {
			position: absolute;
			top: 287px;
			}
		#frameless-parachute {
			position: absolute;
			top: 1575px;
			}
		#english-channel {
			position: absolute;
			top: 2370px;
			}
		#draft {
			position: absolute;
			top: 3173px;
			}
		#sacrificio {
			position: absolute;
			top: 4272px;
			}
		#embajador {
			position: absolute;
			top: 5183px;
			}
		#content h1 {
			margin: 0 0 25px 0;
			font-size: 35px;
			font-family: Georgia, serif;
			font-weight: normal;
			line-height: 32px;
			}
		#about {
			position: absolute;
			top: 5695px;
			}


@media (min-width:576px) {
 /* contenido */
#content {
	z-index: 4;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
		width: 300px;
		}
		#manned-flight,
		#frameless-parachute,
		#english-channel,
		#draft,
		#sacrificio,
		#embajador,
		#about {
			padding-top: 105px;
			}
		#manned-flight {
			position: absolute;
			top: -22px;
			}
		#frameless-parachute {
			position: absolute;
			top: 900px;
			}
		#english-channel {
			position: absolute;
			top: 1600px;
			}
		#draft {
			position: absolute;
			top: 2400px;
			}
		#sacrificio {
			position: absolute;
			top: 3200px;
			}
		#embajador {
			position: absolute;
			top: 3980px;
			}
		#content h1 {
			margin: 0 0 25px 0;
			font-size: 35px;
			font-family: Georgia, serif;
			font-weight: normal;
			line-height: 32px;
			}
		#about {
			position: absolute;
			top: 4800px;
			}
}

/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	/* imagenes para mobile */
	#bg3-1 {
		position: absolute;
		top: 37px;
		left: 320px;
		width: 529px;
		height: 757px;
		z-index: -1;
		
		}
	#bg3-2 {
		position: absolute;
		top: 1620px;
		left: 276px;
		width: 320px;
		height: 365px;
		}
    #bg3-3 {
		position: absolute;
		top: 3705px;
		left: 240px;
		width: 446px;
		height: 380px;
		}
	#bg3-4 {
		position: absolute;
		visibility: hidden;
		top: 3642px;
		left: 300px;
		}
	#bg3-5 {
		position: absolute;
		top: 2600px;
		left: -85px;
		}
	#bg3-6 {
		position: absolute;
		top: 572px;
		left: 320px;
		}
	#bg3-7 {
		position: absolute;
		visibility: visible;
		top: 4792px;
		left: 298px;
		width: 320px;
		height: 570px;
		}
	#logo {
		position: absolute;
		top: 12px;
		left: 1px;
		}
	#logoIB
		 {
		position: absolute;
		visibility: visible;
		top: 50px;
		left: 7px;
		opacity: 0.5;
		z-index: 5;
		}
/* imagenes -  estos son los estilos para pantallas mas grandes que 576px o sea desktop */
@media (min-width:576px) {
	#bg3-1 {
		position: absolute;
		top: 70px;
		left: 300px;
		width: 529px;
		height: 757px;
		}
	#bg3-2 {
		position: absolute;
		top: 1350px;
		left: 320px;
		}
    #bg3-3 {
		position: absolute;
		top: 3100px;
		left: 320px;
		}
	#bg3-4 {
		position: absolute;
		visibility: visible;
		top: 3642px;
		left: 300px;
		}
	#bg3-5 {
		position: absolute;
		top: 2600px;
		left: -85px;
		}
	#bg3-6 {
		position: absolute;
		top: 350px;
		left: 15px;
		}
	#bg3-7 {
		position: absolute;
		visibility: hidden;
		top: 4075px;
		left: 288px;
		width: 337px;
		height: 600px;
		}
	#logo {
		position: absolute;
		visibility: hidden;
		top: 5px;
		left: 7px;
		}
		
		#logoIB
		 {
		position: absolute;
		visibility: visible;
		top: 9px;
		left: 7px;
		}
}


/* +++ IFRAMES para mobile +++ */
	
	.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
top: 980px;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
}
	
	.grafico {
		position: absolute;
		top: 1990px;
		left: 11px;
				}
	
		
	.FLOURISH {
		position: absolute;
		top: 930px;
		left: 298px;
		width: "80%";
		height: 80px;
		}
		
/* +++ IFRAMES +++ -  estos son los estilos para pantallas mas grandes que 576px o sea desktop */
@media (min-width:576px) {
	
		.video-container {
position: relative;
padding-bottom: 10%;
padding-top: 30px; height: 0; overflow: hidden;
top: 750px;
left: -101px;
width: 579px;
height: 300px;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
}
	
	.grafico{
		position: absolute;
		top: 1750px;
		left: -101px;
		width: 529px;
		height: 757px;
		}
   
	.FLOURISH {
		position: absolute;
		top: 800px;
		left: 450px;
		width: 529px;
		height: 757px;
		}
   }

	
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg2-1 {
		position: absolute;
		top: 162px;
		left: 200px;
		}
	#bg2-2 {
		position: absolute;
		top: 300px;
		left: 1150px;
		}
	#bg2-3 {
		position: absolute;
		top: 543px;
		left: -35px;
		}
	#bg2-4 {
		position: absolute;
		top: 1180px;
		left: 250px;
		}
	#bg2-5 {
		position: absolute;
		top: 900px;
		left: 890px;
		}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		top: 85px;
		left: -270px;
		}
	#bg1-2 {
		position: absolute;
		top: 440px;
		left: 795px;
		}
	#bg1-3 {
		position: absolute;
		top: 900px;
		left: -220px;
		}
	#bg1-4 {
		position: absolute;
		top: 1020px;
		left: 450px;
		}
