.page {
	min-height: 700px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 100px 0px;
}
.page-row {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
div.title-bar {
	margin-top: 30px;
    margin-bottom: 40px;
   	padding-top: 15px;
   	padding-bottom: 15px;
}
font.title {
    font-family: Roboto;
    font-size: 30px;
    color: #cf662b;
    text-transform: uppercase;
}
.subtitle-bar {
	margin-top: 10px;
    margin-bottom: 20px;
   	padding-top: 5px;
   	padding-bottom: 5px;
}
font.subtitle {
    font-family: Roboto;
    font-size: 18px;
    /*color: #cf662b;*/
}

/* SUPPORTO */
div.row.supporto-box {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 0;
}
.supporto-societa-row {
	margin-top: 10px;
	margin-bottom: 20px;
	/*background-color: red;*/
}
font.supporto-societa-text {
	font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
}
.supporto-sito-row {
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color: red;*/
}
font.supporto-sito-text {
	font-family: Roboto;
    font-size: 14px;
}
.supporto-dati-row {
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color: red;*/
}
p.supporto-dati-text {
	font-family: Roboto;
    font-size: 14px;
}
#map {
	height: 300px;
	width: 100%;
}
/* SUPPORTO */


/* BARRA DEL FOOTER */
.footer-bar {
	padding: 0px 0px 0px 0px;
}
.footer-row {
	margin: 20px 0px 20px 0px;
	min-height: 25px;
	background-color:#212121;
}
.footer_block {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	min-height: 25px;
	vertical-align: middle;
	/*background-color: red;*/
}
font.footer-text {
	font-family: Roboto;
	font-size: 12px;
	color: gray;
	font-weight: bold;
}
/* BARRA DEL FOOTER */