/* GLOBAL STYLESleft carousel-control
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

.container {
    	border-left: 1px #bfbfbf solid;  
	border-top: 1px #bfbfbf solid;  
	border-bottom: 1px #bfbfbf solid;  
	border-right: 0;
}

/* 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;
  margin-left: 0;
 
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 340px;
  width: 968px;
  margin: 0 auto;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 20;
  max-width: 925px;
  text-align: left;
  padding: 0 0 20px 0;
  margin-left: -95px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 340px;
  background-color: #777;
}

.carousel a{
  color: #fff;
  text-decoration:none;
  font-size: 18px;        
  font-weight: normal;     
  font-family: Verdana,helvetica,arial; 
}




.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 340px;
  -webkit-transition: 0.9s ease-in-out left;
    -moz-transition: 0.9s ease-in-out left;
    -o-transition: 0.9s ease-in-out left;
    transition: 0.9s ease-in-out left;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}





/* 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: 10px;
    margin-left: 0;
    font-size: 20px;
    line-height: 1.4;
  }

    ul.slide {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .carousel-caption .dark {
        color: #444;
        text-shadow: 0 2px 2px #ddd;
  }

  .carousel-caption h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: normal;
    font-family: Verdana,helvetica,arial; 
  }

  .carousel-caption .blue {
        color: #fff;
        text-shadow: 0 3px 3px #222;
  }
 
}

@media (min-width: 960px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.btn {
    color: #fff;
    z-index: 21;
}

.btn-lg {
    color: #fff;
    z-index: 21;
}

.btn-primary{color:#fff;
             text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-repeat:repeat-x;background-image: linear-gradient(to bottom,#08c,#04c);
    border-left-color: #04c;
    border-right-color: #04c;
    border-top-color: #04c;
    border-bottom-color: #002a80;
    z-index: 21;
}



.btn:hover, .btn:focus {
    background-position: 0 -15px;
    color: #fff;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
    z-index: 25;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#23ab23; z-index:25;}



