/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel.j24 {
  height: 350px;
  margin-bottom: 60px;
}
/* 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.j24 .item {
  height: 350px;
  background-color: #777;
}
j24 .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}


/* 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 */
  .j24 .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;
  }
}



.j24.carousel 
{
  margin-bottom: 10px;
}
.j24.carousel,
.j24.carousel .carousel-inner .item
{
  height: 220px;
  background-color: #fff;
}
.j24 .carousel-control
{
  background-image: none !important;
  z-index: 10;
  top: 80%;
}
.j24 .carousel-control span
{
text-shadow: none;
color: #31B166 !important;
}
.hotjobs-heading
{
  padding: 5px;
  color: #ffffff;
  background-color: #31B166;
  font-size: 1.0em;
  text-align: center;
}
.hotjobs-heading span 
{
  color: #ffffff;
}
.j24 .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left
{
  color: #ffffff;
}
.j24 .carousel-caption 
{
  padding: 0px;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 80%;
}
.j24 .carousel-caption h1
{
  font-size: 18px;
  margin: 0 5px;
  text-shadow: none;
}
.j24 .carousel-caption h1 + p
{
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  margin: 5px 0;
}
.j24 .carousel-caption p
{
  color: #ffffff;
  font-size: 16px;
  margin: 0 5px;
  text-shadow: none;
}
.j24 .carousel-caption .btn
{
  background-color: #31B166 !important;
  background-image: none;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 10px;
  border: 0px
}
.j24 .carousel-caption .btn:hover
{
  opacity: 0.8;
}
.j24 .item .carousel-caption img
{
  max-height: 70px !important;
  max-width: 200px ;
  width: inherit !important; 
  margin-bottom: 10px;
}

.j24 .carousel-inner
{
border: none;
}

.j24 .carousel-control.left, .j24 .carousel-control.right

{
margin-left: 40px;
margin-right: 70px;
}