@import url("fontawesome-all.min.css");
@import url("row.css");
/*
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');/*
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;700;800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,400;1,500;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, intro, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, intro, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
mark {
	background-color: transparent;
	color: inherit;
}
 input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
 width: device-width;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
body, input, textarea, select {
	/*		font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;  /*   400  per Source Sans Pro ***  */
	color: #6C6C6C;  /*  919499  ***+   */
	font-size: 14pt;
	line-height: 1.75em;
	letter-spacing: 0.025em;  /* 0.025em  */
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen', sans-serif;
/*		font-family: 'Quicksand', sans-serif;*/
/*		font-family: 'Barlow', sans-serif;*/
/*		font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 700;
	color: #484d55;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none; /* 	font-family: 'Cormorant Garamond', serif;   ***  */
}
a {
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-decoration: underline;
	color: #717479;
}
a:hover {
	text-decoration: none;
}
strong, b {
	font-weight: 700;
	color: #484d55;
}
blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
em, i {
	font-style: italic;
}
hr {
	border: 0;
	border-top: solid 1px #ddd;
	margin: 2em 0 2em 0;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
.nobr {
	white-space: nowrap;
}
br.clear {
	clear: both;
}
p, ul, ol, dl, table, blockquote, form {
	margin-bottom: 2em;
}
/* Container */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 68em;
}

@media screen and (max-width: 1680px) {
.container {
	width: 70em;
}
}

@media screen and (max-width: 1280px) {
.container {
	width: calc(100% - 100px);
}
}

@media screen and (max-width: 980px) {
.container {
	width: calc(100% - 100px);
}
}

@media screen and (max-width: 736px) {
.container {
	width: calc(100% - 40px);
}
}
/* Section/Article */

section,  article {
	margin: 0 0 4em 0;
}
section > :last-child,  article > :last-child,  section:last-child,  article:last-child {
	margin-bottom: 0;
}
header.style1 {
	text-align: center;
	padding: 3em 0 3em 0;
}
header.style1 h2 {
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 0.075em;
	line-height: 1.5em;
}
header.style1 p {
	color: #b1b4b9;
	display: block;
	margin: 1.15em 0 0 0;
	font-size: 1.3em;
	letter-spacing: 0.075em;
	line-height: 1.5em;
}
/* Table */

table {
	width: 100%;
}
table.default {
	width: 100%;
}
table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}
table.default td {
	padding: 0.5em 1em 0.5em 1em;
}
table.default th {
	text-align: left;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 1em;
}
table.default thead {
	background: #484d55;
	color: #fff;
}
table.default tfoot {
	background: #eee;
}
/* Image */

.image {
	display: inline-block;
}
.image img {
	display: block;
	width: 100%;
	/*	border-radius: 7px;    *** aggiuto  */
}
.image.fit {
	display: block;
	width: 100%;
}
.image.left {
	float: left;
	margin: 0 1em 0em 0;  /* 0 2em 2em 0 */
}

.image.leftbordo {  /* per download   */
	float: left;
	margin: -0.5em 1em 0 0;
	padding:3px 3px;
	border: 1px solid #737373;
}

/*
.image.rightbordo {   
	float: right;
	margin: -0.5em 0em 1em 2em;
	padding:3px 3px;
	border: 1px solid #737373;
}
*/

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
	/*  ombre alle img  */
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/* fine ombre alle img  */
}
/* --- cancellati per evitare sovrapposizione ai comandi fancybox  ----

Button     

-------------------------------------------------------------*/


/* List */

ul {
	list-style: disc;
	padding-left: 1em;
}
ul li {
	padding-left: 0.5em;
}
ul.style2 {
	list-style: none;
	padding-left: 0;
}
ul.style2 li {
	border-top: solid 1px #eee;
	padding: 1.5em 0 0 0;
	margin: 1.5em 0 0 0;
}
ul.style2 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
/*
ul.style3 {
	list-style: none;
	padding-left: 0;
}
ul.style3 li {
	border-top: solid 1px #eee;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
}
ul.style3 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
*/



ul.style3 {
	list-style: none;
	padding-left: 0;
}
ul.style3 li {
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	padding: 0.25em 0.4em 0.3em 1em;
	margin: 0 2em 0 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	
}
ul.style3 strong, b {
	font-weight: 700;
	color: #717479;
}
ul.style3  a {
	text-decoration: none;
	font-weight: 700;	
}

ul.style3  a:hover {
	color: #ddd;
}


ul.style3 li:first-child {
	border-top: solid 1px #ccc;
}
/*
	padding-top: 0;
	margin-top: 0;
}
*/




ol {
	list-style: decimal;
	padding-left: 1.25em;
}
ol li {
	padding-left: 0.25em;
}
/* Actions */

ul.actions {
	list-style: none;
	padding-left: 0;
	margin: 3em 0 0 0;
}
ul.actions li {
	display: inline-block;
	margin: 0 0.75em 0 0.75em;
	padding-left: 0;
}
ul.actions li:first-child {
	margin-left: 0;
}
ul.actions li:last-child {
	margin-right: 0;
}
ul.actions.special {
	text-align: center;
}
/* Feature List */

.feature-list {
	max-width: 58em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0.75em;
}
.feature-list section {
	border-top: solid 1px #eee;
	padding-top: 3em;
	padding-left: 1em;  /*  5em    ****  toglie margine sin dopo aver tolto icone per iphone  */
	position: relative;
}

@media screen and (min-width: 981px) {
.feature-list > .row > :nth-child(-n + 2) > section {
	border-top: 0;
	padding-top: 0;
}
} 
.feature-list h3 {
	color: #cc0000 !important;   /* e97770  *** */
	margin: -0.35em 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}
.feature-list h3:before {
	display: block;
	color: #fff;
	background: #2f333b url("images/overlay.png");
	border-radius: 2.5em;
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	margin-right: 0.75em;
	position: absolute;
	left: 0;
	margin-top: -0.5em;
}
.feature-list.small section {
	padding-left: 3.5em; 
}
.feature-list.small h3:before {
	font-size: 0.8em;
}
/* Icons */

.icon {
	text-decoration: none;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
	font-size: 1.25em;
}

/*    aspettare a cancellare  ***
.icon > .label {
	display: none;
}
.icon.solid:before {
	font-weight: 900;
}
.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}
*/

/* Box */

.box header {
	margin: 0 0 1.5em 0;
}
.box header.style1 {
	position: relative;
	margin: -0.5em 0 0 0;
	padding-top: 0;
}
.box h2 {
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}
.box h3 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.box.post-excerpt .image.left {
	position: relative;
	top: 0.5em;
	width: 3em;   /* 5em  */
}
.box.post-excerpt h3, .box.post-excerpt p {
	margin-left: 7em;
}
/* Wrapper */

.wrapper {
	position: relative;
	/*		padding: 6em 0 9em 0;*/
	padding: 6em 0 9em 0;
}
.wrapper .title {
	position: absolute;
	left: 50%;
	text-align: center;
	text-transform: uppercase;  /* uppercase  */
	display: block;
	font-weight: 700;
	letter-spacing: 0.25em;
	font-size: 0.9em;
	width: 25em;
	height: 3.25em;
	top: -3.25em;
	line-height: 3.25em;
	margin-bottom: -3.25em;
	margin-left: -12.5em;
	padding-top: 0.5em;
}
.wrapper .title:before {
	content: '';
	position: absolute;
	bottom: -38px;
	left: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow.png");
}
.wrapper .title:after {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	content: '';
	position: absolute;
	bottom: -38px;
	right: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow.png");
}
/*   ****  per ombra bianca intro   */
.wrapper .title2 {
	position: absolute;
	left: 50%;
	text-align: center; 
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	letter-spacing: 0.25em;
	font-size: 0.9em;
	width: 25em;
	height: 3.25em;
	top: -3.25em;
	line-height: 3.25em;
	margin-bottom: -3.25em;
	margin-left: -12.5em;
	padding-top: 0.5em;
}
.wrapper .title2:before {
	content: '';
	position: absolute;
	bottom: -38px;
	left: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow2.png");
}
.wrapper .title2:after {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	content: '';
	position: absolute;
	bottom: -38px;
	right: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow2.png");
}
/*   fine  per ombra bianca intro   */

/*
#footer .title2 {
	background: #282b34 url("images/overlay.png"); 
	color: #eee;
	font-size: 1.2em; 
}
*/
#intro .title2 {
	background: #282b34 url("images/overlay.png");
	color: #eee;
	font-size: 1.1em;  /*   dimensione testo our goals  */
}

.wrapper.style1 {
	background: #071020 url("images/overlay.png");
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
}
.wrapper.style1 .title {
	background: #071020 url("images/overlay.png");
	color: #fff;
	font-size: 1.1em;  /*    aggiunto  [our goals] ***  */
}
.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
	color: #fff;
}
.wrapper.style2 {
	background: #fff;
}
.wrapper.style2 .title {
	background: #fff;
	color: #484d55;
	font-size: 1.1em;   /*   aggiunto *** */
}
.wrapper.style3 {
	background: #f3f3f3 url("images/overlay.png");
}
.wrapper.style3 .title {
	background: #f3f3f3 url("images/overlay.png");
	color: #484d55;
	font-size: 1.1em;   /*   aggiunto *** */
}
.wrapper.style3 .image {
	padding: 3px;
	border: solid 1px #999;  /* solid 10px #fff [img news] ***   */
}
/* Page Wrapper */

#page-wrapper > section {
	margin-bottom: 0;
}
/*    Header home *** eliminare ***    */

#headerhome {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	/*		height: 24em;    */
	height: 24em;
	background: url("../../images/bannerhome.jpg") center center;
	background-size: cover;
	padding: 0;
}
#headerhome:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/overlay.png");
}
.homepage #headerhome {
	height: 33em;  /* era 40em  ***  */
}
/* Header */

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	height: 35em; 
	background: url("../../images/bannerhome.jpg") center center;
	background-size: cover;
	padding: 0;
}
#header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/overlay.png");
}
/* Logo */

#logo {
	width: 100%;
	text-align: center;
	position: relative;
	top: 0em; /*   ***  alza testo header   ***  */
}
#logo h1 {
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size: 1.6em;  
	letter-spacing: 0.06em;
	line-height: 1.5em;
	text-shadow: 2px 2px 4px #000;
}
/*
#logo p {
	text-align: center;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	margin: 1.25em 0 0 0;
	display: block;
	letter-spacing: 0.2em;
	font-size: 1.2em;
}
*/

/* Nav */

#nav {
	position: absolute;
	display: block;
	top: 2.5em;
	left: 0;
	width: 100%;
	text-align: center;
}
#nav > ul {
	display: inline-block;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
	/* padding: 0 1.5em 0 1.5em; */      /* **** */
	padding: 0 1.5em 0 1.5em;
}
/* inizio navhome  *** eliminare ***  */

#nav > ul.home {
	display: inline-block;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
	/* padding: 0 1.5em 0 1.5em; */      /* **** */
	padding: 0 1.5em 0 1.5em;
	background: #222835 url("images/overlay.png");    /* **** per evidenziare menù  */
	background-color: rgba(44, 50, 63, 0.4); /* ****   per evidenziare menù */
}
/* fine navhome  ***   */


#nav > ul > li {
	display: inline-block;
	text-align: center;
	/* padding: 0 1.5em 0 1.5em; */      /* **** */
	padding: 0 0.7em 0 0.7em;
}
#nav > ul > li > ul {
	display: none;
}
#nav > ul > li > a, #nav > ul > li > span {
	display: block;
	color: #EEE;   /*   ****   color: #EEE;   */
	color: rgba(255, 255, 255, 0.75); /*   ****   0.75   */
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	height: 5em;
	line-height: 5em;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	outline: 0;
}
#nav > ul > li:hover > a {
	color: #fff;
}
#nav > ul > li.here:hover > a {   /* *** per non illuminare voce menù   */
	cursor: default;
	color: #000;
	color: rgba(255, 255, 255, 0.75);
}
#nav > ul > li.active > a, #nav > ul > li.active > span {
	color: #fff;
}
.dropotron {
	background: #222835 url("images/overlay.png");   /* 222835  *** */
	background-color: rgba(44, 50, 63, 0.925);   /* originale  */
	/*			background-color: rgba(22, 33, 55, 0.725);  un poco più blu  ***  */
	padding: 1.25em 1em 1.25em 1em;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
	min-width: 12em;
	text-align: left;
	margin-top: -1.25em;
	margin-left: -1px;
	list-style: none;
}
.dropotron.level-0 {
	margin-top: -1px;
	margin-left: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropotron a, .dropotron span {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: block;
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	line-height: 3em;
}
.dropotron li {
	padding-left: 0;
}
.dropotron li:first-child a, .dropotron li:first-child span {
	border-top: 0;
}
.dropotron li:hover > a, .dropotron li:hover > span {
	color: #fff;
}
/* Features */

#features header.style1 {
	padding-bottom: 5em;
}
#features ul.actions {
	margin-top: 5em;
}
/* Highlights */

#highlights .highlight {	
	text-align: left; /*	era	center;    */
}
#highlights .highlight h3 {
	color: #c00;
/*	margin: 0 0 0.75em 0;*/
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}
/* Main */

/* Footer */

#footer {
	background: #282b34 url("images/overlay.png");
	color: #eee;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 6em;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b, #footer a {
	color: #fff;
}
#footer hr {
	border-top-color: #333;  
	border-top-color: rgba(255, 255, 255, 0.05);
}
#footer button,  #footer .button {
	color: #fff;
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
}
#footer button:hover,  #footer .button:hover {
	color: #fff;
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
}
#footer button:active,  #footer .button:active {
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}
#footer button.style2:active,  #footer .button.style2:active {
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}
#footer .title {
	background: #282b34 url("images/overlay.png");
	color: #eee;
	font-size: 1.1em;  /*  *** Aggiunto  */
}
#footer header.style1 {
	padding-bottom: 6em;
	margin-bottom: 6em;
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
#footer header.style1 h2 {
	color: #fff;
}
#footer header.style1 .p {
	color: inherit;
}
#footer .feature-list {
	max-width: 100%;
}
#footer .feature-list section {
	border-top-color: rgba(255, 255, 255, 0.05);
}
#footer .feature-list h3:before {
	background: #3d4249 url("images/overlay.png");
}
/* inizio intro */

#intro {
	background: #282b34 url("images/overlay.png");
	color: #eee;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 6em;
}
#intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6, #intro strong, #intro b, #intro a {
	color: #fff;
}
#intro hr {
	border-top-color: #333;   /*   ***  333   */
	border-top-color: rgba(255, 255, 255, 0.05);
}
#intro button,  #intro .button {
	color: #fff;
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
}
#intro button:hover,  #intro .button:hover {
	color: #fff;
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
}
#intro button:active,  #intro .button:active {
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}
#intro button.style2:active,  #intro .button.style2:active {
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}
#intro .title {
	background: #282b34 url("images/overlay.png");
	color: #eee;
	font-size: 1.1em;  /*  *** Aggiunto  */
}
#intro header.style1 {
	padding-bottom: 6em;
	margin-bottom: 6em;
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
#intro header.style1 h2 {
	color: #fff;
}
#intro header.style1 .p {
	color: inherit;
}
#intro .feature-list {
	max-width: 100%;
}
#intro .feature-list section {
	border-top-color: rgba(255, 255, 255, 0.05);
}
#intro .feature-list h3:before {
	background: #3d4249 url("images/overlay.png");
}
/* fine intro (?)  */


/* Copyright */

#copyright {
	text-align: center;
	padding-top: 6em;
	margin-top: 6em;
	/* border-top: solid 1px rgba(255, 255, 255, 0.05);  riga sopra copyright  */
}
#copyright ul {
	display: inline-block;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
	color: #aaa;
	color: rgba(255, 255, 255, 0.25);
	padding: 0.5em 2em; /*   ****    0.75em 2em;   */
	font-size: 0.9em;
}
#copyright ul li {
	display: inline-block;
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #333;
	border-left-color: rgba(255, 255, 255, 0.05);
}
#copyright ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
#copyright a {
	color: inherit;
}
#copyright a:hover {
	color: #fff;
}

/* XLarge */

@media screen and (max-width: 1680px) {
/* Basic */

body, input, textarea, select {
	font-size: 12pt;
}
}

/* Large */

@media screen and (max-width: 1280px) {
/* Basic */

body, input, select, textarea {
	font-size: 11pt;
	line-height: 1.5em;
	letter-spacing: 0.015em;
}
/* Wrapper */

.wrapper {
	padding: 4em 0 7em 0;
}
/* Logo */

#logo {
	margin-top: -0.5em !important;
}
/* Footer */

#footer {
	padding-bottom: 3em;  /* spazio sotto copyr.  */
}
#footer header.style1 {
	padding-bottom: 4em;
	margin-bottom: 4em;
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
/* inizio intro */

#intro {
	padding-bottom: 3em;  /* 4em spazio sotto copyr.  */
}
#intro header.style1 {
	padding-bottom: 4em;
	margin-bottom: 4em;
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
/* fine intro */

/* Copyright */

#copyright {
	padding-top: 3em;  /*  4em  6em */
	margin-top: 4em;
}
}
/* Medium */

#navPanel, #titleBar {
	display: none;
}

@media screen and (max-width: 980px) {
/* Section/Article */

header br {
	display: none;
}
/* Form */

form ul.actions {
	text-align: center;
}
/* Feature List */

.feature-list {
	max-width: 40em;
}
.feature-list section {
	padding-top: 4em;
}
.feature-list > .row > :first-child > section {
	border-top: 0;
	padding-top: 0;
}
/* Nav */

#nav {
	display: none;
}
/* Logo */

#logo {
	top: 0;
}
/* Highlights */

#highlights .highlight {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}
/* Footer */

#footer .feature-list {
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	padding-top: 4em;
}
}

@media screen and (max-width: 980px) and (min-width: 737px) {
#footer .feature-list > .row > :nth-child(2) > section {
	border-top: 0;
	padding-top: 0;
}
/* inizio intro */

#intro .feature-list {
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	padding-top: 4em;
}
}

@media screen and (max-width: 980px) and (min-width: 737px) {
#intro .feature-list > .row > :nth-child(2) > section {
	border-top: 0;
	padding-top: 0;
}
/* fine intro */


}

@media screen and (max-width: 980px) {
/* Nav */

#page-wrapper {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	padding-bottom: 1px;
}
#titleBar {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 44px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	background: none;
}
#titleBar .title {
	display: none;
}
#titleBar .toggle {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 44px;
}
#titleBar .toggle:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#titleBar .toggle:before {
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	text-decoration: none;
	content: '\f0c9';
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	width: 54px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(92, 95, 103, 0.5);
	border-radius: 0.25em;
}
#titleBar .toggle:active:before {
	background-color: rgba(92, 95, 103, 0.75);
}
#navPanel {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	background: #242730 url("images/overlay.png");
	box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
#navPanel .link {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.85em;
	letter-spacing: 0.15em;
	height: 44px;
	line-height: 44px;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	margin: 0 15px 0 15px;
}
#navPanel .link:first-child {
	border-top: 0;
}
#navPanel .indent-1 {
	display: inline-block;
	width: 1em;
}
#navPanel .indent-2 {
	display: inline-block;
	width: 2em;
}
#navPanel .indent-3 {
	display: inline-block;
	width: 3em;
}
#navPanel .indent-4 {
	display: inline-block;
	width: 4em;
}
#navPanel .indent-5 {
	display: inline-block;
	width: 5em;
}
#navPanel .depth-0 {
	color: #fff;
}
body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}
body.navPanel-visible #titleBar {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}
body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
}

/* Small */

@media screen and (max-width: 736px) {
/* Basic */

body, input, select, textarea {
	line-height: 1.5em;
	font-size: 10.5pt;
	letter-spacing: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin: 0 0 1em 0;
}
hr {
	margin: 1em 0 1em 0;
}
/* Section/Article */

section, article {
	clear: both;
}
header br {
	display: none;
}
header.style1 {
	padding: 0 0 1em 0;
}
header.style1 h2 {
	font-size: 1.5em;
	letter-spacing: 0.075em;
	line-height: 1.25em;
}
header.style1 p {
	font-size: 1em;
	letter-spacing: 0;
	display: block;
	margin: 0;
}
/* Button */

button,  .button {
	display: block;
	width: 100%;
	font-size: 1em;
	max-width: 30em;
	margin: 0 auto;
}
/* Actions */

ul.actions {
	margin: 2em 0 0 0;
}
ul.actions li {
	margin: 15px 0 0 0;
	display: block;
}
ul.actions li:first-child {
	margin-top: 0;
}
/* Feature List */

.feature-list section {
	padding-top: 2em;
	padding-left: 0em;   /* 4em toglie margine sin dopo aver tolto icone per iphone */
}
.feature-list h3:before {
	font-size: 0.9em;
}
	
/* Box */
.box.post-excerpt .image.left {
	position: relative;
	top: 0.25em;
	width: 25%;
	margin: 0;
}
.box.post-excerpt h3, .box.post-excerpt p {
	margin-left: 32.5%;
}
	
/* Wrapper */
.wrapper {
	padding: 3em 0 6em 0;
}
.wrapper .title {
	font-size: 0.9em;
	width: 18em;
	height: 2.5em;
	top: -2.5em;
	line-height: 2.5em;
	margin-bottom: -2.5em;
	margin-left: -9em;
	padding-top: 0.5em;
}
.wrapper .title:before, .wrapper .title:after {
	height: 15px;
	bottom: -15px;
	background-size: 100% 100%;
}

.wrapper {
	padding: 3em 0 6em 0;
}
.wrapper .title2 {
	font-size: 0.9em;
	width: 18em;
	height: 2.5em;
	top: -2.5em;
	line-height: 2.5em;
	margin-bottom: -2.5em;
	margin-left: -9em;
	padding-top: 0.5em;
}
.wrapper .title2:before, .wrapper .title2:after {
	height: 15px;
	bottom: -15px;
	background-size: 100% 100%;
}	
	
/* Header */
#header {
	height: 17em;  /* 17em   */
}
.homepage #header {
	height: 20em;
}
	
/* Logo */
#logo {
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
}
#logo h1 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
}
#logo p {
	margin: 1.25em 0 0 0;
	display: block;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}
	
/* Features */
#features header.style1 {
	padding-bottom: 4em;
}
#features ul.actions {
	margin-top: 4em;
}
	
/* Content */
#content {
	padding: 0 0 2em 0;
}
#content header.style1 {
	padding-bottom: 2.5em;
}
	
/* Footer */
#footer {
	padding-bottom: 0;
}
#footer header.style1 {
	padding-bottom: 0;
	margin-bottom: 2em;  
	border-bottom: 0;
}
#footer .feature-list {
	border-top: 0;
	padding-top: 0;
}
	
/* inizio intro */
#intro {
	padding-bottom: 0;
}
#intro header.style1 {
	padding-bottom: 0;
	margin-bottom: 2em; 
	border-bottom: 0;
}
#intro .feature-list {
	border-top: 0;
	padding-top: 0;
}
/* fine intro */

/* Copyright */
#copyright {
	padding-top: 0;
	margin-top: 4em;
	border-top: 0;
}
#copyright ul {
	padding: 1em 2em;
	width: 100%;
}
#copyright ul li {
	display: block;
	margin: 0.5em 0 0 0;
	border-left: 0;
	padding: 0;
}
#copyright ul li:first-child {
	margin-top: 0;
}
}

/*
.ombrabianca {
    position: relative;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, .5);
    -o-box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, .5); }
*/
#content hr {
	border: 2px solid #c81200;
	margin-top: 6em;
	border-radius: 3px;
}
#content hr.bianca {   /*   per download    */
	border: 1px solid #ccc;
	margin-top: 3em;
}

/*  per senza-ombre alle img  */
.image.senzaombra {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

/*  immagini news_events  */
.image.news {
	display: block;
	width: 100%;
	margin: 1.2em 0em;
	padding:3px;
	border: 1px solid grey;
}
h2.news {
	color: #C51013;
	text-transform: uppercase;
	font-size: 1.1em;
}

p.suntoproject {color: #2F2F2F; font-size: 0.9em; line-height: 1.5em; font-style: oblique;}

.boxcornice {

	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding:1em; /*padding:1.5em 1em 4em 1em;  */
	margin:0em !important;
	border: 1px solid grey;
}

	
.bordo{
	padding:1px 1px;
	border: 1px solid grey;}

.rosso{
	color: #C30000; font-size: 0.8em; font-weight: 700; padding-left: 1em;}

a.rosso {   /* PER DOWNLOAD  */
	color: #C30000;font-size: 0.8em; font-weight: 700; padding-left: 1em; text-decoration: none;
}
a.rosso:hover {
	text-decoration: underline;
}

a.fancy {text-decoration: none;}


 /* ---  flexbox (per photo gallery e video) ---- */
.cards {
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 10px;
}
.card-container {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 50%;
	padding: 10px;
}
.card-image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.card-content {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 1;
	-webkit-flex: 1;
	padding: 10px 0;
}
.cornice {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*	background-color: #f2f2f2;  */
	padding: 1.5em 1em 1em 1em;
/*	margin:0 2em 0 0 !important;*/
	margin:0 !important;
	border: 1px solid grey;
}
 /* ---  fineflexbox (per photo gallery e video) ---- */


p.video {color: #505050; font-size: 0.9em; line-height: 1.5em;}
p.centrato {text-align: center;}

/*   .image.velux {
	display: block;
	margin: 0px auto;
	margin-bottom: 5em;
	margin-top: -2em;
	text-align: center;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}   */
