.bg-cw-red {

    background-color: rgb(242, 118, 84) !important;
    color: white;
}

.bg-cw-red-075 {

    background-color: rgba(242, 118, 84, 0.75) !important;
    color: white;
}

.bg-cw-orange {

    background-color: rgb(252, 166, 27) !important;
    color: white;
}

.bg-cw-cyan {

    background-color: rgb(95, 204, 242) !important;
    color: white;
}

.bg-cw-cyan-075 {

    background-color: rgba(95, 204, 242, 0.75) !important;
    color: white;
}

.bg-cw-pink {
    
    background-color: rgb(215, 108, 138) !important;
    color: white;
}

.bg-cw-rose {

    background-color: rgb(250, 208, 184) !important;
}

.bg-cw-green {

    background-color: rgb(141, 202,	122) !important;
    color: white;
}

.bg-cw-green-075 {

    background-color: rgba(141, 202, 122, 0.75) !important;
    color: white;
}

.bg-cw-yellow {

    background-color: rgb(253, 232, 104) !important;
}

.bg-cw-violett {

    background-color: rgb(131, 125, 187) !important;
    color: white;
}

.bg-cw-red2 {

    background-color: rgb(244, 117, 85) !important;
    color: white;
}

.bg-cw-dark-gray {

    background-color: rgb(91, 91, 92) !important;
    color: white;
}

.bg-cw-dark-blue {

    background-color: rgb(60, 109, 150) !important;
    color: white;
}

.bg-white {
    
    background-color: white !important;
}

.footer-bg {

    background-color: #44434f;
}

/* color */

.cw-red {

    color: rgb(242, 118, 84) !important;
}

.cw-orange {

    color: rgb(252, 166, 27) !important;

}

.cw-cyan {

    color: rgb(95, 204, 242) !important;
}

.cw-pink {
    
    color: rgb(215, 108, 138) !important;
}

.cw-rose {

    color: rgb(250, 208, 184) !important;
}

.cw-green {

    color: rgb(141, 202, 122) !important;
}

.cw-yellow {

    color: rgb(253, 232, 104) !important;
}

.cw-violett {

    color: rgb(131, 125, 187) !important;
}

.cw-red2 {

    color: rgb(244, 117, 85) !important;
}

.cw-dark-gray {

    color: rgb(91, 91, 92) !important;
}

.cw-dark-blue {

    color: rgb(60, 109, 150) !important;
}

.white {
    
    color: white !important;
}




/* -- */

.color-light {
  background: none repeat scroll 0 0 #f4f4f4;
}
.color-primary {
  background: none repeat scroll 0 0 #5e87b0;
}
.color-secondary {
  background: none repeat scroll 0 0 #f0ad4e;
}
.color-dark {
  background: none repeat scroll 0 0 #555555;
}
.color-warning {
  background: none repeat scroll 0 0 #f0ad4e;
}
.color-success {
  background: none repeat scroll 0 0 #a8bc7b;
}
.color-danger {
  background: none repeat scroll 0 0 #d9534f;
}