/*
Design by http://www.bluewebtemplates.com
Released for free under a Creative Commons Attribution 3.0 License
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@charset "utf-8";
body { margin:0; padding:0; width:100%; color:#FFF;font-family: 'Capriola', sans-serif; text-align:justify;font-weight:bold;}
html, .main { padding:0; margin:0; background: url(images/bg-body-1.jpg);}
.clr { clear:both; width:100%; font-size:0px; line-height:0px; height:100px; }
p { margin:8px 0; padding:0 0 8px 0; font:normal 12px/1.8em Arial, Helvetica, sans-serif;}
a { color:#333; text-decoration:none; font:14px}
h1{
	font-size:24px;color:#FF9900;
}




/* header */
.header { background-image:url(images/header_bg.jpg);background-repeat:no-repeat;height:200px;}
.emag-header { background-image:url(images/emag-bg.jpg);background-repeat:no-repeat;height:100px}
.header_resize { height:100px;}
.header .logo { float:left; height:40px; margin-top:0px; padding-top:12px;}

/* menu */
.menu_nav { height:22px; float:right; width:auto; padding-top:37px;}
.menu_nav ul { width:auto; list-style:none;}
.menu_nav ul li { margin:0 1px; float:left;}
.menu_nav ul li a { display:block; margin:0; padding:22px 28px; color:#fff; text-decoration:none; font-weight:bold;}
.menu_nav ul li a:hover, .menu_nav ul li.active a { background:url(images/menu_a.jpg) no-repeat center center; }

/* content */
.content { padding-bottom:16px;}
.content_resize { padding:32px 40px;}

.content img.ilf { margin-right:16px; float:left;}
.content .mainbar { float:left; width:630px;}
.content .mainbar .article, .content .sidebar .gadget { margin:0; padding:0 0 16px 0;}
.content .sidebar { float:right; width:236px;}
ul.sb_menu, ul.ex_menu { margin:0; padding:0; list-style:none;}
ul.sb_menu li, ul.ex_menu li { margin:0;}
ul.sb_menu li { padding:4px 0;}
ul.ex_menu li { padding:4px 0 8px;}
ul.sb_menu li a, ul.ex_menu li a { text-decoration:none;}
ul.sb_menu li a:hover, ul.ex_menu li a:hover { font-weight:bold;}
ul.sb_menu li a:hover { text-decoration:underline;}
ul.ex_menu li a:hover { text-decoration:none;}

/* subpages */
.content .mainbar .comment { margin:0; padding:16px 0 0 0;}
.content .mainbar .comment img.userpic { border:1px solid #dedede; margin:10px 16px 0 0; padding:0; float:left;}

/* fbg */
.fbg { background-color:#18687d; color:#fff;}
.fbg img { border:1px solid #fff;}
.fbg .col { margin:0; float:left;}
.fbg .c1 { padding:0 16px 0 0; width:286px;}
.fbg .c2 { padding:0 16px; width:316px;}
.fbg .c3 { padding:0 0 0 16px; width:220px;}
.fbg .c1 img, .fbg_resize .c3 img { margin:4px;}
.fbg .c3 img { margin:8px 16px 4px 0; padding:0; float:left;}

/* footer */
.footer { background-color:#194e5c; height:80px;position:relative; width:100%;}
.footer p.lf { margin:0; padding:4px 0; float:left; width:auto; line-height:1.5em;}
ul.fmenu { margin:0; padding:2px 0; list-style:none; float:right; width:auto;}
ul.fmenu li { margin:0; padding:0 4px; float:left;}
ul.fmenu li a { text-decoration:none; padding:2px 6px;}
ul.fmenu li a:hover, ul.fmenu li.active a { color:#1ea1cc; background:none;}
ul.fmenu li a:hover { text-decoration:underline;}

/* form */
ol { list-style:none;}
ol li { display:block; clear:both;}
ol li label { display:block; margin:0; padding:16px 0 0 0;}
ol li input.text { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:5px 2px; height:16px; background:#fff;}
ol li textarea { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:2px; background:#fff;}
ol li .send { margin:16px 0 0 0;}


ul.mnmenu{
    margin-left:80px;
    padding:0;
    list-style:none;
}
ul.mnmenu {
    font-size:0px;
    line-height:25px;
    clear:both;
    
}
ul.mnmenu li{
    font-size:13px;
    list-style:none;
	color:#FFFFFF;
}
ul.mnmenu a {
    padding: 0;
    text-decoration:none;
}
ul.mnmenu li.level-0 {
    -webkit-transition: background linear 0.4s;
    -moz-transition: background linear 0.4s;
    -o-transition: background linear 0.4s;
    -ms-transition: background linear 0.4s;
    transition: background linear 0.4s;
    position:relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-height: 25px;
    line-height:25px;
    height: 25px;
    _height: 25px;
    vertical-align: top;
    padding:0 25px 0 10px;
    border-left: 1px solid #222222;
	color:#333333;
}
ul.mnmenu li.level-0 a,
ul.mnmenu li.level-0 a:visited  {
    -webkit-transition: background linear 0.4s;
    -moz-transition: background linear 0.4s;
    -o-transition: background linear 0.4s;
    -ms-transition: background linear 0.4s;
    transition: background linear 0.4s;
    color: #fff;
}

ul.mnmenu li.level-0.hover a{color: #333;}
ul.mnmenu li.level-0 a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    color: #333333;
}
ul.mnmenu li.level-0.first{
    border-left:none;
}
ul.mnmenu li.level-0.hover,
ul.mnmenu li.level-0:hover{
    background: #000000 url('menuDark.png') repeat-x 50% 50%;
    outline:0;
	color: #333;
}

ul.mnmenu li.level-0 ul{
    position:absolute;
    display: none;
    margin:0;
    padding:0;
    background-color:#FFFFFF;
    width:14em;
    -webkit-box-shadow:  0px 2px 6px 1px #222;
    box-shadow:  0px 2px 6px 1px #222;
	color:#FFFFFF;
}
ul.mnmenu li.level-0 li{
    position:relative;
    width:13em;
    padding:0 0.5em 0 0.5em;
    display:block;
    float:left;
	color:#FFFFFF;
}
ul.mnmenu li.level-0 li.middle {
    margin:5px 0 5px 0;
}
ul.mnmenu li.level-0 li,
ul.mnmenu li.level-0 li a,
ul.mnmenu li.level-0 li a:visited  {
    color: #FFF;
    word-break: break-all;
}
ul.mnmenu li.level-0 li.hover,
ul.mnmenu li.level-0 li:hover{
    background: #ff8a2f;
    outline:0;
	color: #FFF;
}

/* ARROWS */
ul.mnmenu li.level-0 span.arrow {
    position:absolute;
    overflow: hidden;
    text-indent: 9999em;
    top:6px;
    right:7px;
    width:10px;
    background:transparent url('menuArrowsFFFFFF.png') no-repeat 0px -100px;
}
ul.mnmenu li.level-0 span.arrow.hover {
    background:transparent url('menuArrowsFFFFFF.png') no-repeat -10px -100px;
}
ul.mnmenu li.level-0 li span.arrow {
    background:transparent url('menuArrowsFFFFFF.png') no-repeat 0px 0px;
}
ul.mnmenu li.level-0 li span.arrow.hover {
    background:transparent url('menuArrowsFFFFFF.png') no-repeat -10px 0px;
}


/** NON-MENU OTHER **/
ul.mnmenu hr,
ul.mnmenu li.level-0 li hr{
    border:0;
    color:#555;
    background-color:#555;
    height:1px;
}

#animation{
	height:300px;
	width:1000px;
	margin-left:150px;
}

#slide{
	height:150px;
	width:1000px;
	margin-left:150px;
}



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

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

a:hover {
	text-decoration: none;
}

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

html {
	overflow: scroll; 
}

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

.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: url(images/bg.gif) no-repeat center 0;
	line-height: 1.5; 
	font-family: 'Arial', sans-serif;
	color: #77797f;
	
	
}


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

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

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

}


@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	body {
		background-size: 200% 200%; }
	
	
	#page {
		width: 540px; height: 351px;
		margin: -205px 0 0 -270px; }
		
	#about { font-size: 90%; margin-top: -5%; }

}

@media screen and (max-width: 768px) { 
	
	#page {
		width: 540px; height: 351px;
		margin: -205px 0 0 -270px; }

}

@media only screen and (max-device-width: 960px) {
	#page {
		width: 540px; height: 351px;
		margin: -205px 0 0 -270px;
	}
	
	#about {
		font-size: 80%;
	}

}


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


.overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	background: url(images/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(images/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;
			}
			


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

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



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

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

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

		.meta.left { 
			left: 12px;
		}
			.meta.left .num {
				margin:0px;
				text-align:center; width:30px; float:left; padding-top:5px; padding-bottom:5px;
			}
		
		.meta.right {
			right: 12px;
			text-align: right;
		}
		
			.meta.right .num {
				text-align:center; width:30px; float:left; padding-top:5px; padding-bottom:5px;
			}
			
			
			
	.right-swf{float:right; width:200px; margin-top:30px; margin-left:20px;}		
	/*= 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 {
	  
	}
	
	#icon{width:65px;
	height:55px;
	position: relative  ;
	margin-left:1400px;
	margin-top:25px;
	

	}
	
	#index-box{
		width:447px;
		height:610px;
		position:relative;
		margin:30px;
		padding:10px;
		background-color:#FFF;
		color:#333;
	}

