@charset "utf-8";
/* CSS Document */

body {
    color: #5a5a5a;
    padding-bottom: 40px;
}
.navbar-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.navbar-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

.carousel { position: relative; }
.container .overlay {
	/*background-image: linear-gradient(to right, rgba(159, 229, 139, 1) 0px, rgba(229, 238, 228, 0.5) 100%);
	background-repeat: repeat-x;*/
	background-color: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	
}

.carousel .item { background-color: transparent; height: 250px; }
  .img-responsive, 
  .thumbnail > img, 
  .thumbnail a > img, 
  .carousel-inner > .item > img, 
  .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.carousel-caption {
	z-index: 10;
	left: 30%;
	right: 30%;
	padding-bottom: 0px;
	bottom: 40px;
	top: 20px;
	padding-top: 0px;
}
.carousel-control { width: 3%; }
.carousel-control.left  {
	background-image: none;
	background-repeat: no-repeat;
}
.carousel-control.right  {
	background-image: none;
	background-repeat: no-repeat;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    font-size: 10px;
    height: 10px;
    width: 10px;
}
.carousel-indicators { bottom: 0px; 
}
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}
.featurette-divider {
    margin: 80px 0;
}
.featurette-heading {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}
@media (min-width: 768px) {
.navbar-wrapper {
    margin-top: 20px;
}
.navbar-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    border-radius: 4px;
}
.carousel-caption p {
	font-size: 21px;
	line-height: 1.4;
	margin-bottom: 0px;
}

.featurette-heading {
    font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
    margin-top: 120px;
}
}
