a, a:hover {
  color: #b03c30;
}
.navbar a:hover {
  color: #b03c30 !important;
}

/* Back to top button */
.back-to-top {
  background: #eee;
  color: #111;
}


.back-to-top:focus {
  background: #b03c30 !important;
  color: #fff;
}

.back-to-top:hover {
  background: #b03c30;
  color: #fff;
}

.navbar-default {
  background: #111;
}

.form-control:focus {
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #00c1c1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #00c1c1;
}

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

.btn-theme {
  background: #111;
}

.contact-widget i {
  color: #111;
}

.linkmap {
  color: #b03c30 !important;
}
.linkmap:hover {
  color: red !important;
}