/* ----- 4.1 HEADER ----- */
.site-header {
	position: relative; width: 86%; margin-left: auto; margin-right: auto; padding: 2.4em 0; text-align: center;
	}
	.site-header .site-logo {
 	 	margin-bottom: 1em;
		}
	.site-header .site-title {
 	 	font-size: 1.8em; font-weight: 300; letter-spacing: 2px; margin: 0; text-transform: uppercase;
		}
	.site-header .site-description {
 	 	font-size: 1.6em; margin-bottom: 0; color: #B4B4B5;
		}
	.site-header .site-title a {
        color: #333;
		}
	.site-title img {
		max-height: 100px;
		}


/* ----- MAPPA - CONTATTI ----- */
#map {
	width: 100%;
	height: 300px;
	margin-top: 30px;
	padding:  0px;
}

/* ----- + spazio sotto (mantiene test logo index coerente con altre pagine ----- */

.room-down {
	padding-bottom: 200px;
}
/* ----- + spazio sotto (mantiene test logo index coerente con altre pagine ----- */

.room-down-logo {
	padding-bottom: 30px;
}
/* ----- contenitore logo fotografi ----- */

.logo-fotografi {
	height: 94px;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* PRICING TABLES */
.pricing-table {
	padding: 2em;
	margin: 3em 0;
	text-align: center;
	border: 1px solid rgba(223,223,223,1);
	}
.pricing-table ul {
	padding: 0; margin: 1em 0 2.4em; list-style: none; font-size: 14px;
	}
.pricing-table ul li {
	margin-bottom: .4em;
	}
.pricing-table h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding-bottom: 1em;
	color: rgba(51,51,51,1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	}
.pricing-table h4 {
	font-size: 2.6em;
	font-weight: 100;
	color: #32373A;
	margin: 24px 0;
	}	