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

body
{
	background: url('../img/bg.png');
}


#fb5{
   position:relative;
   overflow:hidden;
   margin:0 auto;
   display:block;
   width:100%;
   height:300px;
   opacity:0;
   margin-bottom:30px;
   user-select: none;
}

#fb5.fullScreen,#fb5-ajax[data-template="true"] #fb5{
   margin-bottom:0;	
}


#fb5 #fb5-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 864px;
	height: 486px;
}


#fb5 fieldset{
	
	
}


#fb5 #fb5-deeplinking{
  display:none;	
}


#fb5 .fb5-bcg-book{
    background: none no-repeat center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    width:100%;
	height:100%;
}

#test{
   margin:0 auto;
   width:100%;
}

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



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


#fb5 .fb5-overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	
	/*background: url(../img/bg-overlay.png);/*/
	background:rgba(0,0,0,0);
	
	width: 100%; height: 100%;
	display:none;
}

#fb5 .fb5-overlay.active { left: 0; display:block; }


/* = Back button
-------------------------------------------------------------- */
   #fb5 #fb5-button-back{
	color:#FFFFFF;
	position:absolute;
	left:-5px;
	top:45px;
	background-color:#BA8047;
	border-radius: 4px 4px 4px 4px;
	padding:5px;
	padding-left:15px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	margin-top:-45px;
  }
  #fb5 #fb5-button-back:hover{
	color:#BA8047;  
	background-color:#FFFFFF
  }


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

	#fb5 #fb5-about {
		position: absolute; z-index: 5;
		width: 45%; display: none;
		/*padding-top: 6%;/*/
	}

	#fb5 #fb5-about h1,
	#fb5 #fb5-about h2,
	#fb5 #fb5-about h3,
	#fb5 #fb5-about h4,
	#fb5 #fb5-about h5,
	#fb5 #fb5-about h6 {
		margin: 0 0 .5em 0;
		padding:0px;
		font-size: 1.375em;
		color: #BA8047;
		-webkit-font-smoothing: antialiased;
		text-transform:none;
	}
	
	#fb5 #fb5-about h3{
		background: url(../img/arrow-right.png) no-repeat 0 50%;	
		padding: 0 0 0 25px;	
	}
	
	#fb5 #fb5-about ul,#fb5-about ol {
		list-style:disc;
		margin: 0;
		padding-left:10px;
		padding-top:0%;
		padding-bottom:2%;
	}
	
	#fb5 #fb5-about li {
		color: #cfeaee;
		margin-bottom:4px;
	}
		
	
	#fb5 #fb5-about p {
		/*font-size: 0.688em;/*/
		color: #cfeaee;
		margin-bottom:4%;
	}
	
	#fb5 #fb5-about a {
		color:#ffffff;	
		text-decoration:underline;
	}
	
	#fb5 #fb5-about a:hover {
		/*color:#ffffff;/*/	
		text-decoration:none;
	}



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

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

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

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

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

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







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



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

	#fb5 #fb5-logo-cover {
		position: absolute; right: 10px; bottom: 10px; z-index: 5;
	}	

	#fb5 #fb5-cover ul {
		position:absolute;
		top:50%;
		-webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
        transform: translate(0,-50%);
		clear: both;
		width: 100%;
		list-style: none;
		padding: 20px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	
	#fb5 #fb5-cover ul:after { clear: both; content: ''; display: block; }
	
	#fb5 #fb5-cover li {
		float: left;
		width: 28.3%;
		margin: 0 2.5%;
		list-style:none;
	}
		
	#fb5 #fb5-cover li,
	#fb5 #fb5-cover img {
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		box-shadow:none;
	}
		
	#fb5 #fb5-cover li:last-child {
		margin-right: 0;
	}

	#fb5 #fb5-cover li img {
		float: left;
		width: 100%;
	}
			
	#fb5 #fb5-cover li a:hover img {
		/*opacity: .8;/*/
	}
			


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

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



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

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

	#fb5 .fb5-meta .fb5-num {
			font-weight: bold;
			font-size: 12px;
			color: #666;
	}
		
	#fb5 .fb5-meta .fb5-description {
			font-size: 11px;
			color: #666;
	        font-family:Arial,sans-serif;
	}

	#fb5 .fb5-meta.fb5-left { 
			left:3%;
	}
	
	#fb5 .fb5-meta.fb5-left .fb5-num {
		    padding-right: 10px;
	}
		
	#fb5 .fb5-meta.fb5-right {
			right:3%;
			text-align: right;
	}
		
	#fb5 .fb5-meta.fb5-right .fb5-num {
				padding-left: 10px;
	}
			
			
			
			
	/*= Video in lightbox
	----------------------------*/

	#v5_lightbox {
		width:100%;
		height:100%;
		z-index:555789;
		position:fixed;	
		display:block;	
		top:0px;
	}

	#v5_lightbox .bcg{
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.7;	
		position:absolute;	
		cursor:pointer;
	}
    
	
	/* --------------------------*/
	
	.fb5-cont-page-book{
		position:absolute;		
	}
	
	#fb5 .fb5-page-book {
		
		position:absolute;
	    -webkit-hyphens:none;
        -moz-hyphens:none;
        -ms-hyphens:none;
        hyphens:none;	
		overflow:hidden;
	top: 0px !important;
	left: 0px !important;
	width: 1360px !important;
	height: 978px !important;
	}
	
	
	#fb5 .fb5-page-book .center {
		/*text-align:center;
		padding-top:65%;/*/
	}
	
	#fb5 .fb5-page-book img {
		border:none;
		padding:0;
	}
	
/*	#fb5 .fb5-page-book p {
		-webkit-text-size-adjust:none;
		margin-bottom:20px;
		line-height:1.5;
	}*/
	
	#fb5 .fb5-page-book a {
		/* text-decoration:underline; */
		/* color:#BA8047; */
		/* font-weight:bold; */
	}
	
/*	#fb5 .fb5-page-book p a:hover {
		text-decoration:none;
	}*/
	
	#fb5 .fb5-page-book h1,
	#fb5 .fb5-page-book h2,
	#fb5 .fb5-page-book h3,
	#fb5 .fb5-page-book h4,
	#fb5 .fb5-page-book h5,
	#fb5 .fb5-page-book h6 {
	   font-family:Arial,sans-serif;
	   text-transform:none;
	   margin:0px;
	   
	}
	
	#fb5 .fb5-page-book h1 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h2 {
	   -webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h3 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h4 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h5 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book h6 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb5 .fb5-page-book ul,.fb5-page-book ol {
	    /* list-style: disc inside; */
	    margin-bottom: 2% !important;
	}
	
	#fb5 .fb5-page-book ul li {
	   margin-bottom: 0px;
	   /* list-style: disc inside; */
	}
	
	#fb5 .fb5-page-book ul li a {
	   color:#77797F;
	   text-decoration:none;
	}
	
	#fb5 .fb5-page-book ul li a:hover {
	text-decoration: underline;
	}
	
	#fb5 .fb5-page-book a:hover img {
       opacity:0.8;	   	  
	}
	
	
	/* =WordPress Core
-------------------------------------------------------------- */
#fb5 .fb5-page-book .alignnone,.#fb5-about .alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book.aligncenter,.fb5-page-book div.aligncenter,#fb5-about.aligncenter,#fb5-about div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book .alignright,#fb5-about .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

#fb5 .fb5-page-book .alignleft,#fb5-about .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .aligncenter,#fb5-about .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book a img.alignright,#fb5-about a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

#fb5 #fb5 .fb5-page-book a img.alignnone,#fb5-about a img.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.alignleft,#fb5-about a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.aligncenter,#fb5-about a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#fb5 .fb5-page-book .wp-caption,#fb5-about .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

#fb5 .fb5-page-book .wp-caption.alignnone,#fb5-about .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignleft,#fb5-about .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignright,#fb5-about .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.fb5-page-book .wp-caption img,#fb5-about .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

#fb5 .fb5-page-book .wp-caption p.wp-caption-text,#fb5-about .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* = Media queries
-------------------------------------------------------------- */



@media screen and (max-width: 768px) { 
/*.fb5-cont-page-book{display:none;}*/

      /*
    .fb5-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	 .fb5-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }

	.fb5-nav-arrow{
		transform:scale(2);
		ms-transform:scale(2);
		-webkit-transform:scale(2);
	}
	/*/
}


  

  /* tools bar*/
	    #fb5 .fb5-bcg-book{
			/* background-image:url(../img/bg.jpg); */
			background-color: #231F20;
		}
		
		#fb5 .fb5-tooltip{
			 background:#BA8047 !important; 
			 color:#FFFFFF;
width: auto !important;
height: auto !important;
		}
		#fb5 .fb5-tooltip b { border-top: 10px solid #BA8047 }
		#fb5 #fb5-footer .bcg { 
		  background-color: #000000;
		  opacity: 0.55;
		}
		#fb5 nav li.fb5-goto #fb5-label-page-number {
    		color: #5F6F7B;
		}
		#fb5 nav li.fb5-goto button {
   		    color: #5F6F7B;
			background: linear-gradient(to bottom, #2B3E4D 0px, #1F303D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   		}
		#fb5 nav li.fb5-goto input[type="text"] {
   			 background: none repeat scroll 0 0 #141F28 ;
			 border: 1px solid #1E2F3C;
		}	
		
		/* book /*/
		
		#fb5 #fb5-book .turn-page {
	       background-color:#FFFFFF;
        }
		#fb5 .fb5-meta .fb5-num {
		    color: #666666;
		}
		#fb5 .fb5-meta .fb5-description {
    		color: #666666;
		}		
		
		/* list thumbs /*/
		#fb5 #fb5-all-pages .fb5-container-pages {
		    background: none repeat scroll 0 0 #000000;
						box-shadow: 0 0 40px rgba(186,128, 71, 0.8);
		}
		
		/* form /*/
		#fb5 #fb5-contact form {
   			 background: none repeat scroll 0 0 #161616;
			 			 box-shadow: 0 0 60px rgba(186,128,71, 0.7);
		}
		#fb5 #fb5-contact form h3 {
		    color: #FFFFFF;
		}
		#fb5 #fb5-contact button {
			    background: none repeat scroll 0 0 #BA8047;
				color: #FFFFFF;
		}
		#fb5 #fb5-contact form input, #fb5-contact form textarea {
           color: #737373;
		}
		#fb5 #fb5-contact .fb5-close {
		  color: #000000;	
          background: none repeat scroll 0 0 #BA8047;
		}
		
		#fb5 #fb5-contact .fb5-thanks p{
		  color:#444444			
		}
		#fb5 #fb5-contact .fb5-thanks h1{
		  color:#FFFFFF			
		}				
		
		/* preloader /*/
		#fb5 .fb5-preloader .wBall .wInnerBall{
            background:#BA8047;
		}	
		
		/* arrow gif /*/
		#fb5 .fb5-nav-arrow {
   			 background: url("../img/arrow-navpage.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
		}		
		
		/* formatt page for flipbook  /*/
/*		#fb5 .fb5-page-book p {
		   color:#77797F;
		   font-family:Arial;
		   font-size:14px;
	    }*/
		#fb5 .fb5-page-book a {
		   /* color:#BA8047; */
		   text-decoration: none;
		 }
		#fb5 .fb5-page-book h1 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:28px;
	    }
		#fb5 .fb5-page-book h2 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:26px;
	    }
		#fb5 .fb5-page-book h3 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:24px;
	    }
		#fb5 .fb5-page-book h4 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:22px;
	    }
		#fb5 .fb5-page-book h5 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:20px;
	    }
		#fb5 .fb5-page-book h6 {
	   	   color:#77797F;
		   font-family:Arial;
		   font-size:18px;
	    }
		#fb5 .fb5-page-book li {
  }
		#fb5 .fb5-page-book ul li a {
	        color: black;
	 }

        
		/*  about style  /*/
		#fb5 #fb5-about p,#fb5 #fb5-about li {
		   color: #CFEAEE;
		   font-family:Arial;
		   font-size:11px;
	    }  
		#fb5 #fb5-about a {
		  color:#FFFFFF	
		}
		#fb5 #fb5-about h1 {
		   color: #BA8047;
		   font-family:Arial;
		   font-size:26px;
	    }  
		#fb5 #fb5-about h2 {
		   color: #BA8047;
		   font-family:Arial;
		   font-size:24px;
	    }  
		#fb5-about h3 {
		   color: #BA8047;
		   font-family:Arial;
		   font-size:22px;
	    }  
		#fb5 #fb5-about h4 {
		   color: #BA8047;
		   font-family:Arial;
	    }  
		#fb5 #fb5-about h5 {
		   color: #BA8047;
		   font-family:Arial;
		   font-size:18px;
	    }  
		#fb5 #fb5-about h6 {
		   color: #BA8047;
		   font-family:Arial;
		   font-size:16px;
	    }  
		/* back  button  /*/
		#fb5 #fb5-button-back {
    		background-color: #BA8047;
   			color: #FFFFFF;
		}
		#fb5 #fb5-button-back:hover{
			color:#BA8047;  
			background-color:#FFFFFF 		}
		
		/*  Other style   /*/
		#fb5 .fb5-overlay {
			background:rgba(0,0,0,0.6);
        }


/*------------------------B-Popup-----------------*/
.blank1
{
	border: 0px solid red;
	width: 460px;
	height: 560px;
}

.blankfp1
{
	border: 0px solid red;
	width: 460px;
	height: 400px;
}

.blankvid1
{
	border: 0px solid red;
	width: 460px;
	height: 252px;
}

.blankvid2
{
	border: 0px solid red;
	width: 460px;
	height: 210px;
}

.blank2
{
	border: 0px solid red;
	width: 340px;
	height: 110px;
}

.blank3
{
	border: 0px solid red;
	width: 80px;
	height: 16px;
}

.blank4
{
	border: 0px solid red;
	width: 35px;
	height: 16px;
}
.blankfp4
{
	border: 0px solid red;
	width: 460px;
	height: 300px;
}

.blank5
{
	border: 0px solid red;
	width: 85px;
	height: 16px;
}
.blankfp5
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}

.blank6
{
	border: 0px solid red;
	width: 40px;
	height: 10px;
}
.blankfp6
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}

.blank7
{
	border: 0px solid red;
	width: 55px;
	height: 10px;
}
.blankfp7
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}

.blank8
{
	border: 0px solid red;
	width: 62px;
	height: 10px;
}
.blankfp8
{
	border: 0px solid red;
	width: 460px;
	height: 380px;
}
.blankfp9
{
	border: 0px solid red;
	width: 460px;
	height: 380px;
}
.blankfp10
{
	border: 0px solid red;
	width: 460px;
	height: 380px;
}
.blankfp11
{
	border: 0px solid red;
	width: 460px;
	height: 490px;
}
.blankfp13-2
{
	border: 0px solid red;
	width: 460px;
	height: 280px;
}
.blankfp14-1
{
	border: 0px solid red;
	width: 460px;
	height: 220px;
}
.blankfp14-2
{
	border: 0px solid red;
	width: 460px;
	height: 230px;
}
.blankfp15
{
	border: 0px solid red;
	width: 460px;
	height: 280px;
}
.blankfp16
{
	border: 0px solid red;
	width: 460px;
	height: 280px;
}
.blankfp16-2
{
	border: 0px solid red;
	width: 460px;
	height: 260px;
}
.blankfp17
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}
.blankfp18
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}
.blankfp19
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}
.blankfp20
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}
.blankfp21
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}
.blankfp22
{
	border: 0px solid red;
	width: 460px;
	height: 350px;
}
.blankfp23
{
	border: 0px solid red;
	width: 460px;
	height: 490px;
}


#fb5 .fb5-page-book a.resize-image1:hover img
{
		opacity:1;	
}

#fb5 .fb5-page-book a.resize-image2:hover img
{
		opacity:1;	
}

/*a img:hover
{
	opacity:1;
}*/

.caption1 {
	font-size: 10px;
	line-height: 14px;
	margin: 2px 0px 0px 0px;
	text-align: left;
}


.new_text {
	position: absolute;
	top: 10px;
	left: 60px;
	font-size: 50px !important;
    -webkit-animation: ani1 5s linear 1s infinite alternate;
    animation: ani1 5s linear 1s infinite alternate;
}
@-webkit-keyframes ani1 { 
  0% { font-size: 50px; text-shadow: 1px 1px 1px red; }
  50% { top: 100px; left: 120px; font-size: 100px; text-shadow: 3px 3px 4px blue; }
  100% { top: 250px; left: 250px; font-size: 150px; text-shadow: 3px 3px 4px blue; transform: rotate(-180deg); }
}
/*.video {
	width: 250px;
	height: 140px;
	position: absolute;
	top: 80px;
	left: 20px;
}*/

/*
.video:hover {
	width: 650px;
	height: 480px;
}
*/

.toc {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	color: #ececec;
}
#contents_pop {
	background-color: #77909f !important;
	border: 3px solid #c3c0c0;
}

#search_pop {
	background-color: #a2b6c1 !important;
	border: 3px solid #5c8886;
	overflow-y: auto;
	overflow-x: hideen;
}

.searchlist {
	text-align: left;
	padding: 10px;
}


.size1 {position: absolute;top: 210px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size2 {position: absolute;top: 282px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size3 {position: absolute;top: 348px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size4 {position: absolute;top: 410px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size5 {position: absolute;top: 477px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size6 {position: absolute;top: 546px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size7 {position: absolute;top: 614px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size8 {position: absolute;top: 678px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size9 {position: absolute;top: 742px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size10 {position: absolute;top: 808px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}
.size11 {position: absolute;top: 870px;left: 1970px;width: 730px;height: 54px;border: 0px solid;}



/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 400px) and (max-width: 900px) {
	#nav div { width: 8px !important; margin-bottom: 2px !important; padding: 1px !important; }
	#nav { right: -6px !important; }
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-height: 400px) and (max-height: 900px) {
	#nav div { width: 12px !important; margin-bottom: 4px !important; padding: 1px !important; }
	#nav { right: -4px !important; }
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 901px) and (max-width: 1400px) {
	#nav div { width: 20px !important; margin-bottom: 2px !important; padding: 2px 4px 2px 4px !important; }
	#nav { right: 12px !important; }
}

.page_no {
	border: 1px solid gray;
	display: inline-block;
	width: 25px !important;
	height: 25px !important;
	margin: 1px 0px 0px 0px;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 26px;
	user-select: none;
	background: none !important;
}

.center_goto {
	text-align: center;
}
.center_goto label { color: white; }
.center_goto input {text-align: center;border: 1px solid yellow !important;border-radius: 4px;width: 40px !important;height: 20px;background-color: gray;color: white;margin: 0px 0px 0px 0px !important;}
.center_goto button {text-align: center;border: 1px solid yellow !important;border-radius: 4px;width: 40px !important;height: 20px;background-color: gray;color: white;margin: 0px 0px 0px 0px !important;}