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

body {
    background-color: #222222;
    color: #dddddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-size: auto 480px;
}

.main-text {
    position: absolute;
    top: 6rem;
    width: 100%;
    color: #FFF;
}

.main-text .text-center h3 {
    margin-top: 6rem;
    font-size: 1.25rem;
    text-shadow: 0.125rem 0.125rem 0.125rem #000000;
}

.navbar {
    background-color: #333333;
}

.nav-item {
    font-size: 1.2rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    padding-top: 0.25rem;
}

.marketing h1 {
    color: #dddddd;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 3rem;
}

.marketing .moduleh {
    margin-top: 2rem;
    text-align: left;
    color: #ff850d;
}

.btn-dark {
    color: #eeeeee;
    background-color: #181818;
    border-color: #181818;
    border-radius: 1rem;
    padding: 1rem;
    white-space: normal;
    width: 100%;
    height: 100%;
}

.btn-dark:hover {
    color: #eeeeee;
    background-color: #303030;
    border-color: #303030;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #eeeeee;
    background-color: #262626;
    border-color: #262626;
}

.btn-secondary {
    color: #ffffff!important;
    background-color: #555555;
    border-color: #555555;
    border-radius: 0.5rem;
    white-space: normal;
    margin-right: 0.75rem;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #888888;
    border-color: #888888;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #aaaaaa!important;
    background-color: #444444;
    border-color: #444444;
}

.btn-orange {
    background-color: #d16800;
    border-color: #d16800;
}

.btn-orange:hover, .btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active, .show>.btn-orange.dropdown-toggle  {
    background-color: #ff850d;
    border-color: #ff850d;
}

.col-lg-4 h2 {
    margin-top: 1rem;
    color: #ff850d;
    font-size: 1.8rem;
    text-align: center;
}

.col-lg-4 p {
    margin-bottom: 0.75rem;
}

.lead {
    margin-top: 2rem;
    font-weight: 350;
}

.text-muted {
    color: #666666!important;
}

.text-discontinued {
    color: #FF0000!important;
}

.featuresl {
    padding-left: 1.5rem;
}

.featuresl li p {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 350;
}

footer {
    margin-top: 6rem;
    color: #aaaaaa;
}

.social {
    text-align: center;
}

.social a {
    width: auto;
    height: auto;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.social a img {
    width: 64px;
}


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

/* Carousel base class */
.carousel {
  background-color: #000;
  margin: auto;
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  text-align: center;
  background-color: #000;
}

.carousel-item > img {
    margin: auto;
    height: 32rem;
    min-width: 60%;
    object-fit: cover;
}

/* 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: 3rem 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
-------------------------------------------------- */

.imageshow {
    max-width: 455px!important;
    max-height: 500px!important;
    vertical-align: middle;
}
.valign {
    display: block;
    width: 455px;
    height: 500px;
    white-space: nowrap;
    background-color: #222222;
}
.main-text .text-center img {
    height: 10rem;
}
.lSGallery {
    margin-top: 1rem!important;
    margin-bottom: 2rem!important;
}

@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: 2rem;
  }
}

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

@media (max-width: 1201px) {
    .imageshow {
        max-width: 400px!important;
        max-height: 450px!important;
    }
    .valign {
        display: block;
        width: 400px;
        height: 450px;
        white-space: nowrap;
    }
}

@media (min-width: 767px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .main-text .text-center img {
        height: 14rem;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1200px) {
    .thumbs {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .imageshow {
        max-width: 270px!important;
        max-height: 350px!important;
    }
    .valign {
        display: block;
        width: 270px;
        height: 350px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
}

p a,
p a:hover,
p a:active,
p a:visited {
    color: #ff850d;
}

.lslide {
    text-align: center;
}

.lSPager li {
    width: auto!important;
    border: solid;
    border-radius: 5px;
    border-width: 2px;
    border-color: #222222;
}

.lSPager .active {
    border: solid;
    border-radius: 5px;
    border-width: 2px;
    border-color: #eeeeee;
}

.lSPager li a img {
    height: 120px!important;
}

.alert-danger a,
.alert-danger a:hover,
.alert-danger a:active,
.alert-danger a:visited {
    color: #721c24;
    text-decoration: underline;
}

.valign span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.over-now-available {
    background-image: url('../img/over_now_available.png');
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute; 
    right: 0;
    top: 0;
    margin-top: 12px;
    margin-right: 20px;
    width: 100%;
    height: 100%;
}

.over-coming-soon {
    background-image: url('../img/over_coming_soon.png');
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute; 
    right: 0;
    top: 0;
    margin-top: 12px;
    margin-right: 20px;
    width: 100%;
    height: 100%;
}

.over-new {
    background-image: url('../img/over_new.png');
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute; 
    right: 0;
    top: 0;
    margin-top: 12px;
    margin-right: 20px;
    width: 100%;
    height: 100%;
}

.over-discontinued {
    background-image: url('../img/over_discontinued.png');
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute; 
    right: 0;
    top: 0;
    margin-top: 80px;
    width: 100%;
    height: 100%;
}

.thumbs-discontinued {
    filter: grayscale(100%);
    opacity: 50%;
}

.lead-strong {
    font-weight: 500;
}