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



#fb2{
   font-family:Arial,sans-serif;	
   font-size:14px;	
   position:relative;
   overflow:hidden;
   margin:0 auto;
   display:block;
   width:100%;
   height:300px;
   opacity:0;
   margin-bottom:30px;
}

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


#fb2 #fb2-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 1100px; height: 715px;
}

#fb2 fieldset{
	
	
}

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


#fb2 .fb2-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%;
}

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



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


#fb2 .fb2-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;
}

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


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


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

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

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



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

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


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

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

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

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







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



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

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

	#fb2 #fb2-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;
	}
	
	#fb2 #fb2-cover ul:after { clear: both; content: ''; display: block; }
	
	#fb2 #fb2-cover li {
		float: left;
		width: 28.3%;
		margin: 0 2.5%;
		list-style:none;
	}
		
	#fb2 #fb2-cover li,
	#fb2 #fb2-cover img {
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		box-shadow:none;
	}
		
	#fb2 #fb2-cover li:last-child {
		margin-right: 0;
	}

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


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

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



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

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

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

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

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

	#v2_lightbox .bcg{
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.7;	
		position:absolute;	
		cursor:pointer;
	}
    
	
	/* --------------------------*/
	
	.fb2-cont-page-book{
		position:absolute;	
				  -webkit-box-shadow: 0 4px 10px #FFF;
  -moz-box-shadow: 0 8px 20px #FFF;
  -ms-box-shadow: 0 4px 10px #FFF;
  -o-box-shadow: 0 4px 10px #FFF;
  box-shadow: 0 4px 10px #FFF;	
	}
	
	#fb2 .fb2-page-book {
		
		position:absolute;
	    -webkit-hyphens:none;
        -moz-hyphens:none;
        -ms-hyphens:none;
        hyphens:none;	
		overflow:hidden;
		

	}
	
	
	#fb2 .fb2-page-book .center {
		/*text-align:center;
		padding-top:65%;/*/
	}
	
	#fb2 .fb2-page-book img {
		border:none;
		padding:0;
	}
	
	#fb2 .fb2-page-book p {
		-webkit-text-size-adjust:none;
		margin-bottom:20px;
		line-height:1.5;
	}
	
	
	#fb2 .fb2-page-book a {
		text-decoration:underline;
		color:#64C8D3;
		font-weight:bold;
	}
	
	#fb2 .fb2-page-book p a:hover {
		text-decoration:none;
	}
	
	#fb2 .fb2-page-book h1,
	#fb2 .fb2-page-book h2,
	#fb2 .fb2-page-book h3,
	#fb2 .fb2-page-book h4,
	#fb2 .fb2-page-book h5,
	#fb2 .fb2-page-book h6 {
	   font-family:Arial,sans-serif;
	   text-transform:none;
	   margin:0 0 10px 0;
	   
	}
	
	#fb2 .fb2-page-book h1 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb2 .fb2-page-book h2 {
	   -webkit-text-size-adjust:none;
		
	}
	
	#fb2 .fb2-page-book h3 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb2 .fb2-page-book h4 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb2 .fb2-page-book h5 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb2 .fb2-page-book h6 {
	   	-webkit-text-size-adjust:none;
		
	}
	
	#fb2 .fb2-page-book ul,.fb2-page-book ol {
	    list-style: disc inside;
		margin-bottom:3% !important;
		margin-top:-15px !important;
	}
	
	#fb2 .fb2-page-book ul li {
	   margin-bottom:2px;
	   list-style: disc inside;
	}
	
	#fb2 .fb2-page-book ul li a {
	   color:#77797F;
	   font-weight:normal;	
	   text-decoration:underline;
	}
	
	#fb2 .fb2-page-book ul li a:hover {
	   text-decoration:none;
	}
	
	#fb2 .fb2-page-book a:hover img {
       opacity:0.8;	   	  
	}
	
	
	/* =WordPress Core
-------------------------------------------------------------- */
#fb2 .fb2-page-book .alignnone,.#fb2-about .alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

#fb2 .fb2-page-book .wp-caption,#fb2-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;
}

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

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

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

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

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



	 	
	    /* tools bar*/
		#fb2 .fb2-bcg-book{
			background-image:url(../img/bg.jpg);
		}
		
		/* tooltip background color /*/
						
		/* tooltip text color /*/
		 #fb2 .fb2-tooltip {
			color:#000000; 
		 }
		
		
		/* background bar bottom  /*/
		#fb2 #fb2-footer .fb2-bcg-tools { 
		  background-color: #000000;
		  opacity: 0.55;
		}
		
		/* color input page manager /*/
		#fb2 .fb2-menu li.fb2-goto input[type="text"] {
    		color: #000000;
			margin-top:4px;
		}
		
		/*  color button go ( arrow ) in page manager  /*/		
	    #fb2 .fb2-menu li.fb2-goto .button_search {
			border-bottom: 3px solid rgba(0, 0, 0, 0);
			border-left: 4px solid #000000;
			border-top: 3px solid rgba(0, 0, 0, 0);
		}
		
		
		/* book /*/
		
		#fb2 #fb2-book .turn-page {
	       background-color:#FFFFFF;
        }
		#fb2 .fb2-meta .fb2-num {
		    color: #666666;
		}
		#fb2 .fb2-meta .fb2-description {
    		color: #666666;
		}
		
		
		
		/* list thumbs /*/
		#fb2 #fb2-all-pages .fb2-container-pages {
		    background: none repeat scroll 0 0 #000000;
						box-shadow: 0 0 40px rgba(10,52, 103, 0.8);
		}
		
		/* form /*/
		#fb2 #fb2-contact form {
			    			 background:rgba(0,0,0,0.55);
			 
			 			 box-shadow: 0 0 60px rgba(51,51,51, 0.7);
		}
		#fb2 #fb2-contact form h3 {
		    color: #FFFFFF;
		}
		#fb2 #fb2-contact button {
			    background: none;
				color: #FFFFFF;
		}
		#fb2 #fb2-contact form input,#fb2 #fb2-contact form textarea {
           color: #000000;
		   background:#FFFFFF;
		}
		
		#fb2 #fb2-contact .fb2-error{
		   color:#FF0000;			
		}
		
		#fb2 #fb2-contact .fb2-close {
		  color: #FFFFFF;	
          
		}
		
		#fb2 #fb2-contact .fb2-thanks p{
		  color:#FFFFFF			
		}
		#fb2 #fb2-contact .fb2-thanks h1{
		  color:#FFFFFF			
		}
		
		
		
		/* preloader /*/
		#fb2 .fb2-preloader .wBall .wInnerBall{
            background:#FFFFFF;
		}
	
		
		/* arrow gif /*/
		#fb2 .fb2-nav-arrow {
   			/* background: url("http://www.flashmaniac.securityhost.pl/jquery_flipbook_v2_wp/wp-content/plugins/jquery_flipbook_v2/flipbook/img/arrow-navpage.png") repeat scroll 0 0 rgba(0, 0, 0, 0);/*/
		}
		
		
		
		/* formatt page for flipbook  /*/
		#fb2 .fb2-page-book p,#fb2 .fb2-page-book p strong {
		   color:#0F6484;
		   font-family:Arial;
		   font-size:14px;
	    }
		#fb2 .fb2-page-book a {
		   color:#23464A;
		 }
		#fb2 .fb2-page-book h1 {
	   	   color:#1591BF;
		   font-family:Arial;
		   font-size:28px;
	    }
		#fb2 .fb2-page-book h2 {
	   	   color:#1591BF;
		   font-family:Arial;
		   font-size:26px;
	    }
		#fb2 .fb2-page-book h3 {
	   	   color:#1591BF;
		   font-family:Arial;
		   font-size:24px;
	    }
		#fb2 .fb2-page-book h4 {
	   	   color:#1591BF;
		   font-family:Arial;
		   font-size:22px;
	    }
		#fb2 .fb2-page-book h5 {
	   	   color:#1591BF;
		   font-family:Arial;
		   font-size:20px;
	    }
		#fb2 .fb2-page-book h6 {
	   	   color:#1591BF;
		   font-family:Arial;
		   font-size:18px;
	    }
		#fb2 .fb2-page-book li {
           color:#0F6484;	
		   font-family:Arial;
		   font-size:14px;		
		}
		#fb2 .fb2-page-book ul li a {
	        color:#23464A;
		}

        
		/*  about style  /*/
		#fb2 #fb2-about p,#fb2 #fb2-about li {
		   color: #A4DDF2;
		   font-family:Arial;
		   font-size:11px;
	    }  
		#fb2 #fb2-about a {
	color:#000000;
	font-size:24px;
		}
		#fb2 #fb2-about h1 {
	color: #DF2D00;
	font-family:Arial;
	font-size:36px;
	    }  
		#fb2 #fb2-about h2 {
		   color: #A4DDF2;
		   font-family:Arial;
		   font-size:24px;
	    }  
		#fb2 #fb2-about h3 {
		   color: #A4DDF2;
		   font-family:Arial;
		   font-size:22px;
	    }  
		#fb2 #fb2-about h4 {
		   color: #A4DDF2;
		   font-family:Arial;
	    }  
		#fb2 #fb2-about h5 {
		   color: #A4DDF2;
		   font-family:Arial;
		   font-size:18px;
	    }  
		#fb2 #fb2-about h6 {
		   color: #A4DDF2;
		   font-family:Arial;
		   font-size:16px;
	    }  
		/* back  button  /*/
		#fb2 #fb2-button-back {
			    		background-color:rgba(11,57,108,1);
   			color: #E8FFFF;
		}
		#fb2 #fb2-button-back:hover{
			color:#0B396C;  
			background-color:#E8FFFF 		}
		
		/*  Other style   /*/
		#fb2 .fb2-overlay {
			                	background:rgba(0,0,0,0.6);
        }
				
		 
       /* include custom css /*/
	    
	
	
