
.code { counter-reset: listing; }
xmp { counter-increment: listing; }
.code xmp:before { content: counter(listing) ". "; color: gray; }


#features {
  max-width:none;
}

.row.featurette {
  padding: 0;
  margin:0;
  margin-right:0px;
  margin-left:0px;

}

.row.featurette:nth-child(even){}

.isStuck{
    left:0px;
    width:100%;
}

.navbar-wrapper {
  margin-top:93px;
  position: relative;
  z-index:150;
  width:100%;
  min-width:800px 

}

.navbar.navbar-inverse.navbar-static-top {
    background:#000;
	width:auto;
	max-width:800px;
	height:52px;
	margin-left:-3px;

}
.navbar.navbar-inverse.navbar-static-top a{
  color:#1f95ff;
  background: #000;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
  color:#fff;
  background: #6f9a38;  
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  background:#111;
}
.navbar-inverse .navbar-nav>.active>a:hover {
  background:#6f9a38;
  color:#fff;
}

.navbar-brand {opacity:0.5; height:52px;}
.navbar-brand:hover {opacity:1}


/* Carousel base class */
.carousel {
  /*
  margin-bottom: 60px;

  margin-top: -90px;

  Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 100;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 50px;
  /*background-color: #0A64A4;*/
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}



.marketing {
  width:100%;
  max-width:1200px;
  margin: 100px auto !important;
}

.col-lg-4 {
  text-align: center;
  width:100%;
  float:left;
}

 .col-lg-4 p {
}

.col-lg-4 img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	max-height: 100%;
	max-width: 100%;
	}



.featurette-divider {
  margin: 50px 0; 
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


@media screen and (max-width: 1366px){
	
	
.navbar-wrapper {
  margin-top:48px !important;

}
}



@media (min-width: 1200px) {
	
.navbar.navbar-inverse.navbar-static-top {
	width:100%;
}	
}


@media (min-width: 192px) {

.navbar.navbar-inverse.navbar-static-top {
    background:#000;
	width:100%;
}
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {}

  .navbar-wrapper .navbar { 
  		text-transform:none !important;
  }

  .carousel-caption p {
    margin-bottom: 0;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 1370px) {

	
  .featurette-heading {
    margin-top: 0;
  }
  
}

.menuItem a, .menuItem a:visited { 
		font-family: "Trebuchet MSbd", Helvetica, sans-serif;
		line-height: 1.5;
		font-size: 16px;
		text-decoration:none;
		-webkit-font-smoothing: antialiased;
		text-transform:uppercase;
}

.menuItem a:first-letter {font-size:18px !important;}

.menuItem a:hover, .menuItem a:active { 
color:#5BC4C2;
}

	
	
	
	