html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background: #d9d9d9 url('../img/bg-cement-lite.png');
  font-family: 'Droid Serif', serif;
  color: #626262;
  padding-bottom: 340px;
}

h1 {
  margin-bottom: 40px;
}

h2 {
  padding-bottom: 10px;
  margin: 40px 0 30px 0;
  border-bottom: 1px solid #8c8c8c;
}

h1, h2, h3 {
  color: #5b7432;
}

a {
  color: #6b7f40;
}

blockquote {
  border-left: 5px solid rgba(255, 255, 255, 0.7);
}

.btn-primary {
  background-color: #6b7f40;
  border-color: #586935;
}

.no-pad {padding: 0;}
.mt-10  {margin-top: 10px;}
.mt-20  {margin-top: 20px;}
.mt-40  {margin-top: 40px;}
.mb-40  {margin-bottom: 40px;}


.tnail-wrap {
  position: relative;
}
.tnail-caption {
  margin: 0;
  padding: 10px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.9);
  /*position: absolute;*/
  bottom: 4px;
  right: 4px;
  left: 4px;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
}

.project-title {
  margin-top: 10px;
  color: #555;
}
.project-title a:hover {
  text-decoration: none;
}

/* top */

.wrap-top {
  border-top: 10px solid rgba(255, 255, 255, 0.4);
  /*background-color: rgba(25, 25, 25, 0.1);*/
}
.phone-top {
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.big-tel {
  display: block;
  font-size: 24px;
  padding: 5px 0;
}
.big-tel:hover,
.big-tel:active,
.big-tel:focus {
  text-decoration: none;
  color: #4b5d2a;
}
.logo {
  margin-bottom: 20px;
}

hr.dark {
  border-top-color: rgba(0,0,0,0.1);
}




/* navbar */

.wrap-nav {
  border-top: 10px solid rgba(255, 255, 255, 0.8);
  border-bottom: 10px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(25, 25, 25, 0.1);
}
.navbar {
  margin-bottom: 0px;
  min-height: 60px;
}
.navbar-inverse {
  /*background-color: #5d7333;
  border-color: #50632c;*/
  background-color: transparent;
  border-color: transparent;
}
.nav-justified > li > a {
  line-height: 14px;
  padding-bottom: 14px;
  text-transform: uppercase;
  /*color:#bdd19c;*/
  color:#5c7534;
  font-size: 18px;
  font-weight: bold;
  background-image: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.9);
}
.nav-justified > li.active > a {
  color:#222;
  cursor: default;
}
.nav> li > a:hover, .nav > li> a:focus {
  /*background-color: #5d7333;*/
  background-color: transparent;
  color:#77894f;
}
.nav> li.active > a:hover, .nav > li> a:focus {
  color:#222;
}
.nav-justified > li:first-child > a {
  background-image: none;
}
.navbar-toggle {
  margin-right: 0px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-header-text {
  position: absolute;
  right: 50px;
  top: 6px;
  color:#222;
  white-space: nowrap;
}
.navbar-inverse .navbar-toggle {
  border-color: #aaa;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #222;
}
.container-fluid > .navbar-header {
  margin: 0px -30px;
}



/* carousel */

.wrap-carousel {
  padding: 10px 0 20px 0;
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  width: 60px;
  height: 60px;
  margin-top: -10px;
  font-size: 20px;
}
.carousel-control .fa-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -40px;
}
.carousel-control .fa-chevron-left, .carousel-control .icon-next {
  left: 50%;
  margin-left: -40px;
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-indicators {
  bottom: 0px;
}


/* map */
#map {
  height: 303px;
  margin-top: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* gallery */
#gallery img {
  border: 1px solid rgba(255, 255, 255, 0.8);
}



/* footer - sticky bottom */
.wrap-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0 30px 0;
  background-color: rgba(25, 25, 25, 0.1);
  border-top: 10px solid rgba(255, 255, 255, 0.8);
}
abbr.region {border: none;}
.lil-tel:hover,
.lil-tel:active,
.lil-tel:focus {
  text-decoration: none;
  color: #4b5d2a;
}
.inline {margin: 0; padding: 0;}
.inline li {
  display: inline;
  border-left: 1px solid #77894f;
  padding: 0 6px;
}
.inline li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}
.social-links {
  font-size: 24px;
}
.bbb {
  margin-top: 16px;
}



@media (min-width: 768px) {
  body {
    padding-bottom: 300px;
  }
  .navbar {
    min-height: 80px;
  }
  .nav-justified > li > a {
    font-size: 14px;
    line-height: 54px;
    background: url('../img/border-dots.png') top left no-repeat;
  }
  .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}
@media (min-width: 992px) {
  .nav-justified > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-bottom: 220px;
  }
    .container {
    width: 1060px;
  }
}