.mobile-menu-wrapper {
  background: none repeat scroll 0 0 #1c3664;
  display: none;
  height: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-wrapper ul{
    
}

.dl-menuwrapper li.dl-back > a {
   color: #ffcc01;
}
@media (min-width: 768px) {
  /* Navbar positioning foo */

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

@media (max-width: 768px) {

  
    .carousel {
      height: 218px;
    }  
    .carousel .item {
      height: 200px;
    }  
    .carousel-inner > .item > img {
      height: 200px;
    }  
    
}