/* 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;
  -height: 120px;
  z-index: 20;
  border-bottom: 1px solid #ddd;
}

/* 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;
  margin-bottom: 16px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-header {
  padding-left: 8px;
  margin-bottom: 5px;
}
.navbar-nav > li > a {
  margin-bottom: 10px;
}
.navbar-nav > li > a {
    font-size: 14px;
	-text-transform: uppercase;
	font-family: open_sanslight, LucidaSUN, Lucida Sans Unicode, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	color: #222;
  border: 1px solid #fff;
  border-width: 1 0 0 0;
}
.navbar-nav > li > a:hover {
  -color: #0068d0;
  -background-color: rgba(236, 236, 236, 1);
  background-color: #fff;
  border: 1px solid #4aaaff;
  border-width: 1 0 0 0;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
  -color: #fff;
  -background-color: #4aaaff;
  background-color: rgba(236, 236, 236, 1);
}
.navbar-nav > li.open > a:focus {
  color: #222;
  background-color: #fff;
  border-color: #4aaaff;
}
.navbar-nav > li > .dropdown-menu > li.dropdown-header {
  font-size: 14px !important;
  color: #77abd0 !important;
  -background-color: #4aaaff;
  padding-bottom: 5px;
}


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

/* Carousel base class */
.carousel {
  height: 500px;
  -margin-top: 80px;
  margin-bottom: 50px;
}
/* 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: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* from bootstrap */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%); /* edit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 100%, rgba(0, 0, 0, .5) 0%); /* edit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
/* from bootstrap */

/* caption */
.carousel .item .carousel-caption { 
  bottom: 68px;
  padding: 25px 25px 20px;
}
.carousel .item .carousel-caption h1, .carousel .item .carousel-caption ul li { 
  text-shadow: none !important;
}
.carousel .item .carousel-caption h1 { 
  color: #0068d0;
  -font-size: 36px;
  padding-bottom: 25px;
  line-height: 42px;
}
.carousel .item .carousel-caption ul li { 
  color: #222;
  font-size: 16px;
  padding-bottom: 7px;
  line-height: 20px;
}
.carousel .item .capbar { 
  background-color: rgba(255, 255, 255, 0.5);
}


/* 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-size: 38px !important;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  padding-bottom: 25px;
}
.featurette p {
	font-size: 14px !important;
	padding-bottom: 5px;
}
.featurette p.lead {
	margin-bottom: 16px;
}
.ftpad h2 {
	padding-top: 25px;
}
.text-muted {
  -font-size: 38px !important;
  -font-weight: 300;
}
.featurette .butt {
	margin-bottom: 16px;
}

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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
    padding-top: 25px;
 }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /*.navbar-wrapper .navbar ul li {
    font-size: 14px;
	text-transform: uppercase;
	font-family: open_sanslight, LucidaSUN, Lucida Sans Unicode, sans-serif;
  }*/

  .navbar-wrapper .navbar ul li ul li {
	-text-transform: none;
  }

  /* 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: 0px;
  }
}

@media (max-width: 767px) {
  .navbar-wrapper {
    margin-top: 0px;
    padding-top: 15px;
 }
  .navbar-wrapper .navbar {
    background-color: #fff;
 }
}