a, a:hover {
  color: #D93600;
}

a.link1, a.link1:hover {
	color: #3a3a3a;
}

/* Back to top button */
.back-to-top {
  background: rgba(72,114,164,1.00);
  color: #fff;
}

.back-to-top:focus {
	background: #D9A300;
  background: rgba(17,97,192,1.00);
  color: #fff;
}

.back-to-top:hover {
  background: rgba(17,97,192,1.00);
  color: #fff;
}

.navbar-default, .navbar-cnt {
	background-color: #1472E1;
	/*max-height: 62px;*/
	/*overflow: hidden;*/
}

.form-control:focus {
  border-color: #00c1c1;
  -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: #00c1c1;
}

.btn-theme {
  background: #00c1c1;
}

.contact-widget i {
  color: #00c1c1;
}
