.bc_submitBtn{
	background-color:#00bea5;
	color: white;
}

.top_buffer_15{
	margin-top:15px;
}

.top_buffer_25{
	margin-top:25px;
}

.innerbody h1{
	text-align:left;
	padding-bottom:5px;
}

.numvideos{
	font-size:1.188em;
	margin-top:2px;
}

.weblink{
	font-size:1.112em;
}

.isbnnumber{
	font-size:1.438em;
}

.nodisplay{
	display:none;
}

.hidden{
	display:hidden;	
}

.visible{
	display:visible;	
}

.videoList{
	
}

.descColor{
	color: #999;
}

.videothumb{
	width:180px;
	height:111.03px;
	position:relative;
	cursor:pointer;
}

.bottom5px{
	margin-bottom:5px;
}

.nav_videothumb{
	width:80px;
	height:49px;
	position:relative;
	cursor:pointer;
}

.nav_videothumb{
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	border:1px solid #000;
}

#side_nav{
	max-height:346.86px;
	overflow: hidden;
	font-size:13px;
}
#mCSB_1, #mCSB_2{
	/*word-wrap: break-word;*/
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		
		/* Shadows */
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		
		/* Shadows */
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	
	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}

#btm-video-nav{
	max-height:550px;
	overflow:hidden
}

.thumboverlay, .thumboverlay_nav, .thumboverlay:hover, .thumboverlay_nav:hover
{
	background-position:center;
	z-index:600000;
	position:absolute;
	width:100%;
	height:100%;	
}

.thumboverlay{
	background-image: url('../images/play_overlay.png');
}

.thumboverlay:hover{
	background-image: url('../images/play_overlay_hover.png');
}

.thumboverlay_nav{
	background-image: url('../images/play_overlay_nav.png');
}

.thumboverlay_nav:hover{
	background-image: url('../images/play_overlay_hover_nav.png');
}

.videothumb img{
	width:180px;
	height:111.03px;
}

.nav_videothumb img{
	width:80px;
	height:49px;
}

.nav-thumb-text{
	line-height:15px;
	vertical-align:center;
	display:inline;
	margin-left: -10px;
}

#loadingDivBg, #loadingDivloader{
	position:fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
	color:white;
}

#loadingDivBg{ 
  background-color:#00bea5;
  z-index:10000000;
}

#loadingDivloader{
	background-image:url('../images/loading.gif');
	background-repeat:no-repeat;
	background-position:center 40%;
	z-index:12000000;
}

.loadingtext{
	text-align:center; color:white; font-size:25px; margin-top:15%
}

.videoList{
	padding-top:10px;
	padding-bottom:10px;
}

.side-nav-select{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

.videoList:hover, .side-nav-select:hover{
	background-color:#ebebe8;
	color:	black;
}

.current_video{
	background-color:#337ab7;
	color:white;
}

.videoList-container{
	padding-top:15px;
}

#mCSB_2_scrollbar_vertical{
	margin-right:15px;
}

/* Media Queries */
.btm-thumb-nav-text {
        margin-left:-5.5%;
}

@media only screen and (max-width: 992px) {
    .btm-thumb-nav-text {
        margin-left:-3.5%;
    }
}

@media only screen and (max-width: 960px) {
    .btm-thumb-nav-text {
        margin-left:-2%;
    }
}

@media only screen and (max-width: 852px) {
    .btm-thumb-nav-text {
        margin-left:20px;
    }
}

@media only screen and (max-width: 768px) {
    .btm-thumb-nav-text {
        margin-left:-15px; /* inherited from .row */
    }
	
	#side_nav{
		display:none;
	}
}

@media only screen and (min-width: 768px) {
	
}




