@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* Shree Ganshay nmah */
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/icon/fontawesome-webfont.eot@v=3.0.1');
	src: url('../font/icon/fontawesome-webfont.eot@#iefix&v=3.0.1') format('embedded-opentype'),
		 url('../font/icon/fontawesome-webfont.woff@v=3.0.1') format('woff'),
		 url('../font/icon/fontawesome-webfont.ttf@v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../font/opensans-bold.eot');
    src: url('../font/opensans-bold.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-bold.woff') format('woff'),
         url('../font/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../font/opensans-regular.eot');
    src: url('../font/opensans-regular.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-regular.woff') format('woff'),
         url('../font/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('../font/opensans-italic.eot');
	src: url('../font/opensans-italic.eot@#iefix') format('embedded-opentype'),
		 url('../font/opensans-italic.woff') format('woff'),
		 url('../font/opensans-italic.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../font/opensans-semibold.eot');
    src: url('../font/opensans-semibold.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-semibold.woff') format('woff'),
         url('../font/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../font/opensans-extrabold.eot');
    src: url('../font/opensans-extrabold.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-extrabold.woff') format('woff'),
         url('../font/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../font/opensans-light.eot');
    src: url('../font/opensans-light.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-light.woff') format('woff'),
         url('../font/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../font/opensans-lightitalic.eot');
    src: url('../font/opensans-lightitalic.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-lightitalic.woff') format('woff'),
         url('../font/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/bebasneue-webfont.woff') format('woff'),
         url('../font/bebasneue-webfont.ttf') format('truetype'),
         url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'great_vibesregular';
    src: url('../font/greatvibes-regular-webfont.eot');
    src: url('../font/greatvibes-regular-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/greatvibes-regular-webfont.woff') format('woff'),
         url('../font/greatvibes-regular-webfont.ttf') format('truetype'),
         url('../font/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
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: 'OpenSansRegular';
	font-weight: 400;
	font-size: 100%;
	color: #001d1b;
	height: 100%;	
}



/*scroll bar for safari & chrome*/

::-webkit-scrollbar {

width: 15px;

height: 2px;

}

::-webkit-scrollbar-button:start:decrement,

::-webkit-scrollbar-button:end:increment {

height: 1px;

display: block;

background-color: #5a2400;

}

::-webkit-scrollbar-button:horizontal:start:decrement,

::-webkit-scrollbar-button:horizontal:end:increment {

height: 1px;

display: block;

background-color: #EFF7FF;

}

::-webkit-scrollbar-track-piece {

background-color: #1f0700;box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;

}

::-webkit-scrollbar-thumb:vertical,

::-webkit-scrollbar-thumb:horizontal

{

background-color:#5a2400;

border: 1px solid #dd1338;

-webkit-border-radius: 20px;box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;

}

/*scroll bar for mozilla*/

::-moz-scrollbar {

width: 15px;

height: 2px;

}

-moz-scrollbar-button:start:decrement,

-moz-scrollbar-button:end:increment {

height: 1px;

display: block;

background-color: #5a2400;

}

-moz-scrollbar-button:horizontal:start:decrement,

-moz-scrollbar-button:horizontal:end:increment {

height: 1px;

display: block;

background-color: #EFF7FF;

}

-moz-scrollbar-track-piece {

background-color: #ebe19c;

}

-moz-scrollbar-thumb:vertical,

-moz-scrollbar-thumb:horizontal

{

background-color:#000;

border: 1px solid #dd1338;

-moz-border-radius: 20px;

}




.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%;
}

.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: 290px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #002c29;
	width: 288px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	overflow:scroll;
	scrollbar-color:#000;
}

.js .menu-panel {
	position: absolute;
	left: -290px;
}

.menu-panel h3 {
	font: 20px/20px'OpenSansRegular';
	padding: 20px;
	font-weight: 300;
	color: #5de8df;
	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: 16px/20px'OpenSansRegular';
	line-height: 1.5;
	padding: 10px 20px;
	cursor: pointer;
	background: #328f8a;
	border-bottom: 1px solid #001918;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #1c807a;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	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: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #07504c;
	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: #000;
}

.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: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 10px 5%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	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:35px/35px'bebas_neueregular';
	padding: 0 0 10px;
	color: #fefefe;
	margin: 0 1% 20px;
	text-align: left;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .5);
		background-color:#2c6d69;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	width:100%;
	height:100%;
}

.content h5 {
		font:41px/35px'bebas_neueregular';
	padding: 0 0 10px;
	color: #3a1d00;
	margin: 0 1% 20px;
	text-align: left;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .5);
	text-shadow: 0 0 2px #fff;
	background-color:#FFCC66;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	width:100%;
	height:50px;
}

.text_green{
font: 20px/20px'OpenSansBold';
color: #004642;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:underline;
text-transform: uppercase;
padding-top:35px;
padding-left:75px;
}


.text_maroonnew{
font: 20px/20px'OpenSansBold';
color: #860202;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:underline;
padding-top:35px;
padding-left:0px;
}

.text_white{
font: 15px/20px'OpenSansBold';
color: #fff;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:none;
text-transform: uppercase;
padding-top:15px;
padding-left:5px;
}

.text_red{
font: 20px/20px'OpenSansBold';
color: #520003;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:none;
text-transform: uppercase;
padding-top:12px;
padding-left:5px;
}


.text_black{
font: 17px/20px'OpenSansBold';
color: #1a1a1a;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:none;
text-transform: uppercase;
padding-top:35px;
padding-left:75px;
}

.text_black_regular{
font: 15px/20px'OpenSansRegular';
color: #1a1a1a;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:none;
padding-top:5px;
padding-left:5px;
}


.text_blackboldnew{
font: 17px/20px'OpenSansBold';
color: #1a1a1a;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:none;
text-align:justify;

padding-top:5px;

font-weight:bold;

}
.text_black1{
font: 17px/20px'OpenSansRegular';
color: #1a1a1a;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration:none;
padding-top:5px;
padding-left:10px;
padding-right:10px;
text-align:justify;

}

  .link1{
font: 20px/20px 'OpenSansRegular';
color: #3c230f;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration: underline;
font-weight:bold; }
 
 .link1:hover{color: #bcab6c;text-decoration: none; }


  .link2{
font: 25px/40px 'OpenSansRegular';
color: #3c230f;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration: underline;
font-weight:bold;
padding-left:25px; }
 
 .link2:hover{color: #e10606;text-decoration: none; }

  .link3{
font: 16px/20px 'OpenSansRegular';
color: #3c230f;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration: underline;
font-weight:bold; }
 
 .link3:hover{color: #bcab6c;text-decoration: none; }


.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;
}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}