body {
  color: #5a5a5a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.main {
  margin-top: 146px;
}
.text-brand {
  color: #82c347;
}
.navbar-wrapper .info {
  background: #9fd077;
  color: #212121;
  padding: 5px 0;
}
.navbar-wrapper .info .container {
  font-size: 14px;
  font-weight: 600;
}
.navbar-wrapper .info .container span {
  margin-right: 20px;
}
.navbar-wrapper .info .container span:last-child {
  margin-right: 0;
}
.navbar-wrapper .info .container span .glyphicon {
  color: white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background: none;
}
.navbar-brand img {
  width: 250px;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  background: white;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 0px 5px #d6d6d6;
}
.carousel {
  background: #fafafa;
  height: 100%;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10;
}
.carousel-control {
  background: none !important;
}
.carousel-control .glyphicon {
  color: #777;
}
.carousel .item {
  height: 100%;
}
.carousel-inner > .item > img {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.carousel-indicators li {
	border: 1px solid #6b3c1e;
}
.carousel-indicators .active {
	background-color: #6b3c1e;
}
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.featurette-heading {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #613b1e;
}
.featurette .lead {
  font-size: 14px;
  font-weight: 400;
}
.featurette ul li {
	margin-bottom: 5px;
}
#services {
  background: #f5f5f5;
  padding: 20px 0;
  margin: 80px 0 30px 0;
}
#map {
  width: 100%;
  height: 500px;
  background-color: white;
}
#contact .info {
  margin-top: 15px;
}
footer {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 5px;
  }
  .navbar-brand {
    padding: 10px 5px;
  }
  .navbar-brand img {
    width: 160px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .featurette-heading {
    font-size: 24px;
  }
  .carousel {
    margin-bottom: 10px;
  }
  .navbar .info {
    display: none;
  }
  .main {
    margin-top: 75px;
  }
  #services {
    background: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    width: 160px;
  }
  .main {
    margin-top: 75px;
  }
}
@media (min-width: 768px) {
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .navbar-wrapper .navbar-right {
    margin-top: 35px;
  }
  .navbar-brand {
    height: 100%;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 34px;
  }
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}