/* Full Width Changes */
#myCarousel{ margin-top:0; margin-left:-15px; margin-right:-15px;}
#myCarousel, .carousel-inner .item {height: auto !important;min-height: 400px;}
#header{ margin-bottom:0; }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  /*height: 416px;*/
  min-height: 124px;
  margin: 15px 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 416px; - window resize trigger set now */
  background-color: #ccc;
}
.carousel-inner .item img { /* jjd 06/08/15 publish = desktopSize */
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

/* jjd 06/08/15 publish = desktopSize, set defaults, resize will trigger and update */
@media (max-width:480px) { .carousel, .carousel .item { min-height: 115px;}}
@media (min-width: 768px) { .carousel, .carousel .item { min-height: 230px;}}
@media (min-width: 800px) { .carousel, .carousel .item { min-height: 240px;}}
@media (min-width: 900px) { .carousel, .carousel .item { min-height: 260px;}}
@media (min-width: 1000px) { .carousel, .carousel .item { min-height: 300px;}}
@media (min-width: 1200px) { .carousel, .carousel .item { min-height: 400px; }}
@media (min-width: 1600px) { .carousel, .carousel .item { min-height: 500px; }}
/* ./jjd 06/08/15 publish = desktopSize */


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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

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

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



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

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* 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 (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.marketing .prodCategory .main-pg {
   margin-bottom: 4px;
}

.marketing .prodCategory h2 {
 text-transform: uppercase;
 font-weight: bold;
 color: #38dfff;
}

.marketing .prodCategory img {
   max-width: 100%;
   height: auto;      
}

.marketing .col-lg-4 {
   margin-bottom: 0px;
}

hr.featurette-divider {
   margin: 0px 0px 10px 0px;
}

.featurette {
}

.featurette-inner {
   width:100%;
}

.featurette-item {
}

.featurette-item img {
   max-width: 100%;
   height: auto;   
}

.homePanel img{ } 
.homePanel {
    padding-top:5px;    
    padding-bottom:5px;    
}
.homeMessage{
 text-align:center;
 font-size:20px;
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
 line-height:1.5;
}
.homeMessage div{
 /* border:8px solid #fff; */
 padding:15px;
}
@media (min-width: 1440px){
  .homeMessage{
   font-size:22px;
   line-height:1.6;
  }
  .homeMessage div{ padding:30px; }
}
@media (max-width: 768px){
  .homeMessage{
   font-size:16px;
   line-height:1.1;
  }
}
