/**
    Style Sheet is used to hold styles for Small Screens Only
**/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  ul.nav.navbar-nav li a {
    font-size: 12px;
  }
  .HDTabs {
    color: #ffffff;
    padding-top: 12px;
  }
  .SFDropDownOuter {
    width: 160px;
    height: 40px;
    background-color: #FFFFFF;
    margin-bottom: 8px;
  }
  .carousel-description {
    position: absolute;
    top: 0px;
    left: 8%;
    width: 350px;
    z-index: 10;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-family: sans-serif;
  }
  .carousel-description h1 {
    margin: 0px;
    font-size: xx-large;
  }
  gleanster-carousel .carousel-indicators {
    bottom: -0.7em;
    left: 20%;
  }
  /** Arrow Resized and Moved for Smaller Screem**/
  blackbar-box div[role=arrow-button] {
    right: 1em;
    margin-top: -0.8em;
  }
  blackbar-box div[role=arrow-button] img {
    height: 18px;
  }
  item-standout div[role=leftCol] a {
    margin-top: 0px;
  }
  /** Adjusts Height to Keep Level Look **/
  blackbar-box div[role=bottom-bar] {
    height: 150px;
  }

    .btn-lg {
        font-size: 16px;
    }


    #main_feature {
        max-height: 200px;
        width: 100%;
        overflow: hidden;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        position: relative;
        top: -0px;
    }

    .pricing-select h3 {
        margin-left: 20px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
