body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.container-fluid.wrapper {
  max-width: 1200px;
}

.navbar-custom {
  padding-top: 25px;
}

.navbar-custom .navbar-brand {
  height: auto;
  padding: 0;
}

.navbar-custom .navbar-brand > img {
  max-height: 75px;
  margin-left: 0;
}

.navbar-custom .navbar-toggle {
  border-color: #97c00e;
  margin-left: 0;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #97c00e;
}

.navbar-custom li > a {
  font-weight: 300;
  margin-left: 1px;
}

.navbar-custom li.active > a {
  background-color: #eee;
}

.dropdown-menu > li > a:hover {
  background-color: #ccc;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
  }
  .nav > li > a {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-custom .navbar-brand > img {
    margin-left: 25px;
  }
}

@media (max-width: 370px) {
  .navbar-custom .navbar-brand > img {
    max-height: 60px;
  }
}

@media (max-width: 310px) {
  .navbar-custom .navbar-brand > img {
    max-height: 50px;
  }
}

@media (min-width: 768px) {
  .navbar-custom .dropdown-menu {
    left: 0;
    right: auto;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

@media (max-width: 768px) {
  .navbar-custom .nav li {
    border-bottom: 1px solid #bbb;
  }

  .navbar-custom .nav .dropdown li:last-child {
    border-bottom: none;
  }

  .navbar-custom .open .dropdown-menu {
    padding-top: 0;
  }

  .navbar-custom .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
}

.navbar-custom a {
  color: #000;
  font-size: 120%;
}

.navbar .contact, .navbar .contact a {
  color: #bbb;
  font-size: 14px;
}

.breadcrumb {
  background-color: #fff;
  color: #777;
}

.breadcrumb a {
  color: #777;
}


/* CAROUSEL */

.carousel-inner > .item.next ,  .carousel-inner > .item.active.right{ transform: translateY(100%); -webkit-transform: translateY(100%); -ms-transform: translateY(100%);
-moz-transform: translateY(100%); -o-transform: translateY(100%);  top: 0;left:0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translateY(-100%); -webkit-transform: translateY(-100%);  -moz-transform: translateY(-100%);
-ms-transform: translateY(-100%); -o-transform: translateY(-100%); top: 0; left:0;}
.carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translateY(0); -webkit-transform:translateY(0);
-ms-transform:translateY(0);-moz-transform:translateY(0); -o-transform:translateY(0); top:0; left:0;}

.carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  width: auto;
}

.carousel-indicators li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #97c00e;
}

.carousel-indicators li.active {
  margin-bottom: 5px;
  background: #97c00e;
}

.carousel-img {
  display: inline-block;
  width: 100%;
}

main {
  color: #777;
  min-height: 300px;
}

main p, main ul {
  font-size: 120%;
  line-height: 170%;
  margin-bottom: 25px;
}

main a {
  color: #96bf0d;
}

footer {
  border-top: 10px solid #97c00e;
  border-bottom: 5px solid #999;
  background-color: #6a6c75;
  color: #fff;
  padding: 50px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.to-top {
  cursor: pointer;
  text-align: right;
  padding-bottom: 20px;
}

section {
  max-width: 800px;
  padding: 0 15px;
  margin: auto;
}

section.wide {
  max-width: 1170px;
}

section.full-width {
  max-width: 100%;
  padding: 0;
}

section.bg-grey {
  background-color: #fafafc;
  padding: 25px 0;
  margin-bottom: 25px;
}

section.bg-grey .well {
  margin-bottom: 0;
}

section.image-widget {
  padding: 30px 13px;
  text-align: center;
}

section.image-widget img {
  padding: 2px;
}

section.gallery-widget {
  display: flex;
  justify-content: center;
}

section.gallery-widget .images {
  display: flex;
  flex-direction: row;
  width: 800px;
  margin: 0 -2px;
  padding: 0 15px;
}

section.gallery-widget .images img {
  margin-bottom: 4px;
}

section.gallery-widget .image {
  padding: 0 2px;
}

section.margin-bottom {
  margin-bottom: 25px;
}

section.no-margin-bottom {
  margin-bottom: 0;
}

section.no-padding-top {
  padding-top: 0;
}

section.no-padding-bottom {
  padding-bottom: 0;
}

.emphasized {
  font-size: 160%;
}

.well {
  font-size: 120%;
  color: #97c00e;
  background-color: #fff;
}

.well .emphasized {
  font-weight: 400;
}

.current-project {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.current-project .image {
  flex: 3;
  position: relative;
}

.current-project .image .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/see-more-overlay.png) no-repeat center;
  background-size: cover;
}

.current-project .image .link:hover {
  background-image: url(../img/see-more-overlay-active.png);
}

.current-project .text {
  flex: 1;
  border: 1px solid #97c00e;;
  margin-left: 25px;
  padding: 25px;
}

.current-project .text h2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #97c00e;
  font-weight: 700;
}

@media (max-width: 768px) {
  .current-project {
    flex-direction: column;
  }

  .current-project .text {
    margin: 25px 0 0 0;
  }
}


h1 {
  font-size: 48px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}

h1 .second {
  display: block;
  font-size: 38px;
  font-weight: 700;
}

.half-width {
  width: 50%;
}

.contact-cards .card {
  margin-bottom: 25px;
}

.contact-cards .card .data .content {
  padding: 0 15px;
  border: 1px solid #96bf0d;
  font-size: 13px;
  color: #000;
}

.contact-cards .card .data .content p {
  line-height: 200%;
}

.contact-cards .card .data.filled .content {
  color: #fff;
  background-color: #96bf0d;
}

.contact-cards .card .data h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #96bf0d;
}

.contact-cards .card .data.filled h2, .contact-cards .card .data.filled a {
  color: #fff;
}

figure {
  margin-bottom: 20px;
}

blockquote {
  font-style: italic;
}

.google-map {
  width: 100%;
  height: 30vw;
  min-height: 200px;
  max-height: 400px;
}

@media (max-width: 576px) {
  .google-map {
    font-size: 1rem;
    min-height: 350px;
  }
}

.btn-primary {
  background-color: #96bf0d;
  border-color: #8cb20c;
}

.btn-primary:hover {
  background-color: #73920c;
  border-color: #73920c;
}