a, a:hover {
  color: #12861b;
}



/* Back to top button */
.back-to-top {
  background: #12861b;
  color: #fff;
}


.back-to-top:focus {
  background: #12861b;
  color: #fff;
}

.back-to-top:hover {
  background: #626262; /*color calipso #019090*/
  color: #fff;
}

.navbar-default {
  background: #7b7c7c; /* calipso #12861b*/
}
/*
.form-control:focus {
  border-color: #12861b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #12861b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #12861b;
}*/

.service .carousel-indicators .active {
  background: #12861b;
}

.btn-theme {
  background: #12861b;
}

.contact-widget i {
  color: #12861b;
}
