.custom_div_widget {
    background: transparent url('images/pattern_informatii.png');
    clear: both;
}
.custom_div_widget h3.widget-title,
.custom_div_widget h3.widget-title a,
{
    color: #fff !important;
}
a.spec {
	color: #C9CBCA !important;
}

.red .widget-title {
    background: #d53245 url('images/red.png') !important;;
    color: #FFFFFF;
    font-weight: 400 !important;
    padding: 10px;
}
.red p {
    color: #333333;
    padding: 2px !important;
    /*padding: 10px;*/
}

.business {
	background: transparent url('images/business.jpg') top center no-repeat !important;
    
    width: 310px !important;
    height: 180px !important;
    
    background-size: 100% auto !important;
}

.ceo {
	background: transparent url('images/ceo.png') top right no-repeat !important;
    
    width: 310px !important;
    height: 180px !important;
    
    position: relative;
    
}
.ceo .widget-title {
    position: absolute;
    bottom: 0px;
    
    width: 290px !important;
}
.ceo p {
    background: transparent !important;
}