/* IMPOSTAZIONI GENERALI */

@font-face {
	font-family: 'arial';
	src: url('fonts/arial.eot');
	src: url('fonts/arial.eot?#iefix') format('embedded-opentype'), url('fonts/arial.woff2') format('woff2'), url('fonts/arial.woff') format('woff'), url('fonts/arial.ttf') format('truetype'), url('fonts/arial.svg#arial') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Georgia';
	src: url('fonts/Georgia.eot');
	src: url('fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('fonts/Georgia.woff2') format('woff2'), url('fonts/Georgia.woff') format('woff'), url('fonts/Georgia.ttf') format('truetype'), url('fonts/Georgia.svg#Georgia') format('svg');
	font-display: swap;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	/* regola per altezza sito 100% */
	height: 100vh;
}
body {
	background-color: #fff;
	font-size: 16px;
	font-family: 'arial', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}
h1 {
	color: #000;
	font-size: 2.8rem;
}
h2 {
	color: #000;
	font-size: 2.4rem;
}
h3 {
	color: #000;
	font-size: 1.8rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.0rem;
}
h6 {
	font-size: 0.8rem;
}
a:link {
	color: #000;
}
a:hover {
	color: #E89133;
}
a:visited {
	color: #000;
}
a:visited:hover {
	color: #E89133;
}
a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
a.ext {
	background: url(../img/external.png) center right no-repeat;
	padding-right: 13px;
}
.content-container {
	width: 100%;
	max-width: 1920px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
}
.title {
	/*! text-align: center; */
	/*! margin: 30px 0 0; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact {
	text-align: right;
}
.contact img:hover {
	cursor: pointer;
}
.logo, .contact {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.content {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	overflow: auto;
	width: 100%;
	/* regole per altezza sito 100% */
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 4%;
	line-height: 1.2;
}
.nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 280px;
	background: #eaecee;
	max-width: 320px;
	width: 100%;
	padding: 15px 20px;
	font-family: 'arial', sans-serif;
	color: #000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
.nav h2 {
	width: 90%;
	padding: 0;
	margin: 10px 0;
	font-size: 1.6rem;
	line-height: 1.3em;
}
.nav h2 a {
	color: #000;
	text-decoration: none;
}
.nav h3 {
	width: 90%;
	padding: 0;
	margin: 10px 0;
	font-size: 1.4rem;
	/*line-height: 1.3em;*/
}
.nav h4 {
	margin: 30px 0 0;
	font-size: 1.2rem;
	color: #3d4449;
}
.subnav>ul.menu {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #3d4449;
}
.subnav>ul>li>span {
	line-height: 1.5;
	font-size: 1.2rem;
	cursor: pointer;
}
.subnav>ul>li>span a {
	color: #4b5257;
	text-decoration: none;
}
.subnav>ul>li>a {
	color: #4b5257;
	text-decoration: none;
	font-size: 0.9rem;
	margin-left: 10px;
	line-height: 1.5;
}
.sub-nav>ul>li>a {
	display: inline-block;
	position: relative;
	padding: 0;
	font-size: 1.2rem;
	color: #3d4449;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #aeb1b3;
}
.sub-nav>ul>li>a:hover {
	color: #E89133;
}
/*..........................................*/

footer {
	display: block;
	/*! background-color: #696a6f; */
	color: #fff;
	line-height: 20px;
	padding: 50px 0 30px;
}
/*..................................*/

/* COLLEGAMENTI FOOTER */

#docs {
	color: #000;
	font-size: 0.8rem;
	text-align: center;
}
#docs a:link, #docs a:visited {
	color: #000;
}
#docs a:hover {
	color: #dabf7d;
}
/* .......................................... */

img {
	max-width: 100%;
	height: auto;
	width: auto;
	/* for ie 8 */
	border: 0;
}
div {
	max-width: 100%;
}
iframe, object, embed {
	max-width: 100%;
}
/* .......................................... */

/* DOCUMENTI */

.doc {
	max-width: 1200px;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 20px 40px;
	color: #000;
	font-family: 'Georgia', serif;
	text-align: left;
	border: 1px solid #000;
	font-size: 1.0rem;
}
.doc-title {
	text-align: center;
	margin: 30px 0;
}
.doc-img {
	text-align: center;
	display: block;
	margin: 0;
}
.doc h1, .doc h2, .doc h3, .doc h4, .doc a:link, .doc a:hover, .doc a:visited, .doc a:visited:hover {
	color: #000;
	font-family: 'Georgia', serif;
}
.doc h1, .doc h2, .doc h3 {
	font-family: 'Georgia', serif;
	text-shadow: none;
}
.doc h1 {
	font-size: 1.8rem;
	text-align: center;
}
.doc h2 {
	font-size: 1.2rem;
}
.doc h3 {
	font-size: 1.0rem;
}
/* .......................................... */

/* HOME BOX */

.box-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*! border: 1px solid; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
}
.box-text, .box-image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px;
	min-width: 279px;
}
.box-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-text h2 {
	margin: 0;
}
.box-image img {
	height: 100%;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	border-radius: 10px;
}
.box-text .button {
	max-width: 120px;
	width: 100%;
	border: 2px solid #f56a6a;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
}
.box-text .button a {
	text-decoration: none;
}
.box-sidebar {
	line-height: 1.2;
}
.box-sidebar .button {
	/*max-width: 100px;*/
	width: 100%;
	/*border: 2px solid #f56a6a;*/
	padding: 6px 0;
	text-align: right;
	/*border-radius: 8px;*/
}
.box-sidebar p {
	margin: 10px 0;
	color: #3d4449;
}
.box-sidebar .button a {
	text-decoration: none;
	font-size: 0.8rem;
}
.sidebar-scrivi {
	text-align: center;
}
.button-all {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
	background-color: #cbcdce;
	max-width: 250px;
	margin: 0 auto;
}
.button-all a {
	text-decoration: none;
}
.various-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.various {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
	/*! min-width: 200px; */
	-ms-flex-preferred-size: 280px;
	flex-basis: 280px;
}
.various img {
	border-radius: 10px;
}
.various h4 {
	margin: 10px 0 0;
	text-align: left;
}
.various p {
	text-align: left;
}
.various .button {
	max-width: 100px;
	width: 100%;
	border: 2px solid #f56a6a;
	padding: 6px 0;
	text-align: center;
	border-radius: 8px;
}
.various .button a {
	text-decoration: none;
	font-size: 0.8rem;
}
/*.................*/

/*STILE SOTTOPAGINE*/

.content-container2 {
	width: 100%;
	max-width: 1920px;
	background: #fff;
	margin: 0 auto;
	overflow: auto;
	padding: 0 20px;
	/* regole per altezza sito 100% */
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.columnsContainer, footer {
	position: relative;
}
.title {
	padding: 0 20px;
	border-bottom: 4px solid #5fcec0;
}
footer {
	padding: 30px 20px;
	border-top: 4px solid #5fcec0;
}
.columnsContainer {
	background-color: transparent;
	overflow: auto;
	padding: 40px 0;
	line-height: 1.5;
}
.title-page {
	text-align: center;
	margin: 0;
}
.title-page h1 {
	margin: 0;
}
.page-content {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 2%;
	color: #000;
}
.page-content img {
	text-align: center;
	display: block;
	margin: 0;
}
.go-home {
	text-align: center;
	margin-top: 40px;
}
.go-home a {
	border: 2px solid #f56a6a;
	padding: 6px 4px 4px;
	text-decoration: none;
	border-radius: 4px;
}
/* .......................................... */

/*MEDIA QUERY*/

@media screen and (min-width: 1921px) {
	/*regole sfondo sito per schermi >= 1921px*/
	.content-container {
		-webkit-box-shadow: 3px 0 2px #928b8b, -3px 0 2px #928b8b;
		box-shadow: 3px 0 2px #928b8b, -3px 0 2px #928b8b;
		margin: 0 auto;
	}
	body:after {
		content: "";
		position: fixed;
		top: 0;
		height: 100vh;
		left: 0;
		right: 0;
		z-index: -1;
		background: url(../img/bg.jpg) center top;
		background-size: cover;
	}
}
@media screen and (min-width: 1869px) {
	.various {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
	}
}
@media screen and (min-width: 1566px) and (max-width: 1868px) {
	.various {
		-ms-flex-preferred-size: 350px;
		flex-basis: 350px;
	}
}
@media screen and (max-width: 900px) {
	.content-container {
		display: block;
	}
	.content {
		padding: 0 10px;
	}
	.title {
		margin: 30px 0 0;
	}
	.nav {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		position: fixed;
		top: 0;
		bottom: 0;
		margin: 0;
		left: -320px;
		-webkit-transition: left 0.3s;
		-o-transition: left 0.3s;
		transition: left 0.3s;
		z-index: 2000;
		overflow: visible;
	}
	.nav-toggle1 {
		position: fixed;
		left: 4px;
		top: 4px;
		padding: 10px;
		background: #eaecee;
		color: #696b6c;
		cursor: pointer;
		font-size: 1.8rem;
		line-height: 1;
		/*! z-index: 2001; */
		/*! -webkit-transition: color .25s ease-in-out; */
		/*! -o-transition: color .25s ease-in-out; */
		/*! transition: color .25s ease-in-out; */
		border-radius: 8px;
	}
	.nav-toggle {
		position: absolute;
		padding: 10px;
		background: inherit;
		color: #696b6c;
		cursor: pointer;
		line-height: 1;
		z-index: 2001;
		/*! transition: color .25s ease-in-out; */
		border-radius: 8px;
	}
	.nav-toggle1:after {
		content: '\2630';
		text-decoration: none;
	}
	.nav-toggle1:hover {
		color: #fff;
	}
	.nav-toggle:hover {
		color: #000;
	}
	[id='nav-toggle'] {
		position: absolute;
		display: none;
	}
	[id='nav-toggle']:checked~.nav>.nav-toggle {
		left: auto;
		right: 10px;
		top: 10px;
		font-size: 3.0rem;
	}
	[id='nav-toggle']:checked~.nav {
		left: 0;
		overflow-y: auto;
	}
	[id='nav-toggle']:checked~.nav>.nav-toggle:after {
		content: '\2715';
	}
	.various {
		padding: 10px
	}
}
@media screen and (max-width: 596px) {
	.box-text h2 {
		margin-top: 0;
	}
	.contact {
		/*display: none;*/
		text-align: center;
	}
	/*....modifiche....*/
	.title {
		display: block;
		text-align: center;
	}
	.logo, .contact {
		-webkit-box-flex: 0;
		flex: 0;
	}
	.logo h1 {
		margin: 0;
	}
	/*..........................*/
}
@media screen and (max-width:559px) {
	.box-container {
		padding: 0;
		display: block;
	}
	.box-image img {
		-moz-object-fit: fill;
		-webkit-object-fit: fill;
		-ms-object-fit: fill;
		-o-object-fit: fill;
		object-fit: fill;
	}
	.box-text, .box-image {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		min-width: 0;
	}
}
@media screen and (max-width: 370px) {
	.logo {
		margin-top: 20px
	}
}
@media screen and (max-width: 320px) {
	.nav {
		min-width: 0;
	}
	.box-container {
		display: block;
	}
	.box-image img {
		-moz-object-fit: fill;
		-webkit-object-fit: fill;
		-ms-object-fit: fill;
		-o-object-fit: fill;
		object-fit: fill;
	}
	.box-text, .box-image {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		min-width: 0;
	}
}
/*..................................*/

/* SOCIAL */

/*SPRITE */

.icons a {
	display: inline-block;
	cursor: pointer;
	border-radius: 6px;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.icon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url(../img/social-icons/sprite.svg);
}
.icon-youtube {
	background-position: 0 0;
}
.icon-twitter {
	background-position: -64px 0;
}
.icon-linkedin {
	background-position: -128px 0;
}
.icon-pinterest {
	background-position: -192px 0;
}
.icon-instagram {
	background-position: -256px 0;
}
.icon-facebook {
	background-position: -320px 0;
}
/*SPRITE SMALL */

.icon2 {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url(../img/social-icons/sprite-small.svg);
}
.icon-youtube2 {
	width: 32px;
	height: 32px;
	background-position: 0 0;
}
.icon-twitter2 {
	width: 32px;
	height: 32px;
	background-position: -48px 0;
}
.icon-linkedin2 {
	width: 32px;
	height: 32px;
	background-position: -96px 0;
}
.icon-pinterest2 {
	width: 32px;
	height: 32px;
	background-position: -144px 0;
}
.icon-instagram2 {
	width: 32px;
	height: 32px;
	background-position: -192px 0;
}
.icon-facebook2 {
	width: 32px;
	height: 32px;
	background-position: -240px 0;
}
/*MAPPA*/

#sitemap {
	padding: 0;
	list-style: none;
	max-width: 600px;
	margin: 0 auto;
}
#sitemap ul {
	padding-left: 1em;
}
#sitemap li {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
#sitemap li a:link, #sitemap li a:visited {
	background-color: #e5e6e5;
	display: block;
	padding: .4em;
	text-decoration: none;
	color: #0b5394;
}
#sitemap li a:hover {
	background-color: #ccc;
	color: #0b5394;
	font-weight: bold;
	font-size: 16px;
}
#sitemap li li {
	font-weight: normal;
	font-size: 14px;
}
#sitemap li li a:link, #sitemap li li a:visited {
	background-color: transparent;
	display: block;
	padding: .4em;
}
#sitemap li li a:hover {
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
}
/*..................................*/

/* COOKIE */

.cookies-container {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 1);
	font-family: 'arial', sans-serif;
	padding: 1em 1.8em;
	margin: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999999;
}
.cookies-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 1800px;
	flex: 1 1 1800px;
	font-size: 1.0rem;
	color: #fff;
	line-height: 30px;
	width: 100%;
	vertical-align: middle;
}
.cookies-buttons {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 220px;
	flex: 1 0 220px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
}
.cookies-accept {
	color: #000 !important;
	font-size: 1.0rem;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-right: 14px;
	background-color: #f2e15b;
	padding: 10px 20px;
}
.cookies-decline {
	color: #ff9900 !important;
	font-size: 1.0rem;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.InfoLink {
	color: #c9c9c9 !important;
	text-decoration: underline;
	display: inline-block;
}
@media screen and (max-width: 747px) {
	.cookies-container {
		display: block;
	}
	.cookies-text {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.cookies-buttons {
		margin: 10px auto 0;
		text-align: center;
	}
}
@media screen and (max-width: 261px) {
	.cookies-accept, .cookies-decline {
		display: block;
		max-width: 100px;
		margin: 0 auto;
	}
}
/*..................................*/

/* The search form */

.search-form {
	position: relative;
	display: block;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	font: inherit;
	font-size: 14px;
	color: #d1d2d2;
	max-width: 500px;
	padding: 10px;
	text-align: left;
	width: 100%;
	margin: 0 auto 20px;
	border-radius: 4px;
}
.search-form table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.input-text {
	width: 90%;
	background-color: transparent;
	border: 0;
	color: #d1d2d2;
	font-size: 20px;
}
.input-go {
	width: 10%;
	background-color: transparent;
	border: 0;
	color: #d1d2d2;
	font-size: 20px;
	text-align: center;
}
.search-form input:focus {
	outline: none;
}
.search-form input {
	background-color: transparent;
	border: 0;
	color: #626464;
	font-size: 0.8rem;
	width: 100%;
}
/* Changing the placeholder color */

.search-form input::-webkit-input-placeholder {
	color: #d1d2d2;
}
.search-form input::-moz-placeholder {
	opacity: 1;
	color: #d1d2d2;
}
.search-form input:-ms-input-placeholder {
	color: #d1d2d2;
}
/*..................................*/

/* Regole per la stampa */

@media print {
	body {
		height: auto;
		display: block;
		overflow-y: visible !important;
	}
	body:after {
		display: none;
	}
	.content-container {
		display: block;
	}
	nav, footer, .doc, form {
		display: none;
	}
}