pre { /* Giusto per il debug... */
	background: cornsilk;
	color: firebrick !important;
	border: 1px solid wheat;
	padding: 5px 10px;
	max-width: 100%;
	border-radius: 5px;
	margin: 0;
}


h2, .h2 { font-size: 30px; }

.mb-30 {
	margin-bottom: 30px;
}


/**
 * Form
 */
form { background: var(--grey); padding: 30px; }
form h3 { line-height: 1.2; }
form label { display: block; width: 100%; }
input, textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 0;
	margin: 5px 0;
	margin-bottom: 25px;
	padding: 9px 15px;
	background: #fff;
}
textarea {
	height: 100px;
	min-height: 100px;
}
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	position: relative;
}

.side-form .col-lg-4 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}



/**
 * CLASSI generiche
 */
.upcase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.hide-empty:empty { display: none !important; }

.white,
.white * { color: #fff; }
.blue { color: var(--blue); }
.orange { color: var(--orange); }

.bg-cover > .vc_column-inner,
.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
}
.bg-blue { background-color: var(--blue); }
.bg-dark-blue { background-color: var(--dark-blue); }
.bg-orange { background-color: var(--orange); }
.bg-grey { background-color: var(--grey); }
.bg-black { background-color: #000000 }

.video { /* forza iframe in 16:9 */
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.video > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Togli banner Captcha */
.grecaptcha-badge { display: none; }



/**
 * Owl Carousel
 */
.owl-carousel .owl-stage { display: flex; }
.owl-carousel .owl-stage > div > div { height: 100%; }

.owl-carousel .owl-dots {
	text-align: center;
	padding: 20px 0 0;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-flex;
	border: 1px solid var(--blue);
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 3px;
	align-items: center;
	justify-content: center;
}
.owl-carousel .owl-dots .owl-dot span {
	transition: .3s ease;
	opacity: 0;
	width: 5px;
	height: 5px;
	background: var(--blue);
	border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
	opacity: 1;
}

body .owl-carousel .owl-item img {
	display: block;
	margin: auto;
	width: auto;
}

.overflow .owl-carousel .owl-stage-outer {
	overflow: visible;
}



#header #language-switcher ul.language_selector, #header #top-bar ul#top-bar-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
}
#header #language-switcher ul.language_selector{
	justify-content: flex-start;
	float:left; font-size: 15px;
	margin: 0;
	text-transform: uppercase;
	margin-left: 25px;
}

#header #language-switcher ul.language_selector li a.active {
	font-weight: bold;
}

#header #language-switcher ul.language_selector li:not(:first-child), #header #top-bar ul#top-bar-menu li:not(:first-child) {
	padding-left: 15px;
	border-left: 1px solid #000;
	margin-left: 15px;
}

#header #language-switcher ul.language_selector li:not(:last-child):after { content: none;}
#header ul {
	padding: 0;
	list-style: none;
}



/**
 * Robe da sistemare di VC
 */
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper { height: 100%; }
body .vc_section[data-vc-full-width] { overflow: visible; }



/**
 * PRE-FOOTER
 */
#pre-footer {
	background-size: cover;
	background-position: center;
	background-color: #001489;
	color: #fff;
	position: relative;
}
#pre-footer > .container {
	position: relative;
	z-index: 10;
}
#pre-footer .pre-footer-content {
	padding: 60px 0 40px;
}
#pre-footer figure {
	height: 300px;
	background-size: cover;
	background-position: 65%;
	margin: 0;
}



/**
 * FOOTER
 */
#footer {
	background: #312F30;
	color: #fff;
	padding: 40px 0 10px;
	font-size: 14px;
	line-height: 1.3;
}
#footer .row > div {
	margin-bottom: 30px;
}
#footer .btn {
	border: none;
	font-weight: 400;
	background: var(--orange);
	border-radius: 0;
	padding: 3px 12px;
	text-transform: initial;
	font-size: inherit;
}
#footer .btn:hover {
	color: #fff;
	text-decoration: underline;
}




/**
 * SHORTCODES
 */
.card_testuale_shortcode {
	padding: 35px 30px;
	border-radius: 60px;
	box-shadow: 0 4px 36px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	align-items: start;
	height: calc(100% - 35px);
	background: #fff;
	margin-bottom: 35px;
}

.card_testuale_shortcode .text {
	flex-grow: 1;
	margin: 0;
}

.card_testuale_shortcode .pallino {
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background-color: var(--blue);
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
}

.card_testuale_shortcode.text-center {
	text-align: center;
}

.card_testuale_shortcode.bg-azzurro {
	background-color: var(--blue);
	color: #fff;
}

.card_testuale_shortcode h3 {
	font-size: 23px;
	font-weight: 700;
}
.card_testuale_shortcode div {
	flex-grow: 1;
	margin-bottom: 20px;
}
.card_testuale_shortcode a:empty { display: none; }

.card_testuale_shortcode.square {
	border-radius: 0;
	box-shadow: unset;
	text-align: left;
	display: block;
}
.card_testuale_shortcode.square h3 {
	font-size: 21px;
	color: var(--blue);
}

.btn.btn-bianco {
	background-color: #ffffff;
	color: var(--blue);
}

.btn.btn-bianco:hover {
	background-color: var(--dark-blue);
	color: #ffffff;
}

/* card testuale con sfondo */
.card_testuale_sfondo_shortcode {
	color: #ffffff;
	background-color: unset;
}

.card_testuale_sfondo_shortcode .btn {
	background-color: #195683;
}

/* Social */
.social_shortcode {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.social_shortcode a:not(:last-child) {
	margin-right: 10px;
}
.social_shortcode svg {
	height: 26px;
	fill: #fff;
}
.social_shortcode a:hover svg {
	fill: var(--orange);
}


/* Counter */
.counter_shortcode {
	text-align: center;
	margin-bottom: 35px;
}
.counter_shortcode img { margin-bottom: 15px; }
.counter_shortcode .contatore {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.counter_shortcode .contatore .num {}
.counter_shortcode .contatore .simbolo { font-size: 70%; font-weight: 400; }
.counter_shortcode .dopo {
	font-size: 25px;
	line-height: 1.2;
}




/**
 * MARKET
 */
#market-in_evidenza h2,
#market-altri h2 {
	font-size: 25px;
	color: var(--blue);
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.card-market {
	border: 3px solid var(--dark-blue);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 100%;
	padding: 17% 30px 53px;
	position: relative;
}

#market-in_evidenza .card-market {
	border: none;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: unset;
	height: 100%;
	padding: 30px 0;
	position: relative;
}

.card-market .tipologia {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--dark-blue);
	color: #fff;
	width: 159px;
	text-align: center;
	font-weight: 700;
	padding: 7px 10px;
}

.card-market img {
	display: block;
	border-radius: 20px;
}

#market-in_evidenza .card-market img {
	display: block;
	height: 100px;
	margin-bottom: 20px;
}

#market-in_evidenza .card-market img.image {
	height: unset;
}

#market-in_evidenza .card-market .descrizione {
	color: #ffffff;
}

.card-market .nome {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--blue);
}

#market-in_evidenza .card-market .nome {
	color: #ffffff;
	font-size: 20px;
}

#market-in_evidenza .card-market h5	{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 25px;
}

.card-market .descrizione {
	margin-bottom: 30px;
}

.card-market a {
	position: absolute;
	bottom: 0;
	padding: 12px 20px 10px;
	background: var(--dark-blue);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#market-in_evidenza .card-market a {
	position: unset;
	bottom: 0;
	padding: 12px 20px 10px;
	background: var(--dark-blue);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 100px;
}
.card-market a:hover {
	text-decoration: underline;
}



/**
 * PRODOTTI
 */
.filtro-prodotti {
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
.filtro-prodotti li {
	margin-bottom: 10px;
}
.filtro-prodotti li a {
	text-decoration: none;
}
.filtro-prodotti li a.active {
	text-decoration: underline;
	pointer-events: none;
}

#prds-ancor{padding-top: 120px; margin-top: -120px}
.card-prodotto {
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card-prodotto figure {
	margin: 0;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-prodotto figure img {}
.card-prodotto .label {
	height: 128px;
	background: #E0E0E0;
	padding: 20px 30px;
}
.card-prodotto .label .brand {}
.card-prodotto .label .title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}



/**
 * Card Case study / case history
 */
.card-case {
	margin: 0;
	padding: 0;
	border: 3px solid var(--dark-blue);
	position: relative;
	/* margin-bottom: 90px; */
	min-height: 270px;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	transition: all .3s ease;
}
.card-case:hover {
	color: inherit;
}
.card-case .market {
	position: absolute;
	top: -3px;
	left: -3px;
	list-style: none;
	padding: 10px 20px;
	z-index: 100;
	font-weight: 600;
	background-color: var(--dark-blue);
	color: #fff;
}
.card-case .descrizione {
	padding: 10px 26px 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card-case .descrizione p + p {
	flex-grow: 1;
}
.card-case .button {
	display: inline-block;
	width: 240px;
	max-width: 100%;
	padding: 20px 30px;
	background-color: var(--dark-blue);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	text-align: center;
}

.otgs-development-site-front-end {
	display: none;
}

#counter-756788353::before {
	">"
}


/*Form Salesforce*/
form.salesforce {
	background-color: #EEEEEE;
}

form.salesforce h1 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}

form.salesforce label{
	margin-bottom: 6px ;
	font-size: 18px ;
	line-height: 21px ;
	font-weight: bold ;
}

form.salesforce input[type="text"],
form.salesforce textarea,
form.salesforce select {
	/*margin-bottom: 30px;*/
	border: none !important;
	width: 100% !important;
	border-radius: unset !important;
	box-shadow: none !important;
	background-color: #FFFFFF;
	font-size: 18px;
	padding: 9px 15px;
}

form.salesforce input[type="submit"] {
	background-color: #ff7f00;
	border: 1px solid #ff7f00;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 40px;
	color: #fff;
	border-radius: 10px !important;
	font-family: inherit;
	width: unset !important;
}

rs-layer-wrap {
	position: absolute;
}



#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
	font-size: 14px!important;
}

#ot-sdk-cookie-policy h3 {
	font-size: 26px!important;
	margin-top:20px!important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
	font-size: 16px!important;
	margin-bottom: 0.6em!important;
}


img.vc_single_image-img {
	display: block;
	width: 100%;
	height: auto;
}



/*
 * mappa custom
 */
#map-locations {
	height: 65vh;
	width: 100%;
}
