

.btn-primary.custom:hover {
    background-color: #bf4118 !important;
    border-color: #bf4118 !important;
}

.btn-primary.custom {
    background-color: #e55b2c !important;
    border-color: #e55b2c !important;
}

.btn-success.custom {
	background-color: #6CC24A !important;
    border-color: #6CC24A !important;
}

.flex_item {
    color: #e55b2c !important;
}

.flex_item:hover{
	background-color:#fceae4 !important;
}