@font-face {
  font-family: 'NeutraTextTF';
  src: url('../font/NeutraTextTF-Book.eot?#iefix') format('embedded-opentype'),  url('../font/NeutraTextTF-Book.otf')  format('opentype'),
	     url('../font/NeutraTextTF-Book.woff') format('woff'), url('../font/NeutraTextTF-Book.ttf')  format('truetype'), url('../font/NeutraTextTF-Book.svg#NeutraTextTF-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeutraTextTF';
  src: url('../font/NeutraTextTF-BookItalic.eot?#iefix') format('embedded-opentype'),  url('../font/NeutraTextTF-BookItalic.otf')  format('opentype'),
	     url('../font/NeutraTextTF-BookItalic.woff') format('woff'), url('../font/NeutraTextTF-BookItalic.ttf')  format('truetype'), url('../font/NeutraTextTF-BookItalic.svg#NeutraTextTF-BookItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'NeutraTextTF';
  src: url('../font/NeutraTextTF-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/NeutraTextTF-Bold.otf')  format('opentype'),
	     url('../font/NeutraTextTF-Bold.woff') format('woff'), url('../font/NeutraTextTF-Bold.ttf')  format('truetype'), url('../font/NeutraTextTF-Bold.svg#NeutraTextTF-Bold') format('svg');
  font-weight: bold;
  font-style: bold;}



body {
	background-color: #e0dcd3;
	margin: 0;
	padding: 0;
	font-family: 'NeutraTextTF', sans-serif;
	font-size: 20px;
	color: #00254c;
	letter-spacing: .025em;
	line-height: 1.4em;
}

img {
	border: none;
}

section {
	min-width: 100%;
	width: 100%;
	display: table;
	height: 100%;
	position: relative;
	z-index: 2;
}

section .container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 75px 25px;
}

section .container .contents {
	margin: auto;
}

section .freccia {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
    margin-left: -22px;
}

section .freccia img {
	width: 55px;
	height: 34px;
}

a {
	text-decoration: none;
	color: inherit;
}

@media (max-width: 480px) {
	section .freccia {
		display: none;
	}

	section .freccia:first {
		display: block;
	}
}

.fonetica {
	font-family: 'Arial', sans-serif;
}

@media ( min-width: 481px ) {
	.visible-xs {
		display: none;
	}
}


/* ----- header  ----- */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

header img {
	position: absolute;
	left: 18px;
	width: 93px;
	height: 25px;
	top: 28px;
}

header div {
	padding: 12px 0px;
	display: block;
	margin: 0px 130px;
	border-bottom: 1px solid #b4b7bc;
}

header a {
	margin: 16px;
	color: #526977;
}

header a.active {
	border-bottom: 1px solid black;
	padding: 18px 0px;
}

@media (max-width: 768px) {
	header {
		display: none;
	}
}

/* ----- box 1  ----- */

#box-1 {
	background-color: #e0dcd3;
	background-image: url('../img/box-1-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 38px;
}

#box-1 img {
	max-width: 372px;
	margin-bottom: 15px;
}

@media (max-width: 480px) {
	#box-1 {
		font-size: 24px;
	}

	#box-1 img {
		width: 100%;
	}
}


/* ----- box 2  ----- */

#box-2 {
	background-color: #c4d3d0;
}

#box-2 img {
	max-width: 350px;
}

@media (max-width: 480px) {
	#box-2 img {
		width: 100%;
	}
}


#box-2 .contents {
	max-width: 750px;
} 

#box-2 .contents p {
	text-align: justify;
	margin-top: 60px;
}

#box-2 .fonetica {
	font-size: 28px;
}

#box-2 a {
	color: #da224b;
	font-weight: bold;
	text-decoration: underline;
}


/* ----- box 3  ----- */

#box-3 {
	background-color: #e0dcd3;
}

#box-3 .container {
	width: 100%;
}

#box-3 .contents {
	max-width: 650px;
	width: 100%;
} 

#box-3 .contents span {
	font-size: 42px;
	display: block;
	text-transform: uppercase;
}

#box-3 .contents p {
	margin-top: 30px;
	font-size: 26px;
}

#box-3 .container img {
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 50px 0;
}

@media (max-width: 480px) {
	#box-3 img {
		display: none;
	}
}


/* ----- box 4  ----- */

#box-4 {
	background-color: #23465f;
	color: white;
}

#box-4 .contents span {
	font-size: 42px;
	margin-bottom: 50px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 50px;
}

#box-4 .contents {
	max-width: 1000px;
}

#box-4 .contents a {
	display: block;
	float: left;
	width: 25%;
	padding: 25px 0;
}

@media (max-width: 960px) {
	#box-4 .contents a {
		width: 50%;
	}
}

@media (max-width: 480px) {
	#box-4 .contents a {
		width: 100%;
	}
}

#box-4 .contents a img {
	height: 104px;
}


/* ----- box 5 ----- */
#box-5 {
	background-color: #c9c9c9;
	color: #da224b;
	font-size: 26px;
	margin-bottom: 345px;
}

#box-5 .contents {
	text-align: center;
	margin: 100px 0;
}

@media (min-width: 481px) {
	#box-5 .contents {
		position: absolute;
		z-index: 1;
		width: 100%;
	}
}

@media (max-width: 480px) {
	#box-5-mappa {
		display: none;
	}
}

#box-5 .contents span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 42px;
	margin-bottom: 40px;
	display: block;
}

#box-5-mappa {
	min-height: 500px;
}

/* ----- footer ----- */
footer {
	position: fixed;
	z-index: 0;
	bottom: 0px;
	text-align: center;
	background-color: #da224b;
	font-size: 20px;
	font-style: italic;
	color: white;
	width: 100%;
}

footer div {
	margin: 90px 30px;
}

footer img {
	margin-bottom: 75px;
}


a[href^="https://maps.google.com/maps"]{display:none !important}