a, a:hover {
	color: #ff5555;
}
/* Back to top button */
.back-to-top {
	background: #ff5555;
	color: #fff;
}
.back-to-top:focus {
	background: #ff5555;
	color: #fff;
}
.back-to-top:hover {
	background: #ff5555;
	color: #fff;
}
.navbar-default {
	background: #ff5555;
}
.form-control:focus {
	border-color: #ff5555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #ff5555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px #ff5555;
}
.service .carousel-indicators .active {
	background: #ff5555;
}
.btn-theme {
	background: #ff5555;
}
.contact-widget i {
	color: #ff5555;
}
