@charset "iso-8859-1";
/* Installato sul sito */
:root {
	--dropscom-GY: #616b71;
	--dropscom-GYrgb: 97,107,113;
	
	--dropscom-LN: #000000;

	--dropscom-BASE: #498bd9;
	--dropscom-BASErgb: 73,139,217;

	--dropscom-BU: #0160e0;
	--dropscom-BUrgb: 1,96,224;

	--dropscom-BU2: #0f1636;
	--dropscom-BU2rgb: 15,22,54;
		
	--color-nav: var(--dropscom-BU);
	--color-navRGB: var(--dropscom-BUrgb);
	
	--color-gy1: #f2f2f2; /* BACKGROUND */
	/*--color-gy2: #8f8f8f;   TESTO PARAGRAFI */
	--color-gy2: #535353;  /* TESTO PARAGRAFI */
	--color-gy3: #585858; /* testo contatti */
	--color-gy4: #e2e5eb; /* hr contatti */
	--color-gy5: #a3a3a3; /* policy */
	--color-gy6: #4c4c4c; /* TITOLO PARAGRAFI */
	
	--color-wh: #ffffff;
	--color-whRGB: 255,255,255;
	--color-bl: #000000;
	--color-blRGB: 0,0,0;
	
	--color-red1: #e40521;
	--color-red2: #ff354f;
	
	--color-or: #f25921;
	
	--color-bu3: #2B59E0;
	--color-buRGB: 43,89,224;
	
/* COLORI FILTER - aggiungi a classe dropscom_sitoweb.css */
	--filter-1: #09024b;
	--filter-2: #724ed3;
	--filter-3: #671f00;
	--filter-4: #01244f;
	--filter-5: #780202;
	--filter-6: #278d31;
	--filter-8: #5a0009;
	--filter-9: #3c53a2;
	--filter-10: #4d91ca;
	--filter-12: #974783;
	--filter-13: #DA5A1B;
		
/* TITLE & TEXT */
	--color-title: var(--color-gy6);
	--color-text: var(--color-gy2);
	
	--bg-page: #ffffff;
	--bg-overlay: rgba(0, 0, 0, 0.35);
	--bg-scheda: #f2f2f2;
	--bg-footer: var(--dropscom-BU2);
	--bg-slider: #000000;

/* ANIMAZIONE */
	--animate-duration: 700ms;
	--animate-delay: 800ms;
	--animate-repeat: 1;
}

*{
	margin:0;
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0.6);
	outline: 0;
	cursor: default;
}
*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,
textarea,
button,
select,
a, 
div {
    -webkit-tap-highlight-color: transparent;
}
a, button, a *, button * {
	cursor: pointer;
}

/* PLUS JAKARTA SANS */

/* FONT FAMILY E SPECIFICHE */
.ffTextEL, .ffTextL, .ffTextR, .ffTextM, .ffTextSB, .ffTextB, .ffTextEB, .ffTextEBS, body, .input-search, .input-data, .select-search, .select-data, .text-data {
	font-family: 'PlusJakartaSans-Variable', Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
.ffTextEBIS {
	font-family: 'PlusJakartaSans-VariableItalic', Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-style: italic;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
.ffTextEL, .ffTextL, .ffTextR, .ffTextM, .ffTextSB, .ffTextB, .ffTextEB, body {
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
}

html{
	width:100%;
	min-height:100%;
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height:100%;
	height:100%;
	overflow: hidden;
	position:relative;
	color:var(--color-text);
	background-color: var(--bg-page);
	
    font-weight: 400;
	font-size: 16px;
	line-height: 16px;
}
body.load {
	background-color:var(--bg-page);
}
body.exitpage {
	min-height:100% !important;
	height:100% !important;
	overflow: hidden !important;
}
body.page {
	background-color:var(--bg-page);
	pointer-events:all;
    overflow: unset;
}
html, body {
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: unset;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-text-size-adjust: 100%;
}

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, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-variant-ligatures: no-common-ligatures;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, 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;
}

h1,h2,h3,h4,h5,h6,h7{
	font-weight:normal;
}
img{
	border:0;
	font-size:0;
	color:transparent;
}
ul{
	margin: 0;
	padding: 0;
}
ul li {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-appearance: textfield;
	-moz-appearance:    textfield;
	appearance:         textfield;
}
input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance:    textfield;
	appearance:         textfield;
}
input[type=checkbox] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
	appearance: normal;
	-moz-appearance: normal; /* Firefox */
	-webkit-appearance: normal; /* Safari and Chrome */
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
button{
	border:0;
	margin:0;
	padding: 0;

	appearance: normal;
	-moz-appearance: normal; /* Firefox */
	-webkit-appearance: normal; /* Safari and Chrome */

	background-color: transparent;
	cursor: pointer;
}
input, textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	-webkit-appearance: textfield;
	-moz-appearance:    textfield;
	appearance:         textfield;
	resize: none;
	overflow: hidden;
}
input:required:invalid {
    outline :var(--color-wh) solid 0px;
}
input:invalid {
    outline :var(--color-wh) solid 0px;
}
form{
	margin: 0px;
	padding: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background-color: transparent !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(var(--color-whRGB), 0.35);
	font-style: italic;
	font-size: 15px;
	line-height: 1.07;
    font-weight: 500;
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgba(var(--color-whRGB), 0.35);
	font-style: italic;
	font-size: 15px;
	line-height: 1.07;
    font-weight: 500;
}
:-ms-input-placeholder { /* IE 10+ */
	color: rgba(var(--color-whRGB), 0.35);
	font-style: italic;
	font-size: 15px;
	line-height: 1.07;
    font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
	color: rgba(var(--color-whRGB), 0.35);
	font-style: italic;
	font-size: 15px;
	line-height: 1.07;
    font-weight: 500;
}

.clickable{
	cursor:pointer !important;
}
.hidden{
	display:none !important;
}
.disabled{
	pointer-events: none !important;
}
.scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.txtC{
	text-align:center !important;
}
.txtL{
	text-align:left !important;
}
.txtR{
	text-align:right !important;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
/* BASE */

/* COLOR */
.colorRed {
	color: var(--color-red1) !important;
}
.colorRed2 {
	color: var(--color-red2) !important;
}
.colorGrey {
	color: var(--color-gy2) !important;
}
/* LINK */
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a.item:link, a.item:visited, a.item:hover, a.item:active, .item {
	text-decoration: underline;
	color: var(--color-nav);
	cursor:pointer;
}
a.item:hover, .item:hover {
	color: var(--color-text);
}

a.link:link, a.link:visited, a.link:hover, a.link:active, .link {
	text-decoration: underline;
	color: inherit;
	cursor:pointer;
}
a.link:hover, .link:hover {
	color: var(--color-text);
}

/* IUBENDA */
.iubenda-tp-btn.iubenda-cs-preferences-link {
    filter: grayscale(1) !important;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: -100% !important;
}
button.iubenda-tp-btn.iubenda-cs-preferences-link {
    filter: grayscale(1) !important;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: -100% !important;
}
.iubenda-cs-brand-badge {
	opacity:0 !important;
}
.iubenda {
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
}
.iubenda-embed.iubenda-black:not(.no-brand):not(.iubenda-nostyle) {
	background:unset !important;
	color: #b1b3b4 !important;
	padding: 0 0 2px !important;
	border: unset !important;
	box-shadow: unset !important;
	font-family: Verdana !important;
	font-weight: normal !important;
}


/* EXTRALIGHT */
.ffTextEL {
    font-weight: 200;
}
/* LIGHT */
.ffTextL {
    font-weight: 300;
}
/* REGULAR */
.ffTextR {
    font-weight: 400;
}
/* MEDIUM */
.ffTextM {
    font-weight: 500;
}
/* SEMIBOLD */
.ffTextSB {
    font-weight: 600;
}
/* BOLD */
.ffTextB {
    font-weight: 700;
}
/* EXTRABOLD */
.ffTextEB {
    font-weight: 800;
}
/* EXTRABOLD + STROKE / ITALIC */
.ffTextEBS, .ffTextEBIS {
    font-weight: 800;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: inherit;
    letter-spacing: 0.025em;
}

/* -- > STYLE TITLE & TEXT PARAGRAFI ARTICOLI */
.stylecovertitle, .styletitle {
	font-weight:700;
}
.styletext {
    font-weight: 300;
}
figcaption {
	font-weight: 400;
}
.styleintent {
	font-weight: 500;
}
.stylelink {
	font-weight: 600;
}
.menubarsummary {
	font-weight:700;
	color:var(--dropscom-GR4);
	text-shadow: 0 0 0.75rem rgba(var(--color-whRGB), 1);
}
.stylestrillo {
	font-weight:700;
}


/* CHOSEN */
.chzn-container, .chzn-container-single .chzn-single, .chzn-container-multi .chzn-choices, .chzn-container-multi .chzn-choices .search-field input, .chzn-container .chzn-results .group-result {
	font-weight: 500;
}
/* FORM */
input, textarea, select {
	font-weight: 500;
}
/* < -- STYLE TITLE & TEXT */

/* BUTTON*/
a.btnrounded:link, a.btnrounded:visited, a.btnrounded:active, .btnrounded {
	text-decoration: none;
}
a.btnunder:link, a.btnunder:visited, a.btnunder:active, .btnunder {
	font-weight: 600;
	text-decoration: underline;
	opacity:0.6;
	color:inherit;
	cursor:pointer;
}
a.btnunder:hover, .btnunder:hover {
	opacity:1;
}

.homebg figure.sliderbg figcaption {
	font-weight: 600;
}

.extratitle {
	font-weight: 600;
}


/* HIDE SCROLLBAR BUT ALLOW SCROLLING
::-webkit-scrollbar 
la barra di scorrimento

::-webkit-scrollbar-button 
i pulsanti sulla barra di scorrimento (frecce rivolte verso l'alto e verso il basso)

::-webkit-scrollbar-thumb
la maniglia di scorrimento trascinabile

::-webkit-scrollbar-track 
la traccia (barra di avanzamento) della barra di scorrimento

::-webkit-scrollbar-track-piece 
il binario (barra di avanzamento) NON coperto dal manico.

::-webkit-scrollbar-corner 
l'angolo inferiore della barra di scorrimento, dove si incontrano sia la barra di scorrimento orizzontale che quella verticale.

::-webkit-resizer
 la maniglia di ridimensionamento trascinabile che appare nell'angolo inferiore di alcuni elementi.
*/

/* width */
::-webkit-scrollbar {
	width: 9px;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px rgba(0,0,0,0); 
	border-radius: 50em;
}
::-webkit-scrollbar-track-piece {
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--dropscom-LN);
	background-clip: padding-box;
	border-radius: 0;
	border-style: solid;
	border-width: 0px 3px 0px 3px;
	border-color: transparent;
}
#galleryoverlay::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,1);
	background-clip: padding-box;
	border-radius: 0;
	border-style: solid;
	border-width: 0px 3px 0px 3px;
	border-color: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #000;
	background-clip: padding-box;
	border-radius: 0;
	border-style: solid;
	border-width: 0px 3px 0px 3px;
	border-color: transparent;
}
#galleryoverlay::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,0.8);
}


/* -- > FORMATTAZIONE DEL TESTO */
strong {
	
}
strong.subpar {
    font-size: 24px;
}

a.linkpar:link, a.linkpar:visited, a.linkpar:hover, a.linkpar:active, .linkpar {
	text-decoration: underline;
    color: var(--dropscom-GM1);
	font-weight: 600;
}
a.linkpar:hover, .linkpar:hover {
	color: inherit;
}

.greenmode a.linkpar:link, .greenmode a.linkpar:visited, .greenmode a.linkpar:hover, .greenmode a.linkpar:active, .greenmode .linkpar {
    color: inherit;
}
.greenmode a.linkpar:hover, .greenmode .linkpar:hover {
	filter: invert(1);
}

ul.ulpar li {
	list-style-position: inside;
	margin: 6px 0;
	padding: 0;
	list-style-type: disc;
}
li.lipar {
	
}

ul.ulpardisc li {
	
}
li.lipardisc {
	
}
/* < -- FORMATTAZIONE DEL TESTO */

/* PANNELLO ALERT OVERLAY -- > */
.DIV_alert {
	width:100%;
	height:100%;
	position:fixed;
	vertical-align:middle;
	text-align:center;
	background-color:rgba(var(--color-navRGB),0.96);
	-webkit-transition:z-index 0s linear, opacity 0.2s cubic-bezier(0, 0, 0.15, 1);
	-moz-transition:z-index 0s linear, opacity 0.2s cubic-bezier(0, 0, 0.15, 1);
	-o-transition:z-index 0s linear, opacity 0.2s cubic-bezier(0, 0, 0.15, 1);
	transition:z-index 0s linear, opacity 0.2s cubic-bezier(0, 0, 0.15, 1);
}
.DIV_alert.close, .DIV_alert {
	opacity:0;
	z-index:-1;
	pointer-events:none;
}
.DIV_alert.show {
	opacity:1;
	z-index:4000;
	pointer-events:all;
}
.DIV_alert_panel{
	text-align:left;
	vertical-align:top;
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.DIV_alert_panel_txt{
	text-align:center;
	display:table-cell;
	vertical-align: middle;
	padding: 20px;
	color: var(--color-wh);
}
.DIV_alert_panel_txt h2 {
	margin: auto;
	max-width: 800px;
	line-height: 1.25;
	padding-bottom: 0.2em;
}
.DIV_alert_panel_txt p {
	margin: auto;
	max-width: 500px;
	line-height: 1.25;
	padding-bottom: 2em;
}
.DIV_alert_panel_txt a {
	margin: auto;
}