@font-face {src: url("cdac.ttf");font-family: "cdac";}

.cdac {
	font: 3.5em 'cdac';
}


body {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color:none;
	background:none;
  line-height:1.5;
  overflow-x: hidden;
  padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

p{
  font-size:16px;
}
a{
  color:#353535;
}
a:hover{
  color:#A4A4A4;
}
footer {
    position: relative;
    min-height: 100px;
    bottom: 0
    width: 100%;
    margin: 50px 0;
    background-color:rgba(37,97,137,1);
    color:#b9dbf3;
    font-size: 20px;
}
.footer-link  {
  color: #b9dbf3;
  font-size:22px;
  float:right;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgba(37,97,137,1);
}
.homebanner{
  border-radius: 10px 10px 0 0 ;
  padding:5px 5px 0px 0px;
  margin:-5px -10px 0px 15px;
  width: 100%;
}
.homebanner img{
  border-radius: 10px 10px 0 0 ;
  padding:5px 5px 0px 0px;
  width: 100%;
}
/* tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #A4A4A4;
    color:#353535;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #A4A4A4;
    color: #353535;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* Alignment */
.center {
    padding: 70px 0;
    text-align: center;
}
.star{
  font-size: 50px;
}
/* responsive image*/
/* XL Screen, laptop*/
@media screen and (min-width: 1024px) {
img{
  max-width:200px;
 }

.book{
 width:100%;
  height: 500px;
  position: relative;
 }

.book img{
  width:700px;
  height:700px;
  margin: 0;
 }
.header2{font-size: 3em;}
.header3{font-size: 28px;}
.PageNavbar{
  padding-top:1px;
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 10px 10px 0px 0px;
  border-bottom:1px solid #ffffff;
   margin-top: 0; 
  
 }

.page_heading{
  border-radius: 10px 10px 0 0 ;
  padding:5px 5px 0px 0px;
  margin:0px -15px 0px -15px;
 }
.gamefont{
  font-size:100px;
  color:#990000;
  width:100%;
  height:80%;
  text-align:center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:2px inset #b9dcf4;
}

.SideBar{
  padding-left: 0;
  position: absolute;
  cursor: hand;
  width:300px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 2px inset #FF490C;
}
.smallscreenlist{
  display: none;
}
.bigscreenlist{
  display: block;
}
}

/* Large screen*/
@media screen and (min-width:767px) and (max-width: 1023px) {
   img{
    width:70%;
  }
.book{
  width: 500px;
  height: 600px;
}
.book img{
  width:500px;
  height:600px;
}
.smallscreenlist{
  display: none;
}
.bigscreenlist{
  display: block;
}
.navbar-brand >img{
  width:140px;
  position: absolute;
  left: 30%;
}
.header2{font-size: 2.0em;}
.header3{font-size: 24px;}
.PageNavbar{
  padding-top:5px;
  background-color: transparent;
  border-radius: 10px 10px 0px 0px;
  border-bottom:1px solid #ffffff;
  margin-top: 0; 
 
 }
.page_heading{
  border-radius: 10px 10px 0 0 ;
  padding:-10px 0px 0px 0px;
  margin:0px -15px 0 -15px;
  height: 40px;
 }
 .gamefont{
  font-size:80px;
  color:#990000;
  width:100%;
  height:80%;
  text-align:center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:2px inset #b9dcf4;
}

.SideBar{
  padding-left: 0;
  cursor: hand;
  position: absolute;
  width:300px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 2px inset #FF490C;
}
}
/* medium screen,tablet*/
@media screen and (min-width:326px) and (max-width: 766px) {
   img{
    width:70%;
  }
.book{
  width:400px;
  height: 500px;
}
.book img{
  width:400px;
  height:500px;
}
.navbar-brand >img{
  width:140px;
  position: absolute;
  left: 30%;
}
.smallscreenlist{
  display: block;
}
.bigscreenlist{
  display: none;
}
.header2{font-size: 1.9em;}
.header3{font-size: 20px;}
.PageNavbar{
  padding-top:1px;
  background-color: transparent;
  border-radius: 10px 10px 0px 0px;
  border-bottom:1px solid #ffffff;
  margin-top: 0; 
   
 }
.page_heading{
  border-radius: 10px 10px 0 0 ;
  padding:-10px 0px 0px 0px;
  margin:60px -15px 0 -15px;
  height: 40px;

 }
 .gamefont{
  font-size:60px;
  color:#990000;
  width:100%;
  height:80%;
  text-align:center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:2px inset #b9dcf4;
}


.SideBar{
  padding-left: 0;
  position: absolute;
  cursor: hand;
  width:200px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 2px inset #FF490C;
  cursor: hand;
}
}

/* small screen*/
@media screen and (max-width: 320px) {
   img{
  width:100px;
}
.book{
  width:100%;
  height: 400px;
}
.book img{
  width:300px;
  height:400px;
}
.smallscreenlist{
  display: block;
}
.bigscreenlist{
  display: none;
}
  .navbar-brand >img{
  width:100px;
  position: absolute;
  left: 30%;
}
.header2{ font-size: 1.2em; }
.header2{font-size: 16px;}

.PageNavbar{
  padding-top:5px;
  background-color: transparent;
  border-radius: 10px 10px 0px 0px;
  border-bottom:none;
  margin-top: 0; 
 
 }
 
.page_heading{
  border-radius: 10px 10px 0 0 ;
  padding:-5px -5px 0px 0px; /*top right bottom left*/
  margin:0px -15px 0px -15px;
  height:30px;
  z-index: 0;
 }
 .page_submenu{
  z-index: -1;
  border-radius: 10px 10px 0 0 ;
  padding:5px 5px 0px 0px;
  margin:0px -15px 0px -15px;
 }
 .page_display{
   top:10px; 
  }
 .gamefont{
  font-size:50px;
  color:#990000;
  width:inherit;
  height:80%;
  text-align:center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:2px inset #b9dcf4;
}


}
/*=================================MEDIA==END=========================*/

.MainNavbar{
	 background-color:rgba(37,97,137,1);
   /*background-color: rgba(23,79,159,1);*/
	 display:inline-block;
   padding-top:0px;
	 margin-bottom: 0;
   
}
.MainNavbar .navbar-nav > li > a {
  background-color: rgba(37,97,137,1);
  color: #b9dbf3;
  font-size:16px;
  display: inline-block;

}
.MainNavbar .navbar-brand{
	background: url("/asset/images/Logo_1.png") no-repeat center center fixed; 
  background-color: rgba(37,97,137,1);
	display:inline-block;
	padding-top:1px;
}
.MainNavbar .navbar-brand:hover,
.MainNavbar .navbar-brand:focus
{
	display:inline-block;
	background-color: #539fd3;
	color:#eee;
	padding-top:1px;
}
.MainNavbar .navbar-nav > li > a:hover,
.MainNavbar .navbar-nav > li > a:focus {
  color: #eee;
  background-color: #539fd3;
}

.PageNavbar{
	 /*background-color:rgba(0,158,221,1);*/
   display:inline-block;
   width:100%;
   background-color: transparent;
   border-radius: 10px 10px 0px 0px;
   border-bottom:1px solid #ffffff;
   margin-top: 0; 

}
.PageNavbar .navbar-brand{
	display:inline-block;
	padding-top:2px;
  color:#fbfbfb;
}
.PageNavbar .navbar-brand:hover,
.PageNavbar .navbar-brand:focus
{
	display:inline-block;
	background-color: rgba(37,97,137,1);
	color:#eee;
	padding-top:2px;
}

.PageNavbar .navbar-nav > li > a:hover,
.PageNavbar .navbar-nav > li > a:focus {
 	background-color:rgba(37,97,137,1);
  color:#eee;
}
.PageNavbar .navbar-nav > li > a {
  color: #414141;
  font-size:20px;
  /*background-color:rgba(0,158,221,1);*/
}
.Sub_navbar{
  background-color: #ffffff;
  border-bottom: 2px #50514f;
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 40%;
}
.Sub_navbar .navbar-nav > li > a:hover,
.Sub_navbar .navbar-nav > li > a:focus {
  background-color: #ffffff;
}
.page_display{
background-color: #efefef;
border-radius: 15px;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ------------------------
     Fonts
-------------------------*/
.letters{
  color: :#e0e0e0;
}
.letters a{
  color:#50514f;
}
.letters > p > a{
  color:#50514f;
}


a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background:#247BA0 url("/asset/images/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
a.back-to-top:hover{
  background-color: #EF8732;
}
.Main_box {
	background-color:rgba(216,216,216,0.9);
	color:#414141;
	width:70%;
	margin:auto;
	padding:20px 20px 20px 20px;
	font-family:Arial;
	font-size: 100%;
	font-style:bold;
	border-radius:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

  
.game_text{
  font-style: bold;
  color:#990000;
  font-size: 60px;
}

.game_options{
  font-size: 60px;
  font-style: bold;
  color:#3E3270;
}
.game_options:hover{
  cursor: pointer;
}
.game_result{
   font-size: 60px;
  font-style: bold;
  color:#3F6B0D;
}
.img_card {
  max-width: 450px;
  max-height:250px;
  border: 1.5px solid #ff9a16;
  text-align: center;
}

.img_card h4{
	padding: 10px;
	margin-bottom:0;
	background-color:#ff9a16;
}
.img_card:hover{
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.img_card_top {
  border: 2px solid #ff9a16;
  text-align: left;
  height:200px;
}

.img_card_top h3{
  padding: 8px;
  margin-top:0;
  background-color:#ff9a16;
  color:#3c3c3c;
}
.img_card_top:hover{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.raise_box {
  text-align: left;
  overflow: hidden;
  margin-left: 3px;
}

.raise_box:hover{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.raise_box_Horizontal {
  text-align: left;
  height: 130px;
  width: 200px;
  overflow: hidden;
  margin-left: 3px;
}
.raise_box_Horizontal:hover{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.letter_box{
  width:100%;
  margin:0px;
  border: 15px inset #CC732A;
  background-color: #CC732A;
}

/*--------------------
Arrows
---------------------*/
.left-arrow {
  width:22px;
  height:90%;
  margin-top:20%;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent; 
  border-right:50px solid orange;
}

.left-arrow:hover{
  cursor: pointer;
  box-shadow: 10px 0 2px 0 #c3c3c3 inset;
}
.right-arrow {
  width:50px;
  height:90%; 
  margin-top:20%;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent; 
  border-LEFT:50px solid ORANGE;
}
#printableImage{
  height:500px;
  width: 300px;
  margin-left: 20%;
  margin-top: 5%;
  cursor: pointer;
  vertical-align: center;
  border: 2px solid #c3c3c3;
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0;
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30%;
}

/*-------------------
 Image Fade in 
 -------------------*/
@-webkit-keyframes cf3FadeInOut {
   0% {
     opacity:1;
   }
   25% {
    opacity:1;
  }
  75% {
    opacity:0;
  }
  100% {
   opacity:0;
 }
}

@-moz-keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

@-o-keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

@keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}


 .img_FadeIn{
  position:relative;
  height:350px;
  width:100%;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  left:0;
  right:0;
 }

 .img_FadeIn img{
  position:absolute;
  left:0;
  height:400px;
  width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
 }
.top:hover{
   opacity:0;
}

.top{
  -webkit-animation-name: cf3FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  -webkit-animation-direction: alternate;

  -moz-animation-name: cf3FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 3s;
  -moz-animation-direction: alternate;

  -o-animation-name: cf3FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration:3s;
  -o-animation-direction: alternate;

  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-direction: alternate;
}
/*_____________________
e-books
_______________________*/
.storyboard{
  width: 100%;
  max-height:700px;
  /*background-color: #CEE3F6;*/
  background-color: #fffff;
}
.storyboard h1{
  text-align: center;
  color: #3c3c3c;
  padding-top: 45%;
}
/*.storyboard img{
  width: 100%;
  vertical-align: center;
  align:center;
  padding-top: 10%;
}*/
.storyboard .vertical_divider{
  height:100%; 
  width:0.1px;
  background:#c3c3c3;
}
 .arrow{
  color:#ff0000;
  font-size:20px;
  -moz-opacity:0.05;
  opacity:25%;
  cursor:hand;
  float:center;
  margin-left: 45%;
  
}

/* --------------------

  Select Menu

-----------------------*/
.styled-select {
  overflow: hidden;
  height: 220px;
  float: left;
  width: 300px;
  margin-right: 10px;
  background: url('/asset/images/down_arrow.png') no-repeat right center #727272;
}

.styled-select select {
  font-size: 150px;
  border-radius: 0;
  border: none;
  background: transparent;
  width: 300px;
  overflow: hidden;
  padding-top: 0px;
  height: 220px;
  text-indent: 10px;
  color: #ffffff;
  -webkit-appearance: none;
}

.styled-select optgroup {
    font-size: 14px;
}

.styled-select option.service-small {
  font-size: 14px;
  padding: 5px;
  background: #727272;
}

/*-----------------------
Jeopardy Game
---------------------*/
.hiddenDiv{
  display:none;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight:bold;
  }
.showDiv{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0000ff;
  cursor:pointer;
  font-weight:bold;
  font-size: 66px;
}
.headerColumn{
  font-weight:bold;
  font-size: 18pt;
  color:white;
  text-align:center;
  border: 1px outset;
}
.questionColumn{
  cursor:pointer;
  border: 1px outset;
  text-align:center;
  font-weight:bold;
  font-size: 30pt;
}
.questionColumnHighlight{
  cursor:pointer;
  border: 1px outset;
  text-align: center;
  background: #00aaff;
  font-weight:bold;
  font-size: 30pt;
}

.questionColumnComplete{
  border: 1px outset;
  text-align:center;
}

/* -----------------------------
Horizontal and Vertical Rulers
-------------------------------*/
.Orange_vr{
    border: 0;
	vertical-align:center;
    height: 400px;
	width:2px;
	//box-shadow: 2px 0px 2px 1px rgba(255, 73, 12, 0.12);
    background-image: linear-gradient(to top, rgba(239, 135, 50, 0), rgba(239, 135, 50, 0.75), rgba(239, 135, 50, 0));
}
.Orange_vr_shadow{
	border: 0;
	vertical-align:center;
    height: 400px;
	width:3px;
	box-shadow: 2px 0px 2px 1px rgba(255,73,12,0.25);
	}


/*----------------------------------
   Print content
-----------------------------------*/
@media print /*--This is for Print--*/
{
    .btn
    {
        display: none;
    }
    .tble
    {
        background-color: #CD853F;
        border:1px solid green;
        -webkit-print-color-adjust: exact
 
/*above line of codes will set the table background-color and change the border color when we give the print and preview (print preview only when we see on print preview via browser) command*/
    }
   
}
@media screen /*--This is for Print Preview Screen--*/
{
    .btn
    {
        display: none;
    }
    .tble
    {
        background-color: #CD853F;
        border:1px solid green;
    }
}


/* -------------------------------
    Tabset
  -----------------------------*/

 .nav-tabs > li a.ng-binding{
      color :#f3f3f3 !important;
      background-color :#428bca !important;
      text-decoration: none;
   }
   .nav-tabs > li a.ng-binding:hover,
   .nav-tabs > li.active > a.ng-binding, .nav-tabs > li.active > a.ng-binding:focus, 
   .nav-tabs >  li.active > a.ng-binding:hover{
      color:#428bca !important;
      background-color : #ffffff !important;
      text-decoration: none;
   }

  .tabContent{
    color : #353535;
    background-color: #ffffff !important;
    padding : 5px 15px;
  }

  .tabhead{
    background-color: #428bca;
    color:#fbfbfb;
    border-radius: 10px 10px 0 0;
  }
  .tabset{
    background-color: transparent;
    color:#fbfbfb;
    margin:20px 20px;
  }

  // = Side Tabs
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}


/*-----------------------------
        carousel
-------------------------------*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 1;
}

/*----------------------------------------------
icons
-----------------------------------------*/
.microphone{
  width:1.5em;
  height:3em;
  background:#3dc0f1;
  border-radius:1em;
}
.microphone:before{
  content:"";
  position:absolute;
  bottom:-1em;
  left:-0.75em;
  width:3.0em;
  height:0.35em;
  background:#3dc0f1;
}
.microphone:after{
  content:"";
  position:absolute;
  bottom:-0.5em;
  left:-0.5em;
  width:2.5em;
  height:2.0em;
  border:0.3em solid #3dc0f1;
  border-top:0.3em solid #ffffff;
  border-radius:0 0 1.5em 1.5em;
}
.icon{
  position:absolute;
  margin:auto;
  display:inline-block;
}