body
{
	background-color: #1e1c1c;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.mb100
{
	margin-bottom: 100px;
}

.bordertop
{
	border-top: 1px solid #fff;
}

/*  header */
#header
{
	margin: 10px 0px 0px 0px;
}

#iconbook
{
	width: 17%;
	float: left;
	text-align: left;
	padding: 5px 0px;
}

#title
{
	width: 60%;
	float: left;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 0px;
}


#logo
{
	width: 20%;
	float: left;
	text-align: right;
	padding: 5px 0px;
}
/* header */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  filter: alpha(opacity=97);  /* Opacity for IE8 and lower */
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* heart */
#heartdiv {
    position: relative;
    width: 24px;
    height:21px;
	cursor:pointer;
}
.heartfill {
	background:url(../image/heart-single.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 21px;
}
.heartufill {
	background:url(../image/heart-double.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 21px;
	
}


/* heart */

/* drop down menu */

.dropdown-menu.show
{
	top: 10px !important;
	background-color: #000;
	width: 100%;
	height: 90%;
	margin-left: -18px;
}

.dropdown-menu.show a
{
	color: #fff;
	padding-bottom: 20px;
}

.fa , .far
{
	padding-right: 15px;
}

/* drop down menu  */

/* feature video */

#featurevideo
{
	background-color: #000 !important;
	color: #fff !important;
	border-radius: 0px !important;
	height: auto;
    padding: 10px;
    float: left;
}

.videotitle
{
	color: #fff;
	font-size: 0.9em;
    border-bottom: 1px solid #fff;
    padding:0px 0px 5px 10px;
}

#featurevideo .fvleft
{
	float: left;
    width: 56%;
}
#featurevideo .fvright
{
	float: left;
    width: 40%;
    margin-left: 10px;
}
.fvright p
{
   padding-left: 20px;
   height: 45px;
   border-bottom: 1px solid #fff;
}
.fvfrow
{
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
    padding-top: 5px;
}
.fvfleft
{
	float: left;
	width: 20%;
	margin-left: -20px;
}

.heart1
{
	position: absolute;
    left: 0;
}
.heart2
{
	position: absolute;
    left: 25px;
}

.fvfright
{
	float: left;
	width: 85%;
	text-align: right;
	position: absolute;
}
/* feature video */

/* feature video */
#freeviewo
{
	width: 100%;
	float: left;
	background-color: #000;
	margin:10px 0px;
	padding:10px 20px;
	margin-bottom: 102px;
}

#freeviewoinner
{
	width: 350px;
	overflow-x: scroll;
}
#freeviewoinner a
{
	font-size: 20px;
	color: #fff;
	padding-right: 25px;
}
/* feature video */

/* menu wrapper */

#elem
{
	width: 100%;
    float: left;
    background-color: #000;
    margin-top: 10px;
}

#elem label a
{
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
}

#inner label
{
	padding-top: 10px;
}
 #outer {
   float: left;
   width:80%;
   overflow: hidden;
   white-space: nowrap;
   display: inline-block;
 }
 
 #left-button {
   float: left;
   width: 10%;
   text-align: center;
   padding-top: 10px;
 }

 #left-button a
 {
     color: #fff;
     text-decoration: none;
 }
 
 #right-button {
   float: left;
   width: 10%;
   text-align: center;
   padding-top: 10px;
 }
 
 #right-button a
 {
     color: #fff;
     text-decoration: none;
 }


 #inner:first-child {
   margin-left: 0;
 }
 
 label {
   margin-left: 10px;
 }
 
 .hide {
   display: none;
 }

/* menu wrapper */

/* new horizontal menu */

.wrapper {
  overflow-x:scroll;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  width:100%;
  white-space:nowrap;
  background: #000;
  margin-top: 10px;
  float: left;
}

.elem 
{
  display:inline-block;
  width:auto;
  padding: 0px;
  margin:5px;
}

.elem a
{
    color: #fff;
}

/* new horizontal menu */

/* video scroll */

.first {display: none;}

/* video scroll */

/* accordion */

.accordion
{
	background-color: #000 !important;
	color: #fff !important;
	width: 100%;
}

.card
{
	background-color: transparent !important;
	border: none !important;
}

.accordion>.card .card-header
{
	background-image: url("../image/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right;
}

.card-header
{
	background-color: #000 !important;
	border-top: 1px solid #2b2b2b !important;
	border-bottom: 1px solid #2b2b2b !important;
}

.card-body
{
	background-color: #1e1c1c !important;
	padding: 0px;
}

/* accordion */

/* free video */
.fvrow
{
	width: 100%;
	float: left;
	padding: 0px 10px;
}
.ffvcol1
{
	width: 60%;
	float: left;
}
.ffvcol2
{
	width: 40%;
	float: left;
}

.fvcol1
{
	width: 40%;
	float: left;
}
.fvcol2
{
	width: 60%;
	float: left;
}
.fvinright
{
	background-color: #000;
	height: 99px;
}
.fvinright p
{
	border-bottom: 1px solid #fff;
}

.fvcvbtn
{
	margin: 10px 0px 5px 0px;
}
.btnplay-sm
{
	margin: 0px 0px 5px 10px;
}
/* free video */

/*chapterselect*/

#chapterselect select
{
	border: 0px;
	background-color: #000;
	color: #fff;
	font-size: 24px;
	padding: 5px 15px;
	width: 100%;
	margin-bottom: 20px;

	/* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url(../image/arrow-down.png);
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
 
}

#chapterselect select option
{
	width: 50%;
}

.card-title
{
	color: #fff;
}
.card-title:hover
{
	color: #fff;
}

.playbtn
{
	padding:15px 0px;
	float: right;
    width: 43px;
}

.chapterfooter
{
	width: 
}

/*chapterselect*/

@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}


/* history */

#histcontainer
{
    float: left;    
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
}

#histheader
{
	width: 100%;
	float: left;
	padding: 5px 15px;
    font-size: 24px;
	background-color: #000;
	color: #fff;
}

#subscription
{
	width: 100%;
	float: left;
	padding: 5px 0px 5px 46px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	margin:10px 0px;
}

.subrow
{
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.subcol1
{
	width: 50%;
	float: left;
	text-align: left;
}
.subcol2
{
	width: 10%;
	float: left;
	text-align: center;
}
.subcol3
{
	width: 40%;
	float: left;
	text-align: left;
}
.subcol4
{
	width: 50%;
	float: left;
	text-align: left;
}

.histcol
{
	width: 45%;
	float: left;
	padding: 5px;
	background-color: #000;
	margin:0px 0px 15px 15px;
	height:120px;
}
.histfrow
{
	border-top: 1px solid #fff;
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.histmessage
{
	width: 90px;
    float: left;
    padding-top: 0px !important;
    font-size: 14px;
    padding-left: 0px !important;
    margin-left: -20px;
    word-wrap: break-word;
}
.histimage
{
	width: 80%;
    margin-left: -8px;
}
.hviews
{
	font-size: 10px;
}
.histfc1
{
	float: 20%;
	float: left;
}
.histfc2
{
	float: left;
    width: 35%;
    text-align: right;
    position: absolute;
}
/* history */


/* content */

#chaptermain
{
	width: 100%;
	float: left;
	margin-bottom: 100px;
}

.contentmow
{
	width: 100%;
	float: left;
	border-top: 1px solid #fff;
    padding-top: 5px;
}
.contentrow
{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.contentcol1
{
	width: 40%;
	float: left;
}

.contentcol2
{
	width: 60%;
	float: left;
}
.contentplaybtn {
    padding: 15px 0px;
    float: left;
    width: 100%;
}

.contentright
{
	background-color: #000;
    height: 115px;
}
/* content */

/* footer */
footer
{
	width: 92%;
    float: left;
    margin: 0px 15px;
    background-color: #000;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	opacity: 0.5;
}
.footerinner
{
	text-align: center;
}
.footerinner a
{
	padding: 0px 20px;
}

/* footer */