@charset "UTF-8";


body{
	background-image: url(images/bkg_trans.jpg);
	}
#wrapper_all {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
/*area1style*/
#header{
	height: 30px;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	z-index: 9999;
	font-family: "museo-sans", sans-serif;
	box-shadow: 3px 0px 5px rgba(0,0,0,0.2);
	padding-left: 20px;
}

#header p {
	margin: 0px;
	font-family: "museo-sans", sans-serif;
	color: #000;
	padding-top: 5px;
}


/*area2style*/	
#mapWrapper {
	width: 40%;
	height: 80%;
	top:0px;
	left: 0px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	
	
}

#dragArea {
	position: absolute;
	top: -1px;
	cursor: auto;
}

/*#dragMap {
	top: -120px;
	right: 150px;
	position: relative;
}*/


#maskArea {
	position: relative;
	width: 500px;
	height: 100%;
	top: 30px;
	left: 0px;
	overflow: hidden;
	background-color: #FFF;
	
}
#thumbArea {
	border: 1px solid #069;
	position: absolute;
	z-index: 50;
	top: 620px;
	left: 390px;
}
#thumbIcon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-color:rgba(51,102,204,0.25);
}
.mapPoints {
	height: 63px;
	width: 50px;
	position: absolute;
	z-index: 100;
	left: 540px;
	top: 688px;
	cursor: pointer;
}

#ada {
	left: 637px;
	top: 542px;
}

#boat {
	left: 515px;
	top: 840px;
}
#knots {
	left: 285px;
	top: 877px;
}

#way {
	left: 428px;
	top: 823px;
	width: 102px;
}

#eye {
	left: 436px;
	top: 435px;
}

#man {
	left: 594px;
	top: 541px;
}

#treetent {
	left: 378px;
	top: 571px;
}

#balls {
	left: 232px;
	top: 1192px;
}

#destino {
	left: 500px;
	top: 514px;
}





/*area3style*/

#slideWrapper{
	height: 80%;
	width: 100%;
	top: 30px;
	position: absolute;
	left: 500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #333;	
}

.slide-image{
	height: 100%;
	width: 100%;
	position: relative;
	box-shadow: 3px 0px 5px rgba(0,0,0,0.2);
	overflow: hidden;
	border-left-width: 10px;;
	border-left-style: solid;
	border-left-color: #999;
	
}
.slide-image h2 {
	font-family: "museo-sans", sans-serif;
	font-size: 80px;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	z-index: 20;
	left: 125px;
	position: relative;
	width: 80%;
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 15px;
}
#content {
	font-family: "museo-sans", sans-serif;
	font-size: 24px;
	color: #FFF;
	text-shadow: 0 0 4px rgba(0,0,0,1);
	width: 80%;
	position: absolute;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 125px;
	z-index: 30;
	/*-webkit-animation: fadeIn 0.9s linear 0.9s;
	-moz-animation: fadeIn 0.9s linear 0.9s;
	-o-animation: fadeIn 0.9s linear 0.9s;
	-ms-animation: fadeIn 0.9s linear 0.9s;
	animation: fadeIn 0.9s linear 0.9s;*/
	font-weight: 500;
	font-style: normal;
	padding-top: 0px;
	line-height: 28px;
	background-color: rgba(255, 255, 255, 0.4);

	
}

p cite {
	font-family: "museo-sans", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	font-weight: 600;
	font-style: normal;
}

.bg-img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}





/*area4style*/
#bottom{
	height: 100px;
	width: 100%;
	background-color: #666;
	bottom: 0px;
	left: 0px;
	position: fixed;
	text-align: right;
	z-index: 80;
}

#logo{
	padding-top: 30px;
	padding-right: 15px;
}
a {
	display: inline;
	text-decoration: none;
	color: #666;
}




/* Media Queries for custom slider */

@media screen and (max-width: 1024px) {
	
	#wrapper_all {
		height: 748px;
		width: 1024px;
	}

	#mapWrapper{
		width: 50%;
	}
	#slideWrapper {
		width: 50%;
	}

}
