@import url('reset.css');
@import url('static.css');
@import url('elements.css');

* { 
	/* -moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none; */
}

/* = 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
-------------------------------------------------------------- */

html, body { width: 100%; height: 100%; overflow: hidden; }

body {
	/*background: url(../img/bg.jpg) #000000;
	 background:#93938e;*/
	background: url(../img/splash-bg.jpg) bottom left repeat-x;

	line-height: 1.5; 
	font-family: 'Arial', sans-serif;
	color: #77797f;
}

@media screen and (max-width: 1024px) { 
	
	body {
		background-size: 200% 200%;
	}

}


#page {
	position: absolute; left: 50%; top: 50%; z-index: 5; margin: 140px 0px 0px 0px;
	width: 1100px; height: 750px;
}

#page .padding { padding: 0 34px; }

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


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

.overlay.active { left: 0;  }



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

#about {
	position: absolute; z-index: 5;
	width: 45%; display: none;
}

	#about h3 {
		background: url(../img/arrow-right.png) no-repeat 0 50%;
		margin: 0 0 .5em 0;
		padding: 0 0 0 25px;
		font-size: 1.375em;
		color: #64c8d3;
		-webkit-font-smoothing: antialiased;
	}

	#about ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#about li {
			padding: 5% 0;
		}
		
		#about li:first-child {
			padding-top: 15%;
		}
	
			#about p {
				font-size: 0.688em;
				color: #cfeaee;
			}








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

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

#book .turn-page {
	background-color: white;
	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: fixed; 
		top: 45%; 
		z-index: 99;
		margin-top: 0px;  }

		.nav_arrow.next {
		  height: 110px;
		  right: 0px;
		  width: 119px;
		 /* opacity: 0.7; */
		  z-index: 99;
		  background-image: url(../img/direita.png);
		  background-repeat: no-repeat;
		  cursor: pointer;
		}
		
		.nav_arrow.next:hover	{ 
		  right: -5px;
		}


		.nav_arrow.prev{
		  left: 0px;
		  height: 110px;
		  width: 119px;
		  /* opacity: 0.7; */
		  z-index: 99;
		  background-image: url(../img/esquerda.png);
		  background-repeat: no-repeat;
		  cursor: pointer;
		}
		.nav_arrow.prev:hover	{ 
		  left: -5px;
		}

		

	
		/*/* 



	/* = 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;
			}
			


	/* = End
	---------------------------------------- */

	#end { text-align: center; }
	
		#end p { padding-top: 60%; }



	/* = Meta data
	---------------------------------------- */

	#book .meta {
		position: absolute; bottom: 1%;
	}

		.meta .num {
			font-weight: bold;
			font-size: 0.750em;
			color: #666;
		}
		
		.meta .description {
			font-size: 0.688em;
			color: #666; }

		.meta.left { 
			left: 12px;
		}
			.meta.left .num {
				padding-right: 10px;
			}
		
		.meta.right {
			right: 12px;
			text-align: right;
		}
		
			.meta.right .num {
				padding-left: 10px;
			}
			
			

@media (min-width: 320px) and (max-width: 1023px) {  
	.magazine-viewport{
		margin:25px 0px !important;
	}
	.prev{
		left:-40px !important;
	}
	.next{
		right:-40px !important;
	}

}
