/*
Normal:	f58220 / rgb(245, 130, 32)
Hover:	e56403 / rgb(229, 100, 3)
*/

a {
	color: #f58220;
}
a:hover, a:focus {
	color: #e56403;
}

.loader:after {
	border-color: #f58220 transparent transparent transparent;
}

.form-control:focus {
	border-color: #f58220;
}

.btn-base, .btn-base:focus {
	background: #f58220;
}

.btn-base:hover {
	background: rgb(229, 100, 3);
}

.iconbox-icon {
	color: #f58220;
}

.iconbox:hover .iconbox-icon {
	color: rgb(229, 100, 3);
}

.striped-icon {
	color: #f58220;
}

.social-icons a:hover {
	color: #f58220;
}

.mrt-text-color {
	color: #f58220;
}

.mrt-bg-color {
	background: rgb(245, 130, 32);
}