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

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

/* Back to top button */
.back-to-top {
  background: rgba(8,147,193,0.90);
  color: #fff;
}


.back-to-top:focus {
	background: #D9A300;
  background: rgba(252,180,46,0.90);
  color: #fff;
}

.back-to-top:hover {
  background: rgba(215,146,18,0.90);
  color: #fff;
}

.navbar-default, .navbar-cnt {
	background: rgba(8,147,193,0.90);
	/*background: rgba(0,96,39,0.90);*/
	/*background: rgba(235,154,2,0.90);*/
	/*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;
}
