@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

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', Calibri, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.l {
	border: 2px solid red !important;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.bb-bookblock {
	display: flex;
	justify-content: center;
	align-items: center;
}

.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: 305px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #06adc9f5;
	width: 305px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	overflow-y: scroll;
}

.js .menu-panel {
	position: absolute;
	left: -305px;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.5;
	padding: 0 20px;
	cursor: pointer;
	background: #06adc9f5;
	border-bottom: 1px solid #06adc9f5;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a {
	background: #06adc9f5;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #06adc9f5;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background-color: red;
	border-radius: 50%;
	color: white;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.arrow-handle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.arrow-handle>i {
	font-size: 22px;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #000;
}

.bb-custom-wrapper nav span:first-child {
	left: 15px;
}

.bb-custom-wrapper nav span:last-child {
	left: 65px;
}

.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;
	height: calc(100% - 60px - 50px);
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 10px 5%;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}

.scroller .child-imgbox {
	position: relative;
	display: inline-block;
	height: inherit;
}

.child-imgbox img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.child-imgbox a {
	position: absolute;
	z-index: 1;
	width: 135px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	background-color: #06adc9f5;
	padding: 0;
	color: white;
	font-size: 18px;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
}

.child-imgbox a:hover,
.child-imgbox a:focus {
	opacity: 0.65;
	transition: 300ms;
}

.child-imgbox a:focus-visible {
	outline: 1px solid #000;
}

.child-imgbox1 a {
	left: 49.3%;
	bottom: 6%;
}

.child-imgbox2 a {
	left: 48.2%;
	bottom: 6%;
}

.child-imgbox3 a {
	left: 55%;
	bottom: 3%;
}

.child-imgbox4 a {
	left: 59.3%;
	bottom: 6%;
}

.child-imgbox5 a {
	left: 50%;
	bottom: 6%;
}

.child-imgbox6 a {
	left: 59.5%;
	bottom: 6%;
}

.child-imgbox7 a {
	left: 56.2%;
	bottom: 6%;
}

.child-imgbox8 a {
	left: 57.2%;
	bottom: 6%;
}

.child-imgbox10 a {
	left: 61%;
	bottom: 6%;
}

.child-imgbox11 a {
	left: 59.2%;
	bottom: 6%;
}

.child-imgbox12 a {
	left: 50%;
	bottom: 6%;
}

.child-imgbox13 a {
	left: 52%;
	bottom: 6%;
}

.child-imgbox14 a {
	left: 54.6%;
	bottom: 6%;
}

.child-imgbox15 a {
	left: 52.6%;
	bottom: 6%;
}

.child-imgbox16 a {
	left: 60%;
	bottom: 3%;
}

.child-imgbox17 a {
	left: 60%;
	bottom: 0%;
}

.child-imgbox18 a {
	left: 60%;
	bottom: 2%;
}

.child-imgbox19 a {
	left: 44%;
	bottom: 6%;
}

.child-imgbox20 a {
	left: 53%;
	bottom: 4%;
}

.child-imgbox21 a {
	left: 52%;
	bottom: 4%;
}

.child-imgbox22 a {
	left: 51.2%;
	bottom: 4%;
}

.child-imgbox23 a {
	left: 60.2%;
	bottom: 4%;
}

.child-imgbox24 a {
	left: 49.2%;
	bottom: 4%;
}

.child-imgbox25 a {
	left: 48.2%;
	bottom: 4%;
}

.child-imgbox26 a {
	left: 45.2%;
	bottom: 4%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.content h2 {
	font-weight: 300;
	font-size: 4em;
	padding: 0 0 10px;
	color: #333;
	margin: 0 1% 40px;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.02);
	text-shadow: 0 0 2px #fff;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}

img {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6);
}

.btn-link {
	margin: 0;
	padding: 0;
	position: absolute;
	/* top: 2%; */
	right: 43%;
	bottom: 10%;
}

.btn-link3 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 37%;
	bottom: 7%;
}

.btn-link4 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 33%;
	bottom: 9%;
}

.btn-link5 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 42%;
	bottom: 9%;
}

.btn-link6 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 33%;
	bottom: 10%;
}

.btn-link7 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 33%;
	bottom: 10%;
}

.btn-link8 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 36%;
	bottom: 10%;
}

.btn-link9 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 35%;
	bottom: 10%;
}

.btn-link10 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 33%;
	bottom: 10%;
}

.btn-link11 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32%;
	bottom: 10%;
}

.btn-link12 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 33%;
	bottom: 10%;
}

.btn-link13 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 42%;
	bottom: 10%;
}

.btn-link14 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40%;
	bottom: 10%;
}

.btn-link14 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40%;
	bottom: 10%;
}

.btn-link15 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 37%;
	bottom: 12%;
}

.btn-link16 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 39%;
	bottom: 10%;
}

.btn-link17 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32%;
	bottom: 5%;
}

.btn-link18 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32%;
	bottom: 2%;
}

.btn-link19 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32%;
	bottom: 5%;
}

.btn-link20 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32%;
	bottom: 3%;
}

.btn-link21 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 47%;
	bottom: 9%;
}

.btn-link22 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 39%;
	bottom: 7%;
}

.btn-link23 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40%;
	bottom: 7%;
}

.btn-link24 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40%;
	bottom: 7%;
}

.btn-link25 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 32%;
	bottom: 6%;
}

.btn-link26 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 42%;
	bottom: 6%;
}

.btn-link27 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 43%;
	bottom: 6%;
}

.btn-link28 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 45%;
	bottom: 6%;
}

button {
	width: 135px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	margin-top: 15px !important;
	outline: none;
	background-color: #06adc9f5;
	padding: 0;
	color: white;
	font-size: 18px;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
}

button a {
	color: white;
}

.Bold-Heading {
	text-transform: capitalize !important;
	font-weight: 700;
	font-size: 1.2em !important;
}

.SemiBold-txt {
	margin-top: 0px !important;
	padding-left: 35px !important;
	color: #ffffff !important;
	font-size: 1.0em;
	font-weight: 500 !important;
	padding-bottom: 20px;
}

.div-1 {
	position: absolute;
	height: 100%;
	background-color: transparent;
	width: 20%;
	left: 13%;
	z-index: 9999;
	top: 60px;
}

.div-2 {
	position: absolute;
	height: 100%;
	background-color: transparent;
	width: 20%;
	right: 13%;
	z-index: 9999;
	top: 60px;
}

/* @media screen and (min-width: 1485px){
	img{
		max-width: 100%;
		max-height: 100%;
		display: block;
		margin: 0 auto;
	}
} */
@media screen and (max-width:800px) {
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width:792px) {
	button {
		width: 85px;
		height: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		outline: none;
		background-color: #06adc9f5;
		padding: 0;
		color: white;
		font-size: 12px;
		border-radius: 10px 2px 10px 2px;
		cursor: pointer;
	}
}

@media screen and (max-width:592px) {
	#tblcontents {
		display: none;
	}

	.bb-custom-wrapper nav span:first-child {
		left: -42px;
	}

	.bb-custom-wrapper nav span:last-child {
		left: 15px;
	}
}

@media screen and (max-width:400px) {

	.menu-panel,
	.content {
		font-size: 75%;
	}
}