.video-js
{
    background-color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.dropdown-menu {
  padding: 5px !important; }
  .dropdown-menu li a {
    line-height: 2em !important; }
ul.selectpicker {
  padding: 0 !important; }
  ul.selectpicker li {
    padding: 0 !important; }

.feature-title {
  font-size: 20px; }

.triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 160px solid rgba(255, 113, 73, 0.6);
  border-left: 160px solid transparent;
  position: absolute; }

.tour_list_item {
  width: 100%;
  border: 1px solid #36274c;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
  padding-top: 25px;
  transition: all, .5s, ease; }
  .tour_list_item:hover {
    background-color: #36274c;
    cursor: pointer; }
    .tour_list_item:hover h5 {
      color: #ff7149; }
  .tour_list_item.active {
    background-color: #36274c;
    cursor: pointer; }
    .tour_list_item.active h5 {
      color: #ff7149; }

.tour_story_image, .tour_student_image {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }

#tour_video {
  width: 100%;
  height: 420px; }

.tour_active {
  display: block; }

.tour_hidden {
  display: none; }

.tour_margin_bottom {
  margin-bottom: 100px; }

.tour_detail {
  margin-top: 10px;
  padding-left: 20px; }
  .tour_detail h5 {
    margin-bottom: 20px; }

.tour_image_sidebar {
  width: 20%; }

.tour_image {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 50px; }

.tour_stories_image {
  width: 250px;
  margin-left: 35.5%;
  margin-bottom: 20px; }

.student_accounts_tour_items {
  border: 2px solid white;
  padding: 20px;
  background-color: #36274c;
  margin-bottom: 50px; }
  .student_accounts_tour_items h5 {
    color: #ff7149;
    text-align: center; }
  .student_accounts_tour_items p {
    color: white; }

.link-style {
  color: #ff7149; }
  hiso
  .link-style:hover {
    cursor: pointer; }

.story-hero-image {
  position: relative;
  top: -12px; }
  .story-hero-image img {
    max-width: 100%; }

#container-fix-height {
  padding-top: 40px;
  padding-left: 20px; }
  #container-fix-height h2 {
    font-family: "mahalia",cursive;
    font-size: 44px; }

#story-info {
  height: 180px; }

.shadow {
  text-shadow: 1px 4px 6px #000000, 0 0 0 #000000, 1px 4px 6px #000000 !important; }

.nav-bar-logged-in {
  position: relative;
  top: -18px; }

.previous-story-button {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: all 0.5s ease; }
  .previous-story-button:hover {
    background-color: #ff7149;
    cursor: pointer; }
  .previous-story-button i {
    color: #FFFFFF;
    font-size: 35px;
    opacity: .6;
    padding-top: 12px;
    transition: all .5s ease; }

.next-story-button {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: all 0.5s ease; }
  .next-story-button:hover {
    background-color: #ff7149;
    cursor: pointer; }
  .next-story-button i {
    color: #FFFFFF;
    font-size: 35px;
    opacity: .6;
    padding-top: 12px;
    transition: all .5s ease; }

.story-level-title {
  color: #FFFFFF;
  position: absolute;
  right: 16px;
  top: 70px;
  font-weight: bold; }

.story-student-level {
  color: #FFFFFF;
  position: absolute;
  right: 24px;
  top: 80px;
  font-size: 50px;
  font-weight: bold; }

.story-nav {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  top: -12px; }

.story-nav-ul {
  padding: 0;
  overflow: hidden; }
  .story-nav-ul li {
    width: 100%;
    height: 120px;
    background-color: rgba(54, 39, 76, 0.95);
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: inset 0px 0px 0px darkgray;
    text-align: center;
    padding: 20px;
    color: #FFFFFF; }
    .story-nav-ul li:hover {
      background-color: #2a1e3b;
      cursor: pointer;
      box-shadow: inset 1px 1px 4px #000000;
      color: #ff7149; }
    .story-nav-ul li i {
      font-size: 45px;
      margin-bottom: 10px; }

.active-story-nav {
  background-color: #2a1e3b !important;
  cursor: pointer !important;
  box-shadow: inset 1px 1px 4px #000000 !important;
  color: #ff7149 !important; }

.story-content-container {
  padding-top: 30px; }
  .story-content-container h2 {
    font-family: "mahalia",cursive;
    font-size: 44px; }
  .story-content-container h4 {
    font-family: "azo-sans-web",sans-serif;
    font-size: 22px;
    font-weight: bold; }
  .story-content-container p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    /*padding-right: 60px;*/ }

.to-do-list-item {
  background-color: #FFFFFF;
  display: inline-block;
  padding-top: 20px;
  min-height: 120px;
  text-align: center;
  border-right: 5px solid #F1F1F1;
  transition: all .5s ease;
  -mox-transition: all .5s ease;
  -o-transition: all .5s ease; }
  .to-do-list-item p {
    font-size: 10px; }
  .to-do-list-item i {
    font-size: 30px;
    text-align: center; }
  .to-do-list-item:hover {
    color: #ff7149;
    cursor: pointer;
    background-color: #36274c; }

.story-class-info-container {
  background-color: #FFFFFF;
  text-align: center;
  padding: 30px;
  border-right: 10px solid #F1F1F1;
  margin-bottom: 100px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease; }
  .story-class-info-container:hover {
    cursor: pointer; }
  .story-class-info-container h4 {
    font-family: "mahalia",cursive; }
  .story-class-info-container h5 {
    padding-top: 20px; }
  .story-class-info-container i {
    font-size: 68px; }

#nav-loggedin {
  position: relative;
  top: -15px; }

#tour-image {
  width: 600px; }

.contact_send_container {
  position: relative;
  top: -80px; }
  .contact_send_container img {
    position: relative;
    left: 18%; }

.about_wooly_image_home {
  width: 100%;
  height: auto;
  display: block; }

.nav-notification {
  position: absolute;
  top: 0;
  right: -20px;
  color: #ff7149; }
  .nav-notification span {
    position: relative;
    left: -35px;
    top: -10px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "azo-sans-web",sans-serif; }

.nav-scrolled {
  position: fixed;
  top: 0;
  left: 0; }

.progess-icon {
  font-size: 36px;
  padding-left: 20px; }

.video-story p, .game-story p {
  font-size: 20px;
  margin-top: 20px; }

.play-story-song {
  font-size: 40px; }

.audio-story-container {
  padding-left: 40px; }
  .audio-story-container audio {
    width: 100%; }

.song-story-itunes {
  padding-top: 45px; }

.lyrics-row {
  padding-top: 40px; }
  .lyrics-row div p {
    font-size: 20px; }

.extras-item-4 {
  height: 240px;
  background-color: #FFFFFF;
  border: 5px solid #F1F1F1; }
  .extras-item-4 img {
    position: absolute;
    top: 0;
    left: 0; }
  .extras-item-4 h3 {
    position: absolute;
    bottom: -14px; }
  .extras-item-4 i {
    position: absolute;
    bottom: 14px;
    right: 50px;
    font-size: 30px; }
    .extras-item-4 i:nth-child(2n) {
      right: 10px; }

.extras-item-6 {
  background-color: #FFFFFF;
  border: 5px solid #F1F1F1;
  height: 450px;
  margin-top: 50px; }
  .extras-item-6 p {
    padding-top: 10px;
    font-size: 20px;
    text-align: center; }
  .extras-item-6 img {
    margin-top: 10px; }

.extras-item-12 img {
  margin-top: 50px; }



.about_senor_wooly_container {
  width: 100%; }

#about_jim_image {
  width: 100%; }

.about_wooly_text {
  width: 400px; }

.about_headline {
  text-align: center;
  margin-top: 100px;
  font-family: "mahalia",cursive; }

.about_button {
  margin-left: 38%;
  margin-top: 50px; }

.faq-title {
  text-align: center;
  font-family: "mahalia",cursive;
  margin-bottom: 40px;
  margin-top: 60px; }

.to-do-title {
  font-family: "mahalia",cursive;
  font-size: 22px; }

.story_filter_list_container {
  margin-top: 80px;
  /* height: 150px; */
  padding: 20px;
  background-color: #36274c;
  position: relative;
  top: -12px; }

#filter-title {
  margin-left: 1%;
  color: #FFFFFF;
  font-family: "mahalia",cursive; }

#story_list_search {
  width: calc(100% - 40px);
  float: right;
  border: 0;
  border-bottom: 3px solid #FFFFFF;
  outline: 0;
  background-color: transparent;
  position: relative;
  top: 10px;
  padding: 10px;
  color: #F1F1F1; }
  #story_list_search:focus {
    color: #FFFFFF; }

.search_stories_icon {
  font-size: 30px;
  margin-left: 1%;
  position: relative;
  top: 20px; }
  .search_stories_icon:hover {
    cursor: pointer; }

.pricing-plan-info .status {
  display: none !important; }

#btn-wide, #btn-wide-2, #btn-group-1, #btn-group-2 {
  width: 100% !important; }

.student-button-left-container {
  margin-bottom: 20px; }
  .student-button-left-container a {
    width: 100%;
    font-size: 14px; }

.student-admin-progress-story-title {
  position: relative;
  top: 22px; }

.student-admin-title {
  font-family: "mahalia",cursive;
  position: relative;
  top: 20px; }

.student-admin-assignment-container {
  padding-top: 20px; }

.student-admin-assignment-title {
  width: 100%;
  background-color: #36274c;
  padding: 10px; }
  .student-admin-assignment-title h5 {
    color: white;
    margin-top: 8px; }

.student-assignment-info-container {
  border: 2px solid #36274c;
  height: 200px;
  padding: 10px;
  background-color: white; }
  .student-assignment-info-container h6 {
    margin-left: 10px;
    margin-top: 15px; }

.story-assignment-button {
  float: right;
  position: relative;
  top: -36px; }

@media (max-width: 1190px) {
  .panel-icon {
    display: none; } }
@media (max-width: 1025px) {
  .about_wooly_image_home {
    width: 100%; }

  .top-wrapper__bg1 {
    height: 400px !important; }

  #section-features {
    text-align: center;
    position: relative;
    top: -100px;
    background-color: #f1f2f4; } }
@media (max-width: 960px) {
  .marginTop {
    padding-top: 50px; }

  #section-features {
    text-align: center;
    position: relative;
    top: -100px;
    background-color: #f1f2f4; }

  .navbar-header {
    margin-bottom: 15px; } }
@media (max-width: 768px) {
  /* line 360, ../scss/customstyles.scss */
  #tour-image {
    display: none; }

  .marginTop {
    padding-top: 50px; }

  .nav-bar-logged-in {
    position: relative;
    top: -10px; }

  .button-tour {
    margin-left: 33%; }

  .woolyContactImage {
    position: relative;
    top: 50px;
    margin-bottom: 50px;
    margin-left: 5%; }

  .dropdown-menu li {
    padding: 0px !important; }

  .number {
    font-size: 66px !important; }

  #profileInformation {
    padding-top: 20px; }

  #teacher-profile-image {
    width: 100%; }

  #create-new-class-button {
    position: absolute;
    left: 15px;
    top: 80px; }

  #classRegistrationButton {
    margin-top: 60px; }

  #edit-class-button, #delete-class-button {
    width: 50% !important; }

  #classDropdownMenu {
    width: 100%; }

  #classDropdown {
    width: 100%; }

  .backToClassesButton {
    width: 100%;
    position: relative;
    top: -10px; }

  .studentClassContainer {
    margin-top: 50px; }

  .story_filter_list_container {
    height: auto; }

  #story-info {
    height: auto; }

  .wistiaVideo {
    width: 100%;
    height: 300px; }

  .wistia_embed {
    width: 100%;
    height: 300px; }

  .student-assignment-info-container {
    height: 200px !important; }

  .top-wrapper__bg1 {
    height: 320px; }

  #section-features {
    text-align: center;
    position: relative;
    top: -100px;
    background-color: #f1f2f4; }

  .contact_send_container {
    text-align: center; }

  .about_wooly_image_home {
    width: 100%; }

  .contact_send_container img {
    position: relative;
    left: 0; }

  .woolyContactImage {
    width: 50%;
    padding-left: 0;
    position: relative;
    left: 0; }

  .tp-banner-holder {
    position: relative;
    top: 10px; }

  #section-event {
    position: relative;
    top: -50px; }

  #registrationCode {
    position: relative;
    top: 34px; }

  .tp-banner-holder {
    position: relative;
    top: -20px; }

  .steps-student-login {
    font-size: 10px; } }
@media (max-width: 560px) {
  .button-tour {
    margin-left: 21%; }

  .top-wrapper__bg1 {
    height: 230px; }

  .nav-bar-logged-in {
    position: relative;
    top: -4px; }

  #section-features {
    position: relative;
    top: -200px;
    background-color: #f1f2f4; } }

    .language-error-page-star {
      position: absolute;
      left: calc(50% - 600px);
      top: -320px;
      width: 1200px;
      height: auto;
      max-width: 100vw;
  }
  
  .language-error-page-hat {
      position: relative;
      width: 260px;
      height: 260px;
      margin-bottom: 32px;
      z-index: 1;
  }
  
  .language-error-page-images {
      position: relative;
  
  }
    
  .language-error-page-container {
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      width: 100%;
      color: #fff;
      margin: 0 auto;
      flex: 1;
      max-width: 90%;
  }
  
  .language-error-page-container h1 {
      font-size: 50px;
      font-weight: bold;
      margin-bottom: 16px;
      color: #fff;
      z-index: 1;
      text-align: center;
  }
  
  .language-error-page-container p {
      margin: 0;
      white-space: nowrap;
  }
  
  .language-error-page-text-container {
      font-size: 27px;
      text-align: center;
      width: 952px;
      z-index: 1;
      max-width: 100%;
  }
  
  .language-error-page-btn {
      background-color: #FF7041;
      width: 240px;
      height: 72px;
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 36px;
      margin-top: 32px;
      font-weight: bold;
      cursor: pointer;
      z-index: 2;
  }
  
  .language-error-page-tooltip-container {
      white-space: nowrap;
  }
  
  .language-error-page-tooltip {
      background-color: #fff;
      width: 506px; 
      color: #410064;
      border-radius: 16px;
      padding: 8px;
      font-size: 16px;
  }
  
  .language-error-page-tooltip-icon {
      margin-bottom: -4px;
      display: inline-block;
      width: 26px;
      height: 26px;
      border-radius: 13px;
      border: 2px solid #fff;
      margin-left: 4px;
      position: relative;
      cursor: pointer;
  }
  
    @media (max-width: 2000px) {
      .language-error-page-star {
          left: calc(50% - 450px);
          top: -246px;
          width: 900px;
      }
  
      .language-error-page-hat {
          width: 240px;
          height: 240px;
          margin-bottom: 32px;
      }
    }
  
    @media (max-width: 1060px) {
      .language-error-page-container p {
         display: inline;
         white-space: break-spaces;
        }
    }
  
    @media (max-width: 900px) {
      .language-error-page-star {
          top: -142px;
          left: -76%;
          width: 600px;
        }
    }
    
    @media (max-width: 600px) {
      .language-error-page-star {
        top: -148px;
        left: -100%;
        width: 300%;
        max-width: max-content;
      }
    
      .language-error-page-hat {
        width: 180px;
        height:180px;
        margin-bottom: 24px;
      }
  
      .language-error-page-container h1 {
          font-size: 32px;
      }
  
      .language-error-page-text-container {
          font-size: 18px;
          max-width: 90%;
      }
  
      .language-error-page-btn {
          width: 180px;
          height: 52px;
          font-size: 18px;
          border-radius: 26px;
      }
  
      .language-error-page-tooltip-container {
          white-space: break-spaces;
          display: inline;
      }
  
      .language-error-page-tooltip {
          width: 268px;
          left: 0%;
      }
  
      .language-error-page-tooltip-icon {
          margin-bottom: -7px;
      }
    }
  