
html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a { color: #0088cc; text-decoration: none;  border: none; }
a:hover { color: #005580; text-decoration: underline; }
a img { border: none; }

p { font-size: 1.2em; color: #444; margin: 0 0 1.5em 0; text-align: left; line-height: 1.5em; }


h1, h2 { color: #287a2b; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:4em; font-weight:300;}

h2 { color: #287a2b; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:4em; border-bottom:5px solid #eee; margin-bottom:0.5em; padding:1.5em 0 0.5em;}
h3 { color: #006daa; font-family: 'Lato', Helvetica, Arial, sans-serif;font-size:2em; padding: 1em 0.05em 0.5em; font-weight:300;}
h4{ font-size:1.5em;}
h5{ font-size:1.25em;}
h6{ font-size:1em; text-transform:uppercase;}


td img { display: block; }
ul,
ol { font-size: 1.4em; margin:1em 2em;}
a { color: #0088cc; text-decoration: none; }
a:hover { color: #005580; text-decoration: underline; }

hr { margin: 20px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; }
dl { margin-bottom: 20px; }
dt,
dd { font-size: 1.2em; line-height: 1.5; line-height: 20px; }
dt { font-weight: bold; }
dd { margin-left: 10px; }
table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; }
.table { width: 100%; margin-bottom: 20px; }
.table th,
.table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; }
.table th { font-weight: bold; }
.table thead th { vertical-align: bottom; }
.table-bordered { border: 1px solid #dddddd; border-collapse: separate;  *border-collapse: collapse;
border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.table-bordered th,
.table-bordered td { border-left: 1px solid #dddddd; }
address { display: block; margin-bottom: 20px; line-height: 20px; padding: 20px; font-size: 1.2em; }


.logo{ position:absolute; right:45px; top:10px; z-index:9999; display:block; height:55px; line-height:4em; width:240px; font-size:14px;}
.logo img{width: 50%; height: auto;float:right;}
.important{ background:#fffae5; display:block; padding:2em; margin:1em 0; font-size:1.5em;}


.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #287a2b;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset -14px -0px 0 rgba(0,0,0,0.15);

}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h4 {
	padding: 40px 20px;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
	font-size:1.2em;
} 


.menu-scroll-pane{ height:100%;}

.menu-scroll-pane .jspCap{ background:none;}
.menu-scroll-pane .jspDrag{ background:#ffce00; border: 1px solid #b38f00;}
.menu-scroll-pane .jspTrack{ background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);}

.menu-toc {
	list-style: none;
	margin:0; padding:0;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size:16px;
	line-height: 1.5;
	padding: 20px 20px;
	cursor: pointer;
	background: #287a2b;
	border-bottom: 1px solid #206122;
	box-shadow: inset -14px -0px 0 rgba(0,0,0,0.15);
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #ffce00;
	color:#333;
	text-decoration:none;
box-shadow: inset -14px -0px 0 rgba(0,0,0,0.15);
}


.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #006daa;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #333;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	bottom: 10px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.inner{ padding:20px;}
.scroller {
	padding: 10px 2% 10px 2%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
}

.js .content:after {
	top: auto;
	bottom: 0;
}

.menu-panel {
width: 240px;
height: 100%;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
text-shadow: 0 1px 1px rgba(0,0,0,0.1);
overflow: hidden;
}



@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
	
		.menu-panel,
	.content {
		font-size: 90%;
	}
}


@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
	.scroller {
	padding: 10px 4% 10px 4%;}
	
	.menu-panel h4 {
 display:none;
} 
.inner{ padding:0px;}
.menu-scroll-pane{ height:360px;}
.logo{ font-size:0; right:0; top:10px; width:100px;}

h2{ font-size:2.4em;}

}

