:root {
  --dark-grey: #505151;
  --lt-grey: #999;
  --orange: #e47846;
  --blue: #456375;
  --bg: #F4FCFC;
  --chat-main: #1b262c;
  --chat-sub: #022c43;
}

body {
 font-family: 'Open Sans';
}

.bg-dark {
 background-color: #222 !important;
}

img {
 animation: slidein 3s ease-in 1s infinite reverse both running;
}

nav {
 min-height: 50px;
}

.tab-link {
 
 font-weight: 800;
 font-size: 120%;
 
}

.tab-link.active {
 color: black !important;
 background-color: #efefef !important;
 border-bottom-color: #efefef !important;
}

.tab-link:not(.active) {
 color: gray !important;
 border-bottom-color: #dee2e6 !important;
}

.tab-link:not(.active):hover {
  color: #04d !important;
 }

.lesson-syllabus {
 background-color: #efefef;
 padding-bottom: 10px;
}

.lesson-discussion {
 background-color: #efefef;
 padding-bottom: 20px;
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


.carousel {
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}


.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.navbar-brand > img {
 
 height: 30px;
 
}

.table-discussion {
 
 width: 90%;
 table-layout: fixed;
 margin-bottom: 5px;
 background-color: white; border-radius: 10px;
 
}

.table-discussion-comments {
 
 margin-left: 10%;
 width: 90%;
 table-layout: fixed;
 margin-bottom: 5px;
 background-color: #f7f7f7; border-radius: 10px;
 
}

.col-profile {
 padding-right: 10px;
 vertical-align: top;
  padding-top: 10px; padding-bottom: 10px;
}

.col-comment {
 vertical-align: top;
  padding-top: 10px; padding-bottom: 10px;
}

.navbar .nav-item .nav-link {
 color: white;
 font-weight: 600;
}

.form-control {
 font-size: 70%;
}

.bg-light {
 background-color: white !important;
}

.bg-dark {
 /*background-color: black !important;*/
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.btn {
 /*
 text-transform: uppercase;
 font-size: 70%;
 */
 font-weight: 800;
}

.btn-danger {
 
 background-color: red;
 border-radius: 2px;
 
}

.btn-head {
 margin-right: 10px;
 cursor: pointer;
}

.btn-link {
 color: black !important;
}

.item {
 cursor:pointer;
}

.dropdown-item {
 font-size: 70%;
}

.mb0 {
 margin-bottom: 0px;
}

.m0 {
 margin: 0px;
}


.p10 {
 padding: 10px;
}

.p5 {
 padding: 5px;
}

.p0 {
 padding: 0px;
}

.pl0 {
 padding-left: 0px;
}

.m10 {
 margin: 10px;
}

.pl10 {
 padding-left: 10px;
}

.c-white {
 color: white;
}

.b-black {
 background-color: black;
}

.gone {
 display: none;
}

.mt10 {
 margin-top: 10px;
}

.chip-lang {
 font-size: 80%;
}

.img-user {
 
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background-color: #444;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 
}

.card-text {
 font-size: 75%;
 color: gray;
 line-height: 1.5;
}

.card-title {
 overflow:hidden;
 white-space: nowrap;
}

.alert {
 font-size: 60%;
 text-align: center;
 padding: 6px;
}


.foot-link {
 font-size: 80%;
 padding: 10px;
}

.crumb {
 margin-top: 1rem;
 text-transform: capitalize;
}

li > a {
 font-size: 80%;
 line-height: 1.5;
}

.btn-group-left {
 
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 
}

.btn-group-right {
 
 border-top-left-radius: 0px;
 border-bottom-left-radius: 0px;
 
}

.vid {
 width: 100%;
}

.w100 {
 width: 100%;
}

.lesson-desc {
 color: #aaa;
}

.placeholder-image {
 width: 100%;
 height: 150px;
}

.index-row {
 padding-top: 1rem;
}

.index-row-title {
 font-weight: 600;
 padding-bottom: 10px;
}

.owl-nav {
 margin-top: -5px !important;
 font-size: 200%;
}

.owl-next {
 margin-left: 20px !important;
}

.owl-prev {
 margin-right: 20px !important;
}

.owl-dots {

}

.lesson-row {
 padding-top: 1rem;
}

.lesson-excerpt {
 color: #666;
}

.lesson-category {
 font-weight: 800;
 text-transform: capitalize;
}

.lesson-type {
 text-transform: capitalize;
 color: #999;
}

.lesson-count {
 color: #999;
}

.lesson-src {
 width: 100%;
 margin-bottom: 1rem;
}

.lesson-btn {
 margin-right: 10px;
}

.lesson-row-title {
 font-weight: 800;
}

.item-related {
 cursor: pointer;
}

.foot-link-about {
 color: white;
}

.nav-header {
  width: 100px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.nav-slant {
 -webkit-transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);
  border-right: solid 1px #555;
}

.nav-header-ext {
 width: 150px;
 text-align: center;

}

.index-nav-learn {
 color: #dc39b3 !important;
 font-weight: 700 !important;
}

.index-nav-move {
 color: #1e6fd4 !important;
 font-weight: 700 !important;
}

.index-nav-unite {
 color: #69cd16 !important;
 font-weight: 700 !important;
}

.index-nav-book {
 color: red !important;
 font-weight: 700 !important;
}

.text-search {
 border: none;
 color: white !important;
 font-size: 120%;
}

.index-nav-originals {
 color: #ff8e00 !important;
 font-weight: 700 !important;
}

.icon-head{
 color: #ccc;
 padding-left: 10px;
 padding-right: 10px;
 cursor: pointer;
}

.login-head{
 color: #ccc;
 padding-left: 5px;
 padding-right: 5px;
 font-weight: 700;
 font-size: 90%;
}

.img-head {
 height: 40px;
 width: 40px;
 border-radius: 20px;
 border: solid 1px gray;
 margin-right: 5px;
}

.lesson-list {
 margin-top: 5px !important;
}

.dropdown-dark {
 background-color: black;
 color: white;
}

.learn-masthead-bg {
  background-size: cover;
  background-position: center;
}

.learn-masthead-fg {
  width: 100%;
}

.learn-masthead-text {
  color: white;
  padding-top: 20px;
  font-weight: 600;
}

.learn-masthead-title {
  font-weight: 600;
  text-shadow: 0px 1px 2px black;
}

.learn-masthead-description {
  font-size: 80%;
  line-height: 1.5;
  color: #555;
}
.learn-masthead-description-container {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.vjs-audio-button {
 display: inline !important;
}

.vjs-picture-in-picture-control {
 display: none !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?4v87oy');
  src:  url('../fonts/icomoon.eot?4v87oy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?4v87oy') format('truetype'),
    url('../fonts/icomoon.woff?4v87oy') format('woff'),
    url('../fonts/icomoon.svg?4v87oy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.carousel-title {
 padding-top: 10px;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before {
  content: "\e900";
}
.icon-magnifier:before {
  content: "\e901";
}
.icon-play3:before {
  content: "\ea1c";
}
