@import url('reset.css');
@import url('static.css');
@import url('elements.css');


/* = 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;
	 -webkit-text-size-adjust: none;
}

body {
	background: #e5e5e5 url('https://pic.neungyule.com/nebuildandgrow/img/ebook/bg_ebook.jpg') no-repeat center;
	background-size:100%;
	line-height: 1.5; 
	font-family: 'Arial', sans-serif;
	color: #77797f;
	/* cursor: url(../img/closedhand.cur); */
	
}


#page {
	position: absolute; left: 50%; top: 50%; z-index: 5;
	display: none;
	width: 1100px; height: 715px;
	margin: -358px 0 0 -550px; 
}

#page.mobile {
		width: 550px; height: 358px;
		margin: -210px 0 0 -275px;
	}
	
#page .padding { /*padding: 0 34px;*/ }




@media screen and (max-width: 1024px) { 

	#logo img {width:70%;}
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
}

@media screen and (max-width: 800px) { 
	
	#logo {left:15px;}
	#logo img {width:50%;}
}

@media only screen and (max-device-width: 960px) {

}


.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
-------------------------------------------------------------- */

	#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;
	}
	
	#about a {
		color:#ffffff;	
		text-decoration:underline;
	}
	
	#about a:hover {
		color:#ffffff;	
		text-decoration:none;
	}



/* = 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: absolute; top: 50%; z-index: 15;
		background: url(https://pic.neungyule.com/nebuildandgrow/img/ebook/arr_page.png);
		width: 35px; height: 145px;
		margin-top: -68px;  }
		
		.nav_arrow.next			{ right: -35px; background-position: 0 -294px; }
		.nav_arrow.next:hover	{ background-position: 0 -441px; }
	
		.nav_arrow.prev			{ left: -35px; background-position: 0 0; display: none; }
		.nav_arrow.prev:hover	{ background-position: 0 -147px; }
	
		/*#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;
	}

	/* = 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;
		}
			
	/*= Video in lightbox
	----------------------------*/

	#lightbox {
		width:100%;
		height:100%;
		z-index:106;
		position:absolute;	
		display:block;	
	}

	.bcg{
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.7;	
		position:absolute;	
		cursor:pointer;
	}
    
	
	/* --------------------------*/
	
	.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 {
	  
	}



.pagelink {
	position:absolute;
	top:7%;
	width:300px;
	height:100%;
	padding:30px 30px 60px 0;
	bottom:0;
	height:100%;

	/*background:url(img/bg_lnbArea.gif) repeat-y;*/
	font-weight:bold
	z-index:9999 !important;
}
.page_box{ margin-bottom:10px;}



ul { list-style-type: none; }

a {
  color: #b63b4d;
  text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/


h1 {
 
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

h1 a {
  color: #c12c42;
  font-size: 16px;
}

.accordion {
  width: 200px;
  margin:3px;
  border:1px solid gray;
  /*max-width: 160px;
  margin: 30px auto 20px;*/
  background: #FFF;
 /* -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
}
.accordion li {

width:200px;
 
 
}

.accordion .link {

  cursor: pointer;
  display: block;
  padding: 15px 5px 15px 5px;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link img{
 float:left;
 margin:4px;
 padding-right:5px;
 position:relative;
 top:-10px;

}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 12px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {

  display: none;
  background: #444359;
  font-size: 11px;
  font-weight:400;
  color:#CCC;
 /* box-shadow: inset 2px 2px 6px 0px rgba(0,0,0,0.3);*/
  
}

.submenu li { 
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.6);
  
  }

.submenu a {
  display: block;
  text-decoration: none;
  color: #ececec;
  padding: 6px;
  padding-left: 20px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.6);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #ff9900;
  color: #FFF; 
}
.ebookmarks{ 
	padding-left:0.5em; 
	font-size:0.8em; 
	color:#690;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	}      
.ebookmarks_bullet
{ position: relative;
	top: -2px;
	font-size:0.4em;
	padding-left:1.0em;
	}




      article h1 { font-size: 26px; margin: 0 0 15px; }

      article canvas {
        width: 800px;
        height: 300px;
        border: 1px solid #ccc;
      }

      pre.source {
        background: #e5eeee;
        padding: 10px 20px;
        width: 760px;
        overflow-x: auto;
        border: 1px solid #acc;
      }

      code { background: #cff; }

      .tools { margin-bottom: 10px; }
      .tools a {
        border: 1px solid black; height: 30px; line-height: 30px; padding: 0 10px; vertical-align: middle; text-align: center; text-decoration: none; display: inline-block; color: black; font-weight: bold;
      }
	  .text-page {
		margin: 40px 20px 40px 2px;
		/*font-size:1.3em;
		width:100%;*/
		/*font-weight: bold;*/
		color:#000000;
		font-family:'Cantora One', sans-serif;
		line-height:140%;

		
	  }

	/*
	.container {
			width: 84%;
			margin:0 auto;
			max-width:1140px;
		}
		header {
			width: 100%;
			margin:0px auto;
		}
		h1 {
			background: rgba(0,0,0,0.2);
			text-align: center;
			color:#fff;
			font: 95px/1 "Impact";
			text-transform: uppercase;
			display: block;
			text-shadow:#253e45 -1px 1px 0,
			#253e45 -2px 2px 0,
			#d45848 -3px 3px 0,
			#d45848 -4px 4px 0;
			margin: 5% auto 5%;
		}
	*/
	.block10 {
		padding-left:10px;
	}
	.block30 {
		padding-left:30px;
	}
	.block50 {
		padding-left:50px;
	}
	.block70 {
		padding-left:70px;
	}
	.block90 {
		padding-left:90px;
	}
	.block100 {
		padding-left:100px;
	}
	.big30 {
		font-size:30px;
	}
	.big40 {
		font-size:40px;
		color:#f00;
	}




.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 21em;
	/*background-color:white;*/
	
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 3em;
    /*background: #CCC;*/
    border-radius: 4px 0 0 4px;
    
	/* padding-top:300px */



}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 5px solid #F90;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    /*width: 10em;*/

	height:800px;
    border: 3px solid  #FFF;
    border-radius: 15px;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    position: relative;
    left: -1px;
}

.tabmenu li 
{ 
 height:110px;
 text-align:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
}
p.css-vertical-text {
 color:#333;
 border:0px solid red;
 writing-mode:tb-rl;
 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
 -o-transform: rotate(90deg);
 white-space:nowrap;
 display:block;
 bottom:0;
 width:20px;
 height:20px;
 font-family: 'arial';
 font-size:1.0em;
 font-weight:bold;
 text-decoration:none;
 text-shadow:0px 1px 0px #ffee66; 
 cursor:pointer;
}


.layer {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
.layer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.layer .pop_layer {display:block;}

.popMap {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
.popMap .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.popMap .pop_layer {display:block;}


.pop_layer {display:none; position: absolute; top: 50%; left: 50%; width: 750px; height:auto;  background-color:#fff; border: 5px solid #FC0; z-index: 10; border-radius: 20px;}	
.pop_layer .pop-container {padding: 20px 25px;}
.pop_layer p.ctxt {color: #666; line-height: 25px;}
.pop_layer .btn-r {width: 100%;  padding-top: 10px; border-top: 1px solid #DDD; text-align:right;}