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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color:#4a742c;
  margin-top: 0px;
  height:auto;
  min-height:111px;
  background-image:url(../images/bg-header.jpg);
  background-repeat:repeat-x;
  background-position:left -29px;
}

/* 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;
}
.totalwidth{background-color:#9DB157;}

.navbar-inverse{background-color:transparent;}

.navbar-nav{position:absolute;margin-top:70px;}
.navbar-nav > li a{color:#000!important; padding:11px 15px 10px;}
.navbar-nav > li:hover a ,.navbar-nav > li.active a {color:#FFF!important;}

.navbar-inverse .navbar-nav > .open > a {
   color: #fff!important; /*, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus */
}
.navbar-inverse .navbar-nav > .open:hover .dropdown-menu li a,
.dropdown-menu li a{ color:#000!important;}
/*
.dropdown-menu > li > a:hover , .dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color: #000!important;/*262626;*/ /*
    text-decoration: none;
}

.navbar-inverse .navbar-nav .open a li a, .navbar-inverse .navbar-nav  .open  a:hover li a, .navbar-inverse .navbar-nav  .open  a:focus li a, 
.navbar-nav  li:hover a li a  {
    color: #000!important;/*262626;*/ /*
    text-decoration: none;
} */

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

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



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

/*custom styles */
.navbar-brand {
	float: left;
	font-size: 25px;
	height: 50px;
	line-height: 63px;
	padding: 0px;
	padding-left:15px;
	color:#FFF!important;
}
.navbar-brand:hover{
	color:#FFF!important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    margin-top: 45px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	.navbar-wrapper{min-height:50px;}
	
	.navbar-brand {
	line-height: 31px;
	font-size: 18px!important;
}
	.navbar-brand img{ max-height:45px!important;} 
	.response{
		width:100%!important;
	}
	.navbar-nav{
		background-color:lime;
		width:100%!important;
		margin:0;
		z-index:999;
	}
	
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: -30px;
	padding-left:0px;
	border:none;
	z-index:999;

}
	
}

@media (min-width: 768px) {


  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

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