a:hover, a:focus, .btn-link:focus, .btn-link:hover, .btn-link:disabled, a:disabled {
	color: #85651f;
}
.btn-primary {
	color: #eee;
}
.form-control[readonly]:focus, .input[readonly]:focus {
	border-color: #67696a !important;
	box-shadow: none !important;
}

a, .btn-link {
    color: #ac8329;
}

#custom-handle {
	background-color: #ac8329;
	border-color: #ac8329;
}

#news-accordion .ui-widget-content a:not(.btn) {
	color: #ac8329;
}

#news-accordion .ui-widget-content a:not(.btn):hover, #news-accordion .ui-widget-content a:not(.btn):focus {
	color: #85651f;
}