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

html, body, #container {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: 'Open Sans Condensed', 'Open Sans', Helvetica;
	font-size: 18px;
	line-height: 35px;
}

h1, h2, h3 {
	font-family: 'Share';
	font-weight: bolder;
}

a {
	color: #293C32;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(45, 172, 85, 0.5);
}

a:hover {
	text-decoration: underline;
}


/***  Estrutura  ***/

#container {
	height:100%;
}

.slide {
	background-attachment: fixed;
	width:100%;
	min-height:100%;
	position: relative;
	box-shadow:inset 0px -5px 5px rgba(0,0,0,0.3);
}

.wrapper {
	width:800px;
	min-height:100%;
	margin:0 auto;
	position:relative;
	padding: 50px 0 100px 0;
}

.slideno {
	position: absolute;
	top: 80px;
	right: 160px;
	font-size: 120px;
	font-weight: bold;
	text-align: right;
	color: rgba(255,255,255,0.2);
	z-index: 2;
}

.scroll:before {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: absolute;
	left: 55px;
	top: -10px;
	background: url(img/arrow.png) 0px 3px no-repeat, url(img/telado.png) center center no-repeat;
	text-align: center;
	margin: 30px 0;
	content: "";
	z-index: -10;
	opacity: 0.5;
}

.scroll {
	color: #FFF;
	position: relative;
	font-size: 16px;
	line-height: 50px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	width: 160px;
	height: 50px;
	margin: 0 auto;
	opacity: 0.6;
	text-align: center;
	z-index: 10;
	top: 20px;
}

.scroll:hover {
	opacity:0.8;
}

/***  Sidebar ***/

#oeco {
	position:fixed;
	top:20px;
	right:20px;
	z-index:1000;
	text-align:right;
	width: 100px;
	height:140px;
	background:url(img/bgoeco.png) left top no-repeat;
}

#social {
	position:fixed;
	bottom:20px;
	right:15px;
	z-index:1000;
	width: 110px;
	height:80px;
}

#social a {
	background: url(img/telado.png);
	width: 25px;
	height: 25px;
	padding: 10px;
	float:left;
	margin-right: 10px;
}

.fb {
	width:25px;
}

.tw {
	width:25px;
}

.logo {
	opacity: 1;
}

.logo:hover {
	opacity: 0.8;
}

/***  Splash Page ***/

.home #container {
	overflow:hidden;
}

.lang {
	margin: 40px auto;
	list-style: none;
	padding:0;
}

.lang li {
	float:left;
	text-align: center;
	width:265px;
	line-height: 40px;
	border-top: 1px solid #FaFaFa;
	border-right: 1px solid #FaFaFa;
}

.lang li a {
	color: #FaFaFa;
}

.lang li a:hover {
	color: #FFF;
}

.lang li:last-child {
	border-right: none;
}

/******************************
 WRAPPER 
*******************************/
article {
	text-align: justify;
	margin:25px 0;
}

article h1 {
	margin: 60px 0 20px 0;
	font-size: 40px;
	line-height: 40px;
}

article h1:before {
	content: url(img/bullet.png);
	margin: 0 25px 0 0;
	width: 50px;
	max-height: 50px;
	height: 50px;
	top: 10px;
	position: relative;
}

.wrapper h2 {
	margin: 0 0 25px 0;
	font-size: 30px;
	line-height: 30px;
	color:#505050;
}

.wrapper h3 {
	margin: 0 0 25px 0;
	font-size: 20px;
	line-height: 20px;
}

.wrapper p {
	margin-bottom: 10px;
}

blockquote {
	background: url(img/aspas.png) left top no-repeat, url(img/pixels.png) center center no-repeat;
	min-height: 130px;
	font-size: 25px;
	line-height: 40px;
	padding: 30px 0 30px 60px;
}

.fullbox, .textbox {
	width:700px;
	margin:25px 0;
	background-color: rgba(255,255,255,0.3);
	padding: 50px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.textbox {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.gallery {
	text-align: center;
	width: 810px;
	margin: 25px 0 25px -15px;
	padding: 30px 0 0 20px;
	color: #505050;
	background-color: rgba(0,0,0,0.2);
	background: url(img/telado.png);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	min-height: 240px;
}

.gallery a {
	margin: 5px 20px 25px 20px;
	padding: 0;
	height: 60px;
	display: block;
	width: 120px;
	float: left;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.gallery h3 {
	font-size: 24px;
	color: #FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	line-height: 30px;
	text-align: left;
	margin-left: 20px;
}

.video, .bigimage {
	margin-top:25px;
}

.map {
	position: relative;
	width: 100%;
}

.lead {
	width: 600px;
	text-align: left;
	margin: 50px 75px;
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 44px;
	color: #505050;
	font-weight: lighter;
	font-style: italic;
	border-bottom: rgba(111, 153, 98, 0.5) 5px solid;
	background: url(img/pixels.png) bottom center repeat-x;
}

.fullbox {
	text-align: center;
	font-size:20px;
	line-height:30px;
}

h1.title {
	padding: 0;
	text-align: center;
	font-size: 140px;
	line-height: 135px;
	z-index: 1;
	margin: 50px auto;
	color: #EFFCEF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	letter-spacing: -0.1em;
	font-weight: bolder;
}

.slide h1.title {
	font-size: 100px;
	opacity: 0.5;
}

#slide0 h1.title {
	padding: 0;
	text-align: center;
	font-size: 140px;
	line-height: 135px;
	z-index: 1;
	margin: 50px auto;
	color: #042719;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	letter-spacing: -0.1em;
	font-weight: bolder;
	opacity: 0.8;
}

h2.subtitle {
	padding: 50px 0;
	text-align: right;
	font-size: 40px;
	line-height: 40px;
	z-index: 1;
	color: #1D5710;
	text-shadow: rgba(0,0,0,0.3) 0px 0px 5px;
}

h3.subtitle {
	padding:50px 0 50px 0;
	text-align:right;
	font-size: 20px;
	z-index:1;
	text-shadow:#FFF 0px 0px 2px;
}

.legend {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin: -5px 0 10px 0;
}

/******************************
 COVER
*******************************/
#slide0{
	background-image:url(img/paisajes/10_paisaje_cover.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
	min-height: 750px;
	max-height: 100%;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	min-height: 740px;
	/*min-height: 540px;
	padding: 100px 0;*/
	background: url(img/telado.png), url(img/slide1bg.jpg) no-repeat top center;
}

#slide1 .video {
	width: 960px;
	height: 540px;
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	margin: auto;
	top: 100px;
	bottom: 100px;
	position: relative;
}

/*#video_background {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}*/

/******************************
 SLIDE 2 
*******************************/
#slide2 {
	background-color:#CBD1C5;
	padding-bottom: 80px;
}

.timeline {
	margin:30px 0 50px 0;
}

/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-image:url(img/fauna/04_fauna_cover.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slide3 .subtitle { text-align: right;}

/******************************
 SLIDE 4 
*******************************/
#slide4{
	background-color:#FFF;
}

#slide4 .textbox {
	background-color: rgba(203,209,197,0.4);
}

/******************************
 SLIDE 5 
*******************************/

#slide5 {
	background-image:url(img/via_auca/05_via_auca_full.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide5 h1.title {
	color: #042719;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
	letter-spacing: -0.1em;
	font-weight: bolder;
	opacity: 0.9;
	text-align: right;
	margin-top: 350px;
}

/******************************
 SLIDE 6
*******************************/
#slide6 {
	background-color:#CBD1C5;	
}

/******************************
 SLIDE 7
*******************************/
#slide7 {
	background-image: url(img/telado.png), url(img/waorani/yasuni_01_full.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide7 .fullbox, #slide7 .boxtext {
	background-color: rgba(203,209,197,0.4);
}

#slide7 h1.title {
	text-align: right;
	margin-top: 300px;
}

#slide7 .gallery {
	text-align: center;
	width: 810px;
	margin: 25px 0 25px -15px;
	padding: 60px 0 0 20px;
	background-color: rgba(0,0,0,0.5);
	background: url(img/telado.png);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	height: 280px;
}

.gradient {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width:100%;
	height:100%;
}

/******************************
 SLIDE 8 
*******************************/
#slide8 {
	background-color:#CBD1C5;
}

/******************************
 SLIDE 9 
*******************************/

#slide9 {
	background-image:url(img/paisajes/yasuni_aerea.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/******************************
 SLIDE 11 
*******************************/

#slide11 {
	background-image:url(img/via_auca/10_via_auca_cover.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/******************************
 SLIDE 12 
*******************************/

#slide12 .textbox {
	background-color:#CBD1C5;
}

/******************************
 SLIDE 13 
*******************************/

#slide13 {
	height:auto;
	background: url(img/pixels.png) repeat-x top center;
}

.gradient2 {
	background: -moz-linear-gradient(top, rgba(166,175,151,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,175,151,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(166,175,151,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(166,175,151,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(166,175,151,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(166,175,151,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6af97', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#creditos p {
	margin-bottom: 12px;
	line-height: 15px;
}

#creditos p span {
	font-size: 12px;
	color: #0F8B4B;
}

.logoeco {
	width: 450px;
	text-align: center;
}

.bluemoon {
	width: 150px;
	height: 250px;
	margin: 0;
	float: left;
}

.boticario {
	float: left;
	width: 300px;
	height: 250px;
}

.infoamazonia {
	float: left;
	width: 520px;
	height: 140px;
	margin: 20px 0;
}

.fancybox-skin {
	background: #000000;
	color: #DADADA;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.fancybox-nav span {
	width: 50px;
	height: 50px;
	margin-top: -25px;
}

.fancybox-prev span, .fancybox-next span {
	background-image: url('img/arrows.png');
}

.fancybox-prev span {
	background-position: center left;
}

.fancybox-next span {
	background-position: center right;
}

.fancybox-title {
	font-family: 'Open Sans Condensed', 'Open Sans', Helvetica;
	font-size:13px;
}
