/* block CONTACT ******************************************************************************* */
#contact_block .block_content {

	background: url(images/customers.png) no-repeat 10px transparent;
	height: 92px;
	margin: 12px 3px;  
	padding: 5px;
	background-color: #FCFCFA;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);

    list-style: none outside none;
    
}

#contact_block p { 
    clear: both;
	padding: 7px 5px 0 26px;
	margin: 0 0 0 53px;
	font-size: 15px;
	line-height: 18px;
	color: #807572;

}
#contact_block p.tel {
	margin: 0 3px 20px;
    padding: 5px 0 5px 27px;
	font-size: 17px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal; 
	color: #807572;
	background: url(../../../img/cultura/tel_30_trans.png) no-repeat 0 4px transparent;

}
#contact_block a {
	background: transparent url("../../../img/cultura/plus-20-bi.png") no-repeat left 0;

	position: relative;
    color: #241F1D;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
	padding: 0 0 0 30px;
    text-transform: none;
	font-size: 16px;
	text-align: left; 
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
#contact_block a:hover {
	background:  transparent url("../../../img/cultura/plus-20-bi.png") no-repeat left -20px;
	color: #FC4D43;
}
#contact_block a:hover {text-decoration:none}

#contact_block .label {display: none}

#contact_block div.titlebordrtext1 { 

    text-align: center;
    width: 100%;		
	
}

#contact_block div.titleborderout1 { 

	float: left;
    position: relative;
    width: 100%;
    word-wrap: break-word;	
	
} 

#contact_block div.titleborder1 { 

	background: url("../../../img/cultura/titleborder.png") repeat-x;
    height: 10px;
    margin-top: -50px;
    position: relative;	
	
}

#contact_block h4.titleborderh4 {
    background: #F2F2F0;
	border-bottom: none;
	padding: 20px 0;
    position: relative;
    z-index: 99;
	display: inline-block;
	padding: 20px 20px 19px; 
	font-size: 20px !important;

}
