.footer-buttons {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 5px 0;
}

.categoria-automobile.tipologia-nuovo .footer-buttons a.btn-message, .ginospa .footer-buttons a.btn-message {
	color: #fff;
	background: #333;
}

.footer-buttons .btn-message i {
	font-size: 1.1em;
	margin-right: 7px;
}

.categoria-automobile.tipologia-nuovo .footer-buttons a.btn-message, .ginospa .footer-buttons a.btn-message {
	color: #fff;
	background: #333;
}

.footer-buttons .btn-message {
	height: 60px;
	width: 100%;
	z-index: 9990;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.15em;
	line-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-buttons .btn-call {
	border-radius: 200px;
	display: block;
	margin: .4em auto;
	box-shadow: 0 3px 3px -1px rgba(0,0,0,.3);
	text-align: center;
	text-decoration: none;
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 18px;
	width: 65px;
	height: 65px;
	background: #0db00d;
	color: #fff;
}

.footer-buttons .btn-call i {
	font-size: 40px;
	line-height: 65px;
}
	
	
.titoloinfo {
    text-align: center;
    font-size: 18px;
    color: #fff;	
}

.bottoneinfo {
	width: 100%;
	font-size: 13px;
	background-color: #000;
	color: #fff;
}

.bottoneinfo:hover {
	color: #ddd;
}

.bottoneinfo i {
    font-size: 17px;
}















