


/* = General
-------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

label,
input[type="submit"]
{
	cursor: pointer;
}

html {
	overflow: hidden; 
}

 
/* = Structure
-------------------------------------------------------------- */

#page.mobile {
		width: 550px; height: 358px;
		margin: -210px 0 0 -275px;
	}
	
#page .padding { /*padding: 0 34px;*/ }

#page {
	position: absolute; left: 50%; top: 50%; z-index: 5;
	display: none;
	width: 1100px; height: 715px;
	margin: -358px 0 0 -550px; 
	}

@media screen and (max-width: 960px) { 

	#page {
	position: absolute; left: 50%; top: 50%; z-index: 5;
	display: none;
	width: 1100px; height: 715px;
	margin: -358px 0 0 -550px; 	
	}
}

.cursor-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}


.overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	background: url(../img/bg-overlay.png);
	width: 100%; height: 100%;
	opacity: 0;
}

.overlay.active { left: 0;  }



/* = About
-------------------------------------------------------------- */

	
	#intro {
		position:relative;
		width: 45%;
		height:100%;
		overflow:auto;
		float:left;
	}
	
	.spirit-intro{
	margin-top:-12.5%;	
	}


/* = Book
-------------------------------------------------------------- */

#book {
	position: relative; z-index: 10;
	width: 100%; height:100%;
}

#book img{
	vertical-align:middle;	
}

#book .turn-page {
	background-color: none;
	background-size: 100% 100%;	
}

	.double {
		background-size: 200% 100% !important;
	}

	.double.first {
		background-position: 0% 0%;
	 }

	.double.second {
		background-position: -100% 0%;
	}



	/* = Nav Arrows
	---------------------------------------- */
	
	.nav_arrow {
		position: absolute; top: 50%; z-index: 15;
		background: url(../img/arrow-navpage.png);
		width: 34px; height: 136px;
		margin-top: -68px;  }
		
		.nav_arrow.next			{ right: -34px; background-position: 0 0; }
		.nav_arrow.next:hover	{ background-position: 0 -186px; }
	
		.nav_arrow.prev			{ left: -34px; background-position: 0 -372px; display: none; }
		.nav_arrow.prev:hover	{ background-position: 0 -558px; }
	
		/*#page.mobile .nav_arrow.next { right: -24px; }*/



	/* = Cover
	---------------------------------------- */

	#logo-cover {
		position: absolute; right: 40px; bottom: 25px; z-index: 5;
	}
		
	#cover ul {
		clear: both;
		width: 90%;
		margin: 48% auto 0 auto;	
		list-style: none;
		padding: 20px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2; }
	
	#cover ul:after { clear: both; content: ''; display: block; }
	
		#cover li {
			float: left;
			width: 28.3%;
			margin: 0 2.5%;
		}
		
		#cover li,
		#cover img {
			-moz-user-select: -moz-none;
		   -khtml-user-select: none;
		   -webkit-user-select: none;
		   user-select: none;
		}
		
		#cover li:last-child {
			margin-right: 0;
		}

			#cover li img {
				float: left;
				width: 100%;
			}
			
			#cover li a:hover img {
				opacity: .8;
			}
    
	
	/* --------------------------*/
	
	.page_book {
		padding:5%;		
	}
	
	.page_book p {
		-webkit-text-size-adjust:none;
		margin-bottom:3%;
	}
	
	.page_book p a {
		text-decoration:underline;
		color:#64C8D3;
		font-weight:bold;
	}
	
	.page_book p a:hover {
		text-decoration:none;
	}
	
	.page_book h1 {
	   	-webkit-text-size-adjust:none;
		margin-bottom:3%;
	}
	
	.page_book h3 {
	   	-webkit-text-size-adjust:none;
		margin-bottom:3%;
		margin-top:5%;	
	}
	
	.page_book ul {
	    list-style: disc inside;
		margin-bottom:3%;
	}
	
	.page_book ul li {
	   margin-bottom:1%;
	}
	
	.page_book ul li a {
	   color:#77797F;
	}
	
	.page_book ul li a:hover {
	   color:#000000;
	   text-decoration:underline;
	}
	
	.page_book img {
	  
	}

