<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: VIDEX
Template: videx_parent
Author: JEF
Author URI: https://www.jef.it
Description: VIDEX WebSite
Version: 1.00
*/
:root
{
	--color-blue: #005EB8;
	--color-blue-light: #00A0DF;
	--color-blue-extralight:#8DC6E8;
	--color-blue-dark: #004987;
	--color-white: #FFFFFF;
	--color-dark: #111111;
	--color-dark-light: #373a36;
	--color-grey: #8B8B8B;
	--color-grey-dark: #575757;
	--color-grey-light: #CECECE; 
	--color-grey-extralight: #f2f2f2;
	--font-family-primary: 'Inter', sans-serif;
	--font-family-FontAwesome: 'Font Awesome 6 Free';
	--background-gradient: linear-gradient(0deg, rgba(0,93,182,0.95) 0%, rgba(0,47,93,0.95) 45%);
	--background-gradient-vertical: linear-gradient(90deg, rgba(0,93,182,0.95) 0%, rgba(0,47,93,0.95) 45%);
	--background-gradient-vertical-noopacity: linear-gradient(90deg, rgba(0,93,182,1.0) 0, rgba(0,47,93,1.0) 95%);
	--background-gradient-vertical-highopacity: linear-gradient(90deg, rgba(0,93,182,0.75) 0%, rgba(0,47,93,0.75) 45%);
}
.color_white
{
	color: var(--color-white) !important;
}
html
{
    font-size:14px;
	line-height: 14px;
	overflow-x: hidden;
}
@media screen and (max-width: 991px)
{
	html {
		font-size: 12px;
		line-height: 12px;
	}
}

body
{
    font-family: var(--font-family-primary); 
	color:  var(--color-grey-dark); 
	overflow: hidden !important; 
	font-size: 1rem; line-height: 1rem;
    background-color: #FFF;
	padding: 0;
	margin: 0;
}
html.hidden_overflow,
body.hidden_overflow
{
	overflow: hidden !important;
}
@media screen and (min-width: 767px) 
{
	.container { max-width: calc(100vw - 300px); }
}
@media screen and (min-width: 1940px) 
{
	.container { max-width: 1420px; }
}
@media screen and (min-width: 2124px) 
{
	.container { max-width: 1580px; }
}
@media screen and (max-width: 580px) 
{
	.container { padding-left: 20px; padding-right: 20px; }
}
 
/*GENERAL LAYOUT*/
/* .main_container
{
	position: relative;
	z-index: 1;
} */

section section.vc_section
{
	margin-left: 0; margin-right: 0;
}


/*INPUT*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: inherit; opacity: 1.0;
}
::-moz-placeholder { /* Firefox 19+ */
	color: inherit; opacity: 1.0;
}
:-ms-input-placeholder { /* IE 10+ */
	color: inherit; opacity: 1.0;
}
:-moz-placeholder { /* Firefox 18- */
	color: inherit; opacity: 1.0;
}
form p {margin: 0;}
form input,
form textarea,
form select
{
	padding: 10px; 
	border: 1px solid var(--color-grey);
	color:var(--color-grey);
	background-color: transparent;
	border-radius: 5px;
	width: 100%;
	display: block;
	margin-bottom:15px !important;
	font-family: var(--font-family-primary);
	font-size: 14px;
}

form input:hover {
	border-color: var(--color-blue);
}
form input:focus {
	border-color: var(--color-dark-light);
}
form input[type="email"]:focus ::-webkit-input-placeholder
{
	color: var(--color-white);
}
form input[type="email"]:focus :-ms-input-placeholder 
{
	color: var(--color-white);
}
form input[type="email"]:focus :-moz-placeholder
{
	color: var(--color-white);
}
form input[type="email"]:focus :-moz-placeholder 
{
	color: var(--color-white);
}

form label
{
	color: var(--color-dark-light);
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px; line-height: 14px;
}

form ._field-wrapper-select::after
{
	position: absolute;
	right: 15px;
	top: 12px;
	content: '\f0d7';
	font-family: var(--font-family-FontAwesome);
	font-weight: 900;
	color: var(--color-grey-dark);
	display: block;
	pointer-events: none;
}

form select::-ms-expand {
    display: none;
} 


form .input_legacy,
form .info_legacy
{
	display: inline-block; font-size: 11px; line-height: 16px;
}
form .input_legacy
{
	margin-right: 15px;
}
form .info_legacy
{
	display: inline-block;
}
form input[type="checkbox"]
{
	display: block;
	padding: 2px; 
	width: 12px;
	height: 12px;
	border-radius: 90px;
	position: relative;
	margin: 0 15px 15px 0;
	cursor: pointer;
}
form input[type="checkbox"]:checked
{
	background-color: #004987;
}
form .button_website i
{
	font-size: 16px; top: 2px; position: relative
}

.vc_section { position: relative; }

.wpb_raw_code.wpb_content_element.wpb_raw_html
{
	margin: 0;
}

form.wpcf7-form label
{
	display: block;
	width: 100%;
	color: var(--color-dark-light);
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	margin-bottom: 5px;
}
form.wpcf7-form .wpcf7-list-item
{
	margin: 0;
}
form.wpcf7-form input[type="checkbox"]
{
	float: left;
}

form.wpcf7-form .law .noteLaw
{
	font-size: 12px; line-height: 12px;
}

form.wpcf7-form .wpcf7-not-valid-tip
{
	position: relative; top: -10px; font-weight: 700; font-size: 11px;
}

form.wpcf7-form .codedropz-upload-inner h3 {
	font-size: 18px;
	line-height: 26px;
	color: var(--color-blue);
}
form.wpcf7-form .codedropz-upload-inner span,
form.wpcf7-form .codedropz-upload-inner .codedropz-btn-wrap {
	font-size: 11px;
	line-height: 20px;
	color: var(--color-dark-light);
	text-transform: uppercase;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
	margin: 40px 0 0;
	padding: 20px;
	text-align: center;
}

/*TIPOGRAPHY*/
h1,h2,h3,h4,h5 {margin:0}
.main_title_website
{
	font-size: 2.6rem;
	line-height: 3.0rem;
	font-weight: 700;
	color: var(--color-dark-light);
	z-index: 5;
	position: relative;
	margin-bottom: 25px;
	letter-spacing: -0.4px;
}
.main_title_website p
{
	margin:0;
}
.main_title_website strong,
.main_title_website b
{
	font-weight: 700;
	color: var(--color-blue);
}
.main_title_website.bigger 
{
	font-size: 3.8rem;
	line-height: 4.0rem;
	font-weight: 700;
	letter-spacing: -0.7px;
}

.main_title_website.smaller {
	font-size: 1.6rem;
	line-height: 2.0rem;
	margin-bottom: 10px;
}

.main_title_website.bigger strong,
.main_title_website.bigger b
{
	font-weight: 700;
}
.main_title_website.light
{
	font-weight: 400;
}
 
.main_title_website.graph_line {
 
	display: flex;
	align-items: center;
}
 
.main_title_website.graph_line span.graph_line {
	flex: 3;
	height: 1px;
	width: calc(100% - 25px);
	background-color: #e8e8e8;
	display: inline-block;
	margin-left: 25px;
}

/* @media screen and (min-width: 1720px) 
{
	.main_title_website.bigger 
	{
		font-size: 4.0rem;
		line-height: 4.8rem;
	}
} */

@media screen and (max-width: 1199px) 
{
	body:not(.page-id-16290) .main_title_website br:not(br + br) 
	{
		float: left;
		display: none;
	}
	body:not(.page-id-16290) .main_testo_website br:not(br + br) 
	{
		float: left;
		display: none;
	}
 
	.main_title_website.bigger 
	{
		font-size: 3.6rem;
		line-height: 3.6rem;
	}
	.main_title_website
	{
		font-size: 2.9rem;
		line-height: 2.9rem; 
	}
}

.main_testo_website
{
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: var(--color-grey-dark);
	z-index: 5;
	position: relative;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.main_testo_website.dark
{
	color: var(--color-dark-light);
}
.main_testo_website.bigger
{
	font-size: 1.6rem;
	line-height: 2.0rem;
	/* font-weight: 300; */
}
.main_testo_website.smaller
{
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.main_testo_website strong,
.main_testo_website b
{
	font-weight: 700;
}
.main_testo_website p
{
	margin:15px 0 15px;
}
.main_testo_website p:first-child
{
	margin-top: 0;
}

.single:not(.single-prodotti) .main_testo_website ul,
.single:not(.single-prodotti) .main_testo_website ul li,
.page .main_testo_website ul,
.page .main_testo_website ul li
{
	padding: 0; margin: 0;	
}
.single:not(.single-prodotti) .main_testo_website ul li,
.page .main_testo_website ul li
{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0;
	margin-bottom: 15px;
	display: list-item;
}
.button_website
{
	cursor: pointer;
	font-family: var(--font-family-primary);
	background-color: var(--color-blue);
	color: var(--color-white);
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	padding: 18px 24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-flex; align-items: center;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	white-space: nowrap;
}
a.button_website.transparent,
.button_website.transparent
{
	background-color: transparent;
}
@media screen and (max-width:767px) {
	.button_website {
		padding: 18px 15px;
	}
}
.button_website:hover 
{
	color: var(--color-white);
}
a.button_website:not(.noarrow)::after,
button.button_website:not(.noarrow)::after
{
	color: var(--color-white);
	color: inherit;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	content: '\f178';
	font-family: var(--font-family-FontAwesome);
	margin:0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%);
	width: 0;
	font-size: 20px;
}
a.button_website:not(.noarrow):hover::after,
button.button_website:not(.noarrow):hover::after
{
	opacity: 1.0;
	visibility: visible;
	margin-left: 10px;
	transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0);
	width: auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
button.button_website {border: 0;}
.button_website[data-custombgopacityjef="true"]
{
	border-width: 2px;
	border-color: transparent;
	border-style: solid;
}

.button_website.noarrow i { margin-left: 15px; }

/*EXTRA*/
.rounded_row_block
{
	position: absolute; top:0; left: 0;
	z-index: 1;
	width: 100%; height: 100%;
	pointer-events: none;
	mix-blend-mode: multiply;
}
.rounded_row_block.from_right_to_left::before 
{
	width: 120vw;
	height: calc(100% + 3vw);
	position: absolute;
	top: 0;
	left: -4vw;
	content: "";
	border-bottom-left-radius: 20px;
}
.rounded_row_block.from_right_to_left::after {
	width: 120vw;
	height: 240px;
	position: absolute;
	top: -240px;
	left: -4vw;
	content: "";
	border-top-left-radius: 240px;
	-webkit-border-top-left-radius: 240px;
	-moz-border-top-left-radius: 240px;
	-o-border-top-left-radius: 240px;
}

.rounded_row_block.from_left_to_right::after {
	width: 120vw;
	height: calc(100% + 80px - 50px);
	position: absolute;
	top: -80px;
	left: -30vw;
	content: "";
	border-top-right-radius: 20vh;
}

.rounded_row_block.from_left_to_right.corner-top-right::after {
	width: 100vw;
	left: -30vw;
}

@media screen and (max-width:991px) 
{
	.rounded_row_block.from_left_to_right.corner-top-right::after {
		width: 200vw;
		left: unset; right: 15px;
	}
}



.rounded_row_block.from_left_borderradius_bottomright::after
 {
	width: 70vw; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-bottom-right-radius: 30vh; 
	 
}  

.cover_header.products.cover_type_style04 .rounded_row_block.from_left_borderradius_bottomright::after
{
	display: none;
}
.cover_header.products.cover_type_style04 .rounded_row_block.from_left_borderradius_bottomright
{
	width: 85vw; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-right-radius: 30vh; 
	/* background: var(--color-blue-dark); */
	background: var(--background-gradient-vertical);
}

.cover_header.products.cover_type_style04 .main_testo_website,
.cover_header.search .main_testo_website
{
	color: var(--color-white);
}



.rounded_row_block.from_left_borderradius_topright::after
 {
	width: 45vw; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-top-right-radius: 20vh; 
}  


.rounded_row_block::before,
.rounded_row_block::after
{
	background: var(--color-blue-dark);
	background: var(--background-gradient-vertical); 
}




/*HEADER*/
header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header_row
{
	padding: 5px 3vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
header #topBar
{
	background-color: var(--color-blue-dark);
	position: relative;
	z-index: 5;
}
header #mainHeader {
	padding-top: 15px;
	padding-bottom: 15px;
	
}

header #topBar #topBarSx &gt; div,
header #topBar #topBarDx &gt; div
{
	display: inline-block;
	vertical-align: middle;
}
header #topBar #topBarSx &gt; div
{
	margin-right:15px;
}
header #topBar #topBarSx &gt; div *,
header #topBar #topBarDx &gt; *
{
	display: inline-block;
	vertical-align: middle;
}

header #topBar #topBarSx span 
{
	color: var(--color-white);
	font-size: 12px;
	line-height: 12px;
}
header #topBar #topBarSx svg
{
	max-height: 19px;
	max-width: 15px;
	margin-right: 5px;
}
header #topBar #topBarSx svg path 
{
	
	color: var(--color-white);
	fill: var(--color-white);
}

header #topBar .menu_topbar ul
{
	margin: -5px 0 0 0;
	padding: 0;
}
header #topBar .menu_topbar ul li
{
	margin-right: 15px;
	color: var(--color-white);
	font-size: 12px;
	line-height: 12px;
}
header #topBar #topBarSx .menu_topbar
{
	margin-left:10px;
}

header #topBar #topBarDx .icon_social
{
	padding-left: 15px;
}
header #topBar #topBarDx .icon_social svg {
	max-height: 25px;
	max-width: 25px;
	margin-left: 5px;
	border-radius: 5px;
}
header #topBar #topBarDx .icon_social svg path 
{
	
	color: var(--color-white);
	fill: var(--color-white);
}

/*language*/
header #topBar .lang_website 
{
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: var(--color-white);
	font-size: 12px; line-height: 12px;
	margin: 0; padding: 5px 25px;
	/* border-right:1px solid var(--color-white);
	border-left:1px solid var(--color-white); */
	width: auto;
	cursor: pointer;
}
header #topBar .lang_website &gt; li.selected_Lang {
	color: var(--color-white);
	position: relative;
	width: 100%;
	display: block;
	padding-right: 10px;
}
header #topBar .lang_website &gt; li.selected_Lang &gt; span.triangle
{
	position: absolute;
	right: 0;
	top: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: var(--color-white) transparent transparent transparent;
}
header #topBar .lang_website &gt; li.selected_Lang.open &gt; span.triangle
{
	transform: rotate(180deg);
	transform-origin: center;
}
header #topBar .sub_Lang 
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px;
	margin: 0;
	z-index: 10;
	background-color: var(--color-blue-dark);
	color: var(--color-white);
	z-index: 3;
	width: 100%;
}
header #topBar .sub_Lang.active
{
	display: block;
}
header #topBar .sub_Lang li
{
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
}
header #topBar .sub_Lang li span
{
	padding-right: 10px;
}
header #topBar .sub_Lang li span:hover
{
	text-decoration: underline;
}

header #topBar .search_topbar,
header #topBar .user_topbar
{
	color: var(--color-white);
	font-size: 14px; line-height: 14px;
	margin: 0; padding: 5px 25px;
	/* border-right:1px solid var(--color-white); */
	width: auto;
	cursor: pointer;
}

header #topBar .user_topbar svg
{
	width: 20px;
	height: 20px;
}
header #topBar .user_topbar svg path
{
	fill: white;
}

header #topBar .user_topbar.login_logout_link a
{
	display: flex;
	align-items: center;
	gap:5px;
}

header #topBar .borderLeft
{
	position: relative;
}
header #topBar .borderLeft::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	height: 15px;
	width: 1px;
	background-color: var(--color-white);
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	opacity: 0.7;
}

header .menu_web .search_topbar 
{
	color: var(--color-blue);
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	width: auto;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
	top: -2px;
}


/*main menu*/
.menu_web #buttonMenuMobile
{
	display: none;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	padding: 0;
	color: var(--color-blue-dark);
	vertical-align: middle;
}
.menu_web .nav_menu
{
	padding: 0; margin: 0; font-size: 0;
}

#menuMobileBox
{
	visibility: hidden;
}
@media screen and (max-width: 1199px) 
{
	.menu_web #buttonMenuMobile
	{
		display: inline-block;
		color: var(--color-dark-light);
	}
	#menuMobileBox
	{
		visibility: visible;
	}
	.menu_web .nav_menu
	{
		display: none !important;
	}
	header .menu_web .search_topbar 
	{
		vertical-align: middle;
		margin-right: 35px; 
		font-size: 24px;
	}
}

.menu_web .nav_menu li
{
	display: inline-block;
	position: relative;
	padding: 15px;
}
.menu_web .nav_menu li.button_website
{
	/* padding: 10px 20px; */
	font-size: inherit;
	font-weight: inherit;
	margin-left: 20px;
}
.menu_web .nav_menu li a
{
	font-weight: 700;
	color: var(--color-dark-light);
	font-size: 15px;
	display: block;
	cursor: pointer;
	position: relative;
	letter-spacing: -0.3px;
} 

.menu_web .nav_menu li.current_page_item &gt; a,
.menu_web .nav_menu li:hover &gt; a
{
	color: var(--color-blue);
}
.menu_web .nav_menu li.button_website a
{
	color: var(--color-white);
	padding: 0;
}
.menu_web .nav_menu li.button_website:hover &gt; a
{
	color: var(--color-white);
	
}

.menu_web .nav_menu &gt; li &gt; a::after
{
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 2px;
	content: "";
	display: block;
	background-color: var(--color-blue);
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.menu_web .nav_menu &gt; li.current_page_item &gt; a::after,
.menu_web .nav_menu &gt; li:hover &gt; a::after
{
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu_web .nav_menu li.menu-item-has-children 
{
	padding-right: 30px;
}
.menu_web .nav_menu li.menu-item-has-children &gt; a::before
{
	position: absolute;
	right: -15px;
	content: '\f0d7';
	font-family: var(--font-family-FontAwesome);
	font-weight: 900;
	color: inherit;
	display: block;
	
}
.menu_web .nav_menu ul.sub-menu
{
	width: 240px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin:0;
	padding: 60px 0 0 0;
	z-index: -1;
}
.menu_web .nav_menu li.menu-item-has-children:hover &gt; ul.sub-menu
{
	visibility: visible;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu_web .nav_menu ul.sub-menu li
{
	width: 100%;
	min-width: min-content;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 1px;
}

.menu_web .nav_menu ul.sub-menu li a
{
	padding-left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	white-space: nowrap;
}


.menu_web .nav_menu ul.sub-menu li a:hover
{
	padding-left: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu_web .nav_menu ul.sub-menu li.blue a:hover
{
	color: var(--color-blue);
}
.menu_web .nav_menu ul.sub-menu li.light-blue a:hover
{
	color: var(--color-blue-light);
}
.menu_web .nav_menu ul.sub-menu li.dark-blue a:hover
{
	color: var(--color-blue-dark);
}

.menu_web .nav_menu ul.sub-menu li a::after
{
	color: var(--color-white);
	color: inherit;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	content: '\f178';
	font-family: var(--font-family-FontAwesome);
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	width: 0;
	font-size: 22px;
	top: 3px;
	position: relative;
}
.menu_web .nav_menu ul.sub-menu li a:hover::after 
{
	opacity: 1.0;
	visibility: visible;
	margin-left: 10px;
	transform: translateX(0);
	width: auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*MENU MOBILE*/
#menuMobileBox
{
	position: fixed;
	z-index: 99999;
	top: 0;
	left: -120%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: var(--color-blue);
	background: var(--background-gradient-vertical-noopacity); 
	width: 100%;
	max-width: 100%;
	height: 100vh;
}

#menuMobileBox.open
{
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menuMobileBox .closeMobileBox
{
	text-align: right;
}
#menuMobileBox .closeMobileBox #closemenu
{
	background-color: transparent;
	padding: 20px;
	font-size: 24px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	color: var(--color-white);
}
#menuMobileBox .closeMobileBox #closemenu svg
{
	width: 24px;
	height: 24px;
}
#menuMobileBox .closeMobileBox #closemenu svg path
{
	fill: white
}

#menuMobileBox nav
{
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	height: calc(100vh - 50px);
	overflow: auto;
}
#menuMobileBox nav .contentUl
{
	width: 420px;
	max-width: 90%;
}
#menuMobileBox nav ul, 
#menuMobileBox nav ul li
{
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#menuMobileBox nav &gt; ul
{
	overflow: hidden;
}
#menuMobileBox nav ul,
#menuMobileBox nav .extraElementsMenu
{
	padding: 40px 40px 0 40px;
	max-width: 100%;
}
/* .extraElementsMenu .icon_social
{
	text-align: right; 
} */
.extraElementsMenu .icon_social svg {
	max-height: 25px;
	max-width: 25px;
	margin-right: 25px;
	border-radius: 5px;
}
.extraElementsMenu .icon_social svg path 
{
	color: var(--color-white);
	fill: var(--color-white);
}

 
.extraElementsMenu .mobile_lang li
{
	display:inline-block; color: var(--color-white); text-transform: uppercase; margin-bottom: 25px; margin-right: 25px;
}
.extraElementsMenu .mobile_lang li:last-child
{
	 margin-right: 0;
}

.extraElementsMenu .mobile_lang li.current-lang a
{
	font-weight: 600; text-decoration: underline;
}




#menuMobileBox nav ul li
{
	border-radius: 0 !important;
}
#menuMobileBox nav ul li a
{
	display: block; width: 100%; color: var(--color-white);
}
#menuMobileBox nav ul li i
{
 	color: var(--color-white);
}
 
#menuMobileBox nav ul.sub-menu &gt; li.add_voice
{
	/* background-color: var(--color-blue); */
	margin-bottom: 25px;
}
#menuMobileBox nav ul.sub-menu &gt; li.add_voice a
{
	color: var(--color-white);
}

#menuMobileBox nav ul.nav_menu_mobile li a,
#menuMobileBox nav ul.nav_menu_mobile li.button_website a,
#menuMobileBox nav ul.nav_menu_mobile li i {
	font-weight: 600; 
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding: 5px 0;
}

#menuMobileBox nav ul.nav_menu_mobile li i
{
	font-size: 14px;
	line-height: 26px;
}

#menuMobileBox nav ul.nav_menu_mobile_secondary li
{
	padding:0; margin-bottom: 15px;
}

#menuMobileBox nav ul.nav_menu_mobile_secondary li a 
{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

#menuMobileBox nav ul li:hover a,
#menuMobileBox nav ul li:hover i
{
	color: var(--color-white);
}
#menuMobileBox nav ul li.menu-item-has-children .plusmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
#menuMobileBox nav ul li.menu-item-has-children .plusmenu a {
	pointer-events: none;
}

#menuMobileBox nav ul li .sub-menu
{
	z-index: +1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; 
	left: -120%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
	background-color: transparent; /*var(--color-blue);*/
	padding-top: 60px;
	visibility: visible;
}
.hiddenMenu {
	visibility: hidden; 
}

#menuMobileBox nav ul li .sub-menu.opensubmenu
{
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#menuMobileBox nav ul li .sub-menu .toback {
	position: absolute;
	padding: 15px 15px 15px 40px;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 10px;
	color: var(--color-white);
	font-weight: 600;
	cursor: pointer;
}
#menuMobileBox nav ul li .sub-menu .toback i {
	margin-right: 15px;
}

#menuMobileBox nav ul li:hover &gt; a
{
	text-decoration: underline;
}

@media screen and (max-width:480px) 
{
	#menuMobileBox nav ul:first-child 
	{
		padding-top: 0;
	}
}

/*LOGO WEB*/
.logo_web #logoWeb
{
	height: 40px;
	display: block;
}

#logoWebFirst {
	position: fixed;
	top: 15px;
	left: -15px;
	height: 100px;
	z-index: 9999;
	display: block;
}
/* animazione ? header */
.website_is_desktop.home header #topBar #topBarSx,
.website_is_desktop.home .logo_web #logoWeb
{
	opacity: 0;
	visibility: hidden;
}

#bg_div_headerOutside {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}
#bg_div_header {
	top: -80px;
	left: -80px;
	width: calc(100% + 160px);
	height: calc(100% + 160px);
	z-index: -1;
}
body:not(.home) #bg_div_header
{
	background-color: rgba(255,255,255,0.8);
	backdrop-filter:blur(6px);
	-webkit-backdrop-filter:blur(6px);
}


@media screen and (max-width: 991px) 
{
	.logo_web #logoWeb { height: 30px; }
	header #mainHeader 
	{ 
		padding: 20px 10px;
	}
	body.website_is_mobile #bg_div_header
	{
		background-color: rgba(255,255,255,0.8) !important;
		backdrop-filter:blur(6px);
		-webkit-backdrop-filter:blur(6px);
	}
}
@media screen and (max-width: 1199px) 
{
	body.website_is_mobile #bg_div_header,
	body.home.website_is_mobile #bg_div_header
	{
		background-color: rgba(255,255,255,0.8) !important;
		filter: none;
	}
}

/* BREADCRUMB */
.breadcrumb_website
{
	position: absolute; left: 0; /*top: 0; vedi website script .js*/
	padding: 10px 3vw 0;
	font-size: 13px; line-height: 14px;
	color: var(--color-white);
	font-weight: 400;
	z-index: 5;
}
body.page .breadcrumb_website:not(.coverType_style04),
body.single:not(.single-prodotti) .breadcrumb_website:not(.coverType_style04)
{
	color: var(--color-grey);
}

.breadcrumb_website span.current-item
{
	font-weight: 700;
}

/* COVER HEADER PAGE / ARCHIVE */

.cover_header /*.products*/
{
	min-height: 35vh;
	padding-top: 18vh;
}
 
.cover_header.single_product .rounded_row_block.from_left_borderradius_bottomright::after {
	width: 50vw;
	min-height: 40vh;
	border-bottom-right-radius: 30vh;
}

.cover_header:not(.cover_page) .main_title_website,
.cover_header:not(.cover_page) .main_testo_website 
{
	color: var(--color-white); 
	z-index: 5;
	position: relative;
}
.cover_header:not(.cover_page) .main_title_website 
{ 
	margin-top: 15px;
}
.cover_header .bg_image_cover 
{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;/*75vw*/
	height: 100%;
	z-index: -1;
}

.cover_header.cover_page .bg_image_cover 
{
	width: 70vw;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
}

/*COVER CUSTOM PAGE CUSTOM FIELD*/

/*cover 1*/
.cover_header.cover_page.cover_type_style01  
{
	 min-height: 70vh;
	 padding-top: 25vh;
	 clip-path: inset(0 0 0 0);
}

.cover_header.cover_page.cover_type_style01 .topTitle .main_title_website 
{
	margin-bottom: 120px;
}

.cover_header.cover_page.cover_type_style01 .bg_image_cover .cropjef.position_fixed
{
	left: unset;
	right: 0;
}


@media screen and (max-width:1199px) {
	.cover_header.cover_page.cover_type_style01
	{
		padding-top: 20vh;
	}
}
@media screen and (max-width:767px) {
	.cover_header.cover_page.cover_type_style01
	{
		padding-top: 15vh;
	}
}
.cover_header.cover_page.cover_type_style01 .overflow_hidden_box.hover_link &gt; .container 
{
	 margin-top: 30vh;
}
.cover_header.cover_page .cover_icon_logo {
	position: fixed;
	right: -25px;
	top: 50vh;
	z-index: 5;
	mix-blend-mode: multiply;
	/* opacity: 0.9; */
}
.cover_header.cover_page .cover_icon_logo svg {
	width: 400px; max-width: 40vw;
	height: 245px;
}
@media screen and (max-width:767px) {
	.cover_header.cover_page .cover_icon_logo svg {
		max-width: 75vw; 
	}
}
.cover_header.cover_page .cover_icon_logo svg path
{
	 color: var(--color-blue-dark);
}
.section_bottom_cover.section_bottom_cover_type_style01 
{
	margin-top: 80px;
	/* margin-bottom: 240px; */
	z-index: 1;
	position: relative;
}
 
.section_bottom_cover.section_bottom_cover_type_style01 .section_bottom_cover_left .titolo_cover
{
	font-size: 2.8rem;
	line-height: 2.8rem;
	color: var(--color-white);
	margin-bottom: 210px;
}


.section_bottom_cover.section_bottom_cover_type_style01 .section_bottom_cover_right .testo_cover
{
	color: var(--color-grey-dark);
}

.section_bottom_cover_type_style01 .section_bottom_cover_left .rounded_row_block
{
	background-color: var(--color-blue);
	background: var(--color-blue);
	
}


.section_bottom_cover_type_style01 .section_bottom_cover_left .rounded_row_block.from_left_to_right::before,
.section_bottom_cover_type_style01 .section_bottom_cover_left .rounded_row_block.from_left_to_right::after
{
	background-color: inherit !important;
	background: inherit !important;
}
.section_bottom_cover_type_style01 .section_bottom_cover_left .rounded_row_block.from_left_to_right::before {
	width: 200vw;
	height: 100%;
	min-height: 20vw;
	position: absolute;
	top: 40px;
	right: -80px;
	content: "";
	border-bottom-right-radius: 20px;
}

.section_bottom_cover_type_style01 .section_bottom_cover_left .rounded_row_block.from_left_to_right::after {
	width: 200vw;
	height: 200px;
	position: absolute;
	top: -160px;
	right: -80px;
	left: unset;
	content: "";
	border-top-right-radius: 40vh;
}


@media screen and (min-width: 991px)
{
	.section_bottom_cover_type_style01 .section_bottom_cover_left,
	.section_bottom_cover_type_style01 .section_bottom_cover_right
	{
		max-width: calc(100% - 120px);
	}
}

@media screen and (max-width:1199px) 
{
	.section_bottom_cover.section_bottom_cover_type_style01,
	.section_bottom_cover.section_bottom_cover_type_style01 .section_bottom_cover_left .titolo_cover
	{
		margin-bottom: 80px;
	}

	.section_bottom_cover_type_style01 .section_bottom_cover_right
	{
		margin-top:120px
	}
}
@media screen and (min-width:2140px) 
{
	.section_bottom_cover.section_bottom_cover_type_style01 .section_bottom_cover_left .titolo_cover
	{
		margin-bottom: 40px;
	}
	.section_bottom_cover_type_style01 .section_bottom_cover_left .rounded_row_block.from_left_to_right::before {
		min-height: 320px;
	}
}

/* pagina IPure riga grigia - backgroung semitransparent */
.grey-rgba-row
{
	background-color: rgba( 65,65,65, 0.1);
}

.section_bottom_cover_type_style01 .cover_logo img
{
	max-height: 65px;
}

.section_bottom_cover_type_style01 .section_bottom_cover_left .cover_logo img
{
	max-height: 65px;
	position: relative;
	z-index: 1;  
}


/*cover 2*/
.cover_page.cover_type_style02
{
	display: flex;
	align-items: start;
}
/* .cover_page.cover_type_style02 &gt; * {
	flex: 1;
} */
.cover_page.cover_type_style02 &gt; .blocco_cover_left {
	flex: 1.5;
}
.cover_page.cover_type_style02 &gt; .blocco_cover_right {
	flex: 2;
}
.cover_page.cover_type_style02 .rounded_row_block.from_left_borderradius_bottomright::after
 {
	width: calc(100% + 5vw); 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden; 
}  
.cover_page.cover_type_style02 .rounded_row_block[data-custombgjef*="#"]
{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
	width: calc(100% + 5vw);
}
.cover_page.cover_type_style02 .rounded_row_block.from_left_borderradius_bottomright[data-custombgjef*="#"]::after
{
	background: inherit !important;
} 
.cover_page.cover_type_style02 .blocco_cover_left .blocco_cover_left_text {
	padding: 40px 12vw 40px 40px;
}

.cover_page.cover_type_style02 .blocco_cover_left .blocco_cover_left_text.top .main_title_website,
.cover_page.cover_type_style02 .blocco_cover_left .blocco_cover_left_text.top .main_testo_website
{
	color: var(--color-white);
}

.cover_page.cover_type_style02 .blocco_cover_right_image img {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
	right: 0;
	z-index: 5;
	/* margin-top: 50%; 
	transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);*/
}

@media screen and (max-width: 1199px)
{
	.cover_page.cover_type_style02 .rounded_row_block.from_left_borderradius_bottomright::after,
	.cover_page.cover_type_style02 .rounded_row_block[data-custombgjef*="#"]
	{
		width: 100%;
	}
	.cover_page.cover_type_style02 .blocco_cover_left .blocco_cover_left_text
	{
		padding-right: 40px;
	}
	.cover_page.cover_type_style02
	{
		display: inline-block;
		margin-bottom: 80px;
		padding-top: 120px;
	}
}


/*cover 3*/
.cover_page.cover_type_style03
{
	display: flex;
	margin-top: 80px;
	margin-bottom: 80px;
}
.cover_page.cover_type_style03 &gt; * {
	flex: 1;
}
.cover_page.cover_type_style03 .rounded_row_block.from_left_borderradius_bottomright::after {
	width: calc(100% + 10vw);
	border-radius: 20px;
	border-bottom-right-radius: 10vw; 
	left: unset;
	right: -40px;
}
.cover_page.cover_type_style03 .rounded_row_block[data-custombgjef*="#"]
{
	border-radius: 20px;
	border-bottom-right-radius:15vw; 
	overflow: hidden;
}
.cover_page.cover_type_style03 .rounded_row_block.from_left_borderradius_bottomright[data-custombgjef*="#"]::after
{
	background: inherit !important;
} 
.cover_page.cover_type_style03 .blocco_cover_right .blocco_cover_right_text
{
	min-height: 45vh;
	padding: 40px 40px 80px 80px;
}

.cover_page.cover_type_style03 .blocco_cover_right .blocco_cover_right_text .main_title_website
{
	color: var(--color-white);
}

.cover_page.cover_type_style03 .blocco_cover_left_image img
{
	width: calc(100% + 5vw); 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

@media screen and (max-width: 1199px)
{
	.cover_page.cover_type_style03 {
		flex-direction: column;
		padding-top: 80px;
	}
	.cover_page.cover_type_style03 .blocco_cover_left_image img {
		width: 100%;
		position: relative;
		bottom: unset;
		left: unset;
		z-index: 5;
	}
	.cover_page.cover_type_style03 .blocco_cover_right .blocco_cover_right_text {
		min-height: 1px;
		padding: 40px;
		margin-top: 40px;
	}
	.cover_page.cover_type_style03 .rounded_row_block.from_left_borderradius_bottomright::after {
		width: 100%;
		left: unset;
		right: 0;
	}

	/*remove border-left pagina app*/
	.vc_column_container &gt; .vc_column-inner
	{
		border-right: none !important;
	}
}

/*FOOTER*/
footer {
	background-color: var(--color-dark-light);
	padding-top: 120px;
	color: var(--color-white);
	position: relative;
	z-index: 3;
}
 
#icon_logo_footer
{
	position: absolute;
	right: -40px;
	bottom:0;
}
#icon_logo_footer svg {
	height: 220px;
	width: 360px;
}
#icon_logo_footer svg path
{
	fill: var(--color-white);
	opacity: 0.05;
}

footer .main_title_website
{
	color: var(--color-white);
}
footer .main_testo_website
{
	color: var(--color-grey-light);
}

#row_top_footer 
{
	padding-bottom: 160px;
	border-bottom: 2px solid var( --color-white );
}
#row_top_footer .main_title_website.smaller
{
	line-height: 2.2rem;
}

#row_bottom_footer 
{
	margin-top: 80px;
}
#row_bottom_footer .logo_footer
{
	max-width: 90px; margin-bottom: 25px;
}

#row_bottom_footer .column_footer
{
	margin-bottom: 25px;
}

#row_bottom_footer .column_footer .main_title_website
{
	font-size:16px;
	line-height:20px;
	margin-bottom: 15px;
}
#row_bottom_footer .column_footer .main_testo_website
{
	font-size:14px;
	line-height:22px;
	color: var(--color-grey);
}


#row_bottom_footer .column_footer .nav_footer
{
	margin:0; padding: 0;
}
#row_bottom_footer .column_footer .nav_footer li
{
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
}
#row_bottom_footer .column_footer .nav_footer li a
{
	display: inline-block;
	width: 100%;
	font-size:14px;
	line-height:16px;
	color: var(--color-grey);
}

#row_bottom_footer .column_footer .icon_social {
	white-space: nowrap;
}

#row_bottom_footer .column_footer .icon_social svg {
	max-height: 22px;
	max-width: 24px;
	margin-right:10px;
	border-radius: 5px;
}
#row_bottom_footer .column_footer .icon_social svg path
{
	color: var(--color-white);
	fill: var(--color-white);
}

@media screen and (max-width:767px) {
	#row_top_footer
	{
		padding-bottom: 80px;
	}
	#icon_logo_footer svg {
		height: 100px;
		width: 220px;
	}

	#row_bottom_footer .column_footer .icon_social svg {
		max-height: 34px;
		max-width: 34px;
	}
}

.loghetti_footer_add
{
	gap: 15px;
}
.loghetti_footer_add img
{
	height: 75px;
}

@media screen and (max-width: 576px)
{
	#row_bottom_footer .column_footer 
	{
		margin-bottom: 25px;
	}
	#row_bottom_footer .column_footer *:not(img)
	{
		width: 100%;
	}
	#row_bottom_footer .column_footer .icon_social li,
	#row_bottom_footer .column_footer .icon_social li a
	{
		width: auto;
	}	
	#row_bottom_footer .column_footer .icon_social svg {
		margin-right:5px;margin-left: 5px;
	}
}

.bottom_footer
{
	margin-top: 80px;
	background-color: var(--color-white);
	padding: 15px;
}
footer .bottom_footer .legacy
{
	font-size: 12px;
	line-height: 22px;
	color: var(--color-dark-light);
}

.home footer {
	margin-top: -55px;
	z-index: 0;
	padding-top: 160px;
}

img#fesrMarche
{
	width: 320px; height: auto;
}

/*FORM FOOTER*/
footer form input:focus {
	border-color: white;
}

form .info_legacy a
{
	color:var(--color-blue); font-weight: 700;
}
form .info_legacy a:hover
{
	text-decoration: underline;
}



footer form .button_website
{
	background-color: var(--color-blue);
	width: 100%;
	font-size: 18px;
	justify-content: space-between;
}
@media screen and (min-width:767px) 
{
	footer form input[type="email"],
	footer form input.reduce_width
	{
		width: calc(100% - 150px);
	}
	footer form .button_website
	{
		position: absolute; top: 0; right: 0;		 
		width: 160px;
		font-size: 12px;
		min-height: calc(100% - 15px);
		justify-content: center;
		padding: 0 10px;
	}
}

form fieldset
{
	padding: 0;
	border: 0;
}

footer form input[type="checkbox"]
{
	border-radius: 3px;
	width: 20px; height: 20px;
	margin: 0 15px 15px 0;
	float: left;
}
footer form ._row._checkbox-radio
{
	margin-top: 25px;
}
footer form ._row._checkbox-radio label
{
	color: var(--color-grey);
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
footer form ._row._checkbox-radio label a
{
	color: var(--color-blue);
}

footer form .info_legacy
{
	color:var(--color-grey); 
}
footer form .info_legacy a
{
	color:var(--color-blue); font-weight: 400;
}

form ._error-inner {
	margin-bottom: 10px;
	font-size: 11px;
	position: relative;
	top: -5px;
	color: #e32c2c;
	font-weight: 700;
}

footer .legacy.footer_copyright .disclaimer
{
	color:var(--color-grey-light);
}

/*MAIN*/
#wrapperWebsite
{
	min-height: 60vh; display: block;
	position: relative; z-index: 1;
}
/* #wrapperWebsite.add_space_top
{
	margin-top: 20vh;
} */ 
.single #wrapperWebsite.add_space_top
{
	margin-top: 30vh !important;
}

 

/*TERMS FILTER*/
.website_display_term_name
{
	font-size: 2.8rem;
	line-height: 2.6rem;
	color: var(--color-blue);
}
.website_display_term_name &gt; *
{
	width: 100%;
	display: inline-block;
}
.website_display_term_name &gt; *:last-child
{
	padding-left: 40px;
}
.website_display_term_name &gt; .name
{
	font-weight: 700;
}

.separatore_jef {
	max-width: 100%;
	display: block;
	background-color: var(--color-grey);
	margin: 25px 0;
}

/* LISTING PRODUCTS */
.singleProduct
{
	margin-bottom: 80px;
	position: relative;
}
.singleProduct .singleProduct_top
{
	padding: 15px;
	border: 1px solid var(--color-grey-light);
	border-radius: 4px;
	margin-bottom: 40px;
	aspect-ratio: 3/4;
	position: relative;
}

.singleProduct_top .singleProduct_serie
{
	position: absolute;
	top: 15px;
	left: 15px;
} 
.owl-carousel .owl-item .singleProduct_top .singleProduct_serie img,
.singleProduct_top .singleProduct_serie img
{ 
	max-height: 40px;
	width: auto !important;
} 

@media screen and (max-width: 1199px)
{
	.cover_header.products
	{
		padding-top: 120px;
		padding-bottom: 25px;
		min-height: 1px;
	}
	
}
@media screen and (max-width: 767px) 
{
	.owl-carousel .owl-item .singleProduct_top .singleProduct_serie img,
	.singleProduct_top .singleProduct_serie img
	{ 
		max-height: 25px;
	}
	.cover_header.products .rounded_row_block.from_left_borderradius_bottomright::after
	{
		width: calc(100% - 25px); 
		border-bottom-right-radius: 120px;
		-moz-border-bottom-right-radius: 120px;
		-webkit-border-bottom-right-radius: 120px;
		-o-border-bottom-right-radius: 120px; 
	}	
}

.singleProduct_serie .website_display_term_name
{
	font-size: 20px;
	line-height: 18px;
}
.singleProduct_serie .website_display_term_name .name
{
	padding-left: 10%;
}

.singleProduct_top .singleProduct_image
{
	display: flex; height: 100%; align-items: center;
}
.singleProduct_top .singleProduct_image img {
	transform: scale(1.0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.singleProduct_top:hover .singleProduct_image img {
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.singleProduct_top .singleProduct_button {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.singleProduct_top .singleProduct_button .button_website i {
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
}

.singleProduct_top:hover .singleProduct_button {
	opacity: 1.0;
	visibility: visible;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.singleProduct_bottom
{
	padding: 0 15px;
}

.singleProduct_bottom .singleProduct_tipo.main_testo_website
{
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
}
.singleProduct_bottom .singleProduct_title
{
	color: var(--color-blue);
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}


@media screen and (max-width:420px) {
	.singleProduct_top .singleProduct_button .button_website
	{
		padding: 10px;
		font-size: 12px;
	}
	.singleProduct_top .singleProduct_button .button_website i {
		font-size: 12px;
		margin-left: 5px;
	}
}


/*listing products feature*/
.listings_products .totalProducts
{
	color: var(--color-dark-light);
	font-size: 20px;
	line-height: 22px;
}
#sort_archive
{
	width: 210px;
	background-color: var(--color-grey-extralight);
	border-radius:8px;
}
#sort_archive li
{
	font-size: 11px;
	width: 100%; display: inline-block;
}
#sort_archive li.view_Sort
{	
	font-weight: 700; height: 35px;  padding:10px; position: relative;cursor: pointer;
}


#sort_archive li.view_Sort span.triangle {
	width: 35px;
	border-left: 1px solid var(--color-grey-light);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: var(--color-grey-light);
}
#sort_archive li.view_Sort span.triangle i {
	transform: rotate(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#sort_archive.open li.view_Sort span.triangle i
{	
	 transform: rotate(90deg);
	 -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#sort_archive .option_sort
{
	position: absolute;
	top: calc(100% + 5px);
	left: 0;width: 100%;
	z-index: 9;
	padding: 15px;
	background-color: var(--color-grey-extralight);
	border-radius: 8px;
	opacity: 0; visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#sort_archive .option_sort.open
{
	opacity: 1.0; visibility: visible;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#sort_archive .option_sort li
{
	 display: block; padding:7px 0;cursor: pointer;
}

#formSearchAside
{
	background-color: var(--color-grey-extralight);
	border-radius: 4px;
	padding: 25px;
}

#formSearchAside .grouped_filter 
{	
	margin-bottom: 40px;
}
#formSearchAside .grouped_filter .title_filter
{
	font-size: 14px;
	font-weight: 700;
	color: var(--color-dark-light);
	margin-bottom: 15px;
}
#formSearchAside .grouped_filter .terms_filter
{
	padding-top: 15px;
	border-top:1px solid var(--color-grey-light);
}
#formSearchAside .grouped_filter .terms_filter .single_term_filter
{
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
#formSearchAside .grouped_filter .terms_filter .single_term_filter .circle,
#formSearchAside .grouped_filter .terms_filter .single_term_filter .nameTerm
{
	display: inline-block;
	vertical-align: middle;
}
#formSearchAside .grouped_filter .terms_filter .single_term_filter input[type="hidden"]
{	
	position: absolute; width: 100%; height: 100%;
}
#formSearchAside .grouped_filter .terms_filter .single_term_filter .circle
{
	width: 14px; height: 14px; border-radius: 45px; border: 1px solid var(--color-grey); background-color: var(--color-white); margin-right: 5px;
	position: relative;
}
#formSearchAside .grouped_filter .terms_filter .single_term_filter .circle::after
{
	width: 8px; height: 8px; border-radius: 45px; background-color: var(--color-blue);
	content: ""; position: absolute; top: 2px; left: 2px;
	display: none;
}
#formSearchAside .grouped_filter .terms_filter .single_term_filter.active .circle::after
{
	display: block;
}
#formSearchAside .grouped_filter .terms_filter .single_term_filter .nameTerm
{
	font-size: 14px; line-height: 14px;
}

.loadingMore svg,
.overlay_loading svg { 
	width: 40px; height: auto;	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #1c1c1c transparent transparent transparent; 
}
.loadingMore {text-align: center;}
.loadingMore svg path { fill: var(--color-blue);}

.overlay_loading { background-color: rgba(255, 255, 255, 0.7);}
.overlay_loading svg {  position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; }
.overlay_loading svg path { fill: var(--color-grey);}

@keyframes lds-ring {  
	0% {
	transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg);
	}
}

/*mobile listing*/
#filterMobileProducts
{
	border: 0; background-color: transparent;
	vertical-align: middle;
	cursor: pointer;
}
#filterMobileProducts &gt; *
{
	display: inline-block;
}
#filterMobileProducts span {
	font-weight: 700;
	padding-right: 5px;
	font-size: 11px;
	color: var(--color-grey-dark);
	font-family: var(--font-family-primary);
}
#filterMobileProducts svg
{
	height: 30px;
	width: 30px;
}
#filterMobileProducts svg path,
#filterMobileProducts svg line,
#filterMobileProducts svg circle
{
	fill: var(--color-grey-dark);
}

#closefilterMobileProducts
{
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}
#closefilterMobileProducts svg
{
	width:30px; height: 30px;
}
#closefilterMobileProducts svg path
{
	fill: var(--color-dark-light);
}
@media screen and (max-width:1199px) {
	#formSearchAside
	{
		position: fixed;
		height: calc(100vh - 70px);
		right: -105%;
		top: 70px;
		width: 320px;
		max-width: 80%;
		z-index: 999;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		overflow-y: auto;
		padding-bottom: 80px;
	}
	#formSearchAside.open
	{
		right: 0;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#wrapperWebsite.wrapperProducts
	{
		z-index: 5;
	}
}

/*SINGLE PRODUCT*/
#introProduct
{
	display: flex;
	position: relative;
	gap: 25px;
}
#introProduct &gt; *
{
	flex: 0 50%;
}  

#introProduct #galleryProduct {
	overflow: hidden;
	top: -80px;
	position: relative;
	padding: 0 25px;
}

#introProduct #galleryProduct .slider_product {
	position: relative;
}
.slider_product &gt; .owl-carousel .owl-nav button.owl-prev,
.slider_product &gt; .owl-carousel .owl-nav button.owl-next
{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: var(--color-grey);
	border:1px solid var(--color-grey);
	background-color: transparent;
	position: absolute;
	top: calc(50% - 20px);
	padding:0 !important;
}

#galleryProduct .slider_product &gt; .owl-carousel .owl-nav button.owl-prev
{
	left: -25px;
}
#galleryProduct .slider_product &gt; .owl-carousel .owl-nav button.owl-next
{
	right: -25px;
}
#galleryProduct .slider_product &gt; .owl-carousel .owl-nav button:hover
{
	background-color: rgba(0,94,184,1.0);
	color: white;
	border-color: white;
}
#galleryProduct .slider_product .info_slider {
	text-align: center;
	top: 0;
	position: relative;
}
/* .website_is_mobile #galleryProduct .slider_product .info_slider {
	top: 0;
}
@media screen and (max-width:767px) {
	#galleryProduct .slider_product .info_slider {
		top: 0;
	}
} */

#galleryProduct .slider_product .info_slider &gt; * {
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
	font-size: 12px;
	line-height: 12px;
	color: var(--color-grey);
}
#galleryProduct .slider_product .icon_slider img {
	width: 20px !important;
	height: auto;
	display: inline-block !important;
	position: relative;
	visibility: visible !important;
	opacity: 1.0 !important;
	margin-right: 3px;
}

#thumbnailSlider .owl-stage-outer .owl-stage {
	display: flex;
	justify-content: center;
	flex: 1;
	min-width: 100%;
}

#thumbnailSlider .item_thumb_product_media
{
	border: 1px solid var(--color-grey-light);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	cursor: pointer;
}
#thumbnailSlider .item_thumb_product_media:hover,
#thumbnailSlider .item_thumb_product_media.current_thumb
{
	background-color: var(--color-grey-extralight);
}


#introProduct #infoProduct 
{
	top: -30px;
	position: relative;
}
#introProduct #infoProduct .title_product
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--color-grey-light);
}
#introProduct #infoProduct .title_product &gt; .titolo
{
	flex:4;
	font-size: 14px; line-height: 20px;
	color:var(--color-grey-dark);
}
#introProduct #infoProduct .title_product &gt; .info_serie
{
	flex:1; position: relative;
} 
#introProduct #infoProduct .title_product .website_display_term_name
{
	float: right;
}
#introProduct #infoProduct .title_product .info_serie img {
	max-height: 60px;
	width: auto;
}
#introProduct #infoProduct .title_product .info_serie .iconLogoTerm {
	position: absolute;
	top: -5px;
	right: 0;
	max-height: 100%;
	max-width: 100%;
	z-index: -1;
}
#introProduct #infoProduct .title_product .info_serie .iconLogoTerm svg 
{
	height: 100%;
	max-height: 60px;
	max-width: 100%;
	opacity: 0.2;
	width: auto;
}
#introProduct #infoProduct .title_product .website_display_term_name &gt; *
{
	display: block;
	font-size: 26px;
	line-height: 24px;
}
#introProduct #infoProduct .title_product .website_display_term_name &gt; :nth-child(2)
{
	padding-left: 20px;
}

#introProduct #infoProduct .description_product 
{
	font-size: 1.2rem; line-height: 1.6rem;
	color: var(--color-grey-dark);
}

#introProduct #infoProduct .description_product.boxShowHideText .displayText
{
	height: 27vh; overflow: hidden;
}

#introProduct #infoProduct .description_product.boxShowHideText.show .displayText
{
	height: auto; 
}

button.buttonShowHideText
{
	padding: 15px;
	color: var(--color-blue-dark);
	font-size: 14px; line-height: 14px;
	font-weight: 600;
	font-family: var(--font-family-primary);
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
button.buttonShowHideText i
{
	margin-left: 12px;
}
button.buttonShowHideText.clicked i
{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#introProduct #infoProduct .tax_product
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.button_tag 
{
	display: inline-block;
	cursor: pointer;
	background-color: var(--color-blue);
	color: var(--color-white);
	padding:8px 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 90px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
}
.button_tag:last-child
{
	margin-right: 0;
}
.button_tag:hover
{
	cursor: pointer;
	background-color: var(--color-blue-dark);
	color: var(--color-white);
}

#introProduct #infoProduct .tax_product .loghetto img
{
	width: 100px;
}

#introProduct #infoProduct .tecno_product
{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid var(--color-grey-light);
	vertical-align: middle;
}
#introProduct #infoProduct .tecno_product .label
{
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 7px 25px 10px 0;
	vertical-align: middle;
}
#introProduct #infoProduct .tecno_product .loghetti_tecno
{
	display: inline-block;vertical-align: middle;
}

#introProduct #infoProduct .tecno_product .loghetti_tecno .loghetto
{
	display: inline-block; margin-right: 15px;
}
#introProduct #infoProduct .tecno_product .loghetti_tecno .loghetto img
{
	height:35px; width: auto;
}

#technical_Product
{
	display: flex;
	position: relative;
	gap: 25px;
}

#technical_Product .infoDataTableSheet
{
	flex: 3;
}
#technical_Product .infoDataDownloads
{
	flex: 1;
}



#technical_Product .infoDataTableSheet table { margin: 0 0 40px; border-collapse: collapse; border: 0; width:100% }

#technical_Product .infoDataTableSheet table tr  { border-bottom: 1px solid var(--color-grey-light) !important;display: flex; border-bottom: 0; }
#technical_Product .infoDataTableSheet table tr:last-child  { border-bottom:0 !important }

#technical_Product .infoDataTableSheet table tr td { width: auto; padding: 10px; font-size: 12px; line-height: 18px; }
#technical_Product .infoDataTableSheet table tr td[colspan="1"] { width:100%; text-align:center;}
#technical_Product .infoDataTableSheet table tr td[colspan="2"] { width:50%; text-align:center;  }
#technical_Product .infoDataTableSheet table tr td[colspan="2"]:last-child { border-right:0;}
#technical_Product .infoDataTableSheet table tr td[colspan="3"] { width:33.33%; text-align:center; }
#technical_Product .infoDataTableSheet table tr td[colspan="3"]:last-child { border-right:0;}
#technical_Product .infoDataTableSheet table tr td[colspan="4"] { width:25%; text-align:center; }
#technical_Product .infoDataTableSheet table tr td[colspan="4"]:last-child { border-right:0;}

#technical_Product .infoDataTableSheet table tr td:first-child 
{
	color: var(--color-dark-light);
	font-weight: 700;
	min-width: 200px;
	max-width: 200px;
	background-color: #f4f4f4;
	color: var(--color-grey-dark);
}

#technical_Product .infoDataTableSheet table tr:first-child td:first-child 
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#technical_Product .infoDataTableSheet table tr:last-child td:first-child 
{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.singleProductTemplate .titoletto_section
{
	padding-left: 25px;
	font-size: 22px; line-height: 28px;
	color: var(--color-blue);
	font-weight: 700;
	margin-bottom: 25px;
}

.singleProductTemplate .relatedProduct .titoletto_section
{
	pointer-events: none;
}

.infoDataDownloads img#disegnoTecnico
{
	padding: 15px;
}
.infoDataDownloads .downloadsBox
{
	min-height: 30vh;
	margin-top: 40px;
	margin-bottom: 80px;
	padding: 15px 0;
}
.singleProductTemplate .downloadsBox .titoletto_section
{
	color: var(--color-white);
	margin-bottom: 40px;
}
.infoDataDownloads .downloadsBox::before
{
	content:'';
	display: block;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	position: absolute;
	top: -15px;left: -15px;
	background: var(--color-blue-dark);
	background: var(--background-gradient-vertical); 
	border-radius: 15px;
	z-index: -1;
}
/*RESPONSIVE PRODUCT */
@media screen and (max-width: 1199px)
{
	#introProduct {
		flex-direction: column;
	}
	#introProduct &gt; *
	{
		flex: unset;
	}
	.cover_header.single_product .rounded_row_block.from_left_borderradius_bottomright::after {
		width: 90vw;
	}
	#introProduct #infoProduct .title_product .info_serie  {
		text-align: right;
	}
	#introProduct #infoProduct .title_product .info_serie img {
		max-height: 40px;
	}
	#technical_Product
	{
		margin-top: 40px;
		flex-direction: column;
	}
}

@media screen and (min-width:991px) {
	#technical_Product .infoDataDownloads.noTableDataSheet
	{
		display: flex;
		flex-direction: row;
	}
	#technical_Product .infoDataDownloads.noTableDataSheet img#disegnoTecnico
	{
		max-width: calc(100% - 30px);
	}
}


@media screen and (max-width:1199px) 
{
	.infoDataDownloads img#disegnoTecnico
	{
		max-height: 50vh; margin-left: auto; margin-right: auto; display: block;
	}
}
@media screen and (max-width:767px) 
{
	#introProduct #infoProduct .tecno_product &gt; *
	{
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	#introProduct #infoProduct .tecno_product .loghetti_tecno .loghetto
	{
		margin-right: 0; margin-bottom: 10px; width: 100%;
	}
	#introProduct #infoProduct .tecno_product .loghetti_tecno .loghetto img
	{
		height: 35px;
	}
	/* .button_tag
	{
		width: 100%;
		text-align: center;
		margin-right: 0;
	} */

	.singleProductTemplate .titoletto_section
	{
		padding-left: 0;
	}
	
	#introProduct #infoProduct .title_product {
		justify-content: start;
		align-items: start;
		flex-direction: column-reverse;
	}
	#introProduct #infoProduct .title_product .info_serie  {
		text-align: left;
	}

	#introProduct #infoProduct .tax_product
	{
		display: inline-block;
	}
	#introProduct #infoProduct .tax_product .loghetto_ftth
	{
		text-align: left;
	}
}

.downloadsBox .single_Download
{
	margin-bottom: 15px;
}
 
.downloadsBox .single_Download .image_single_Download {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.downloadsBox .single_Download:not(.style02) .image_single_Download
{
	height: 190px;  
}

.blocco_download_file.downloadsBox.bigger .single_Download:not(.style02) .image_single_Download 
{
	height: 380px;
}
.downloadsBox .single_Download .image_single_Download img:not(.icon_download)
{
	 scale: 1.0; max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle;
}
.downloadsBox .single_Download:not(.style02) .image_single_Download:hover img:not(.icon_download)
{
	scale: 1.1;
}
.downloadsBox .single_Download .image_single_Download img.icon_download
{
	width: 40px; height: 40px; opacity: 0; scale: 1.0; pointer-events: none;  cursor: pointer;
}
.downloadsBox .single_Download .image_single_Download:hover img.icon_download
{
	opacity: 1.0;
}
.downloadsBox .single_Download:not(.style02) .image_single_Download:hover img.icon_download
{
	scale: 1.1;
}
.downloadsBox .single_Download .image_single_Download img,
.downloadsBox .single_Download .image_single_Download:hover img
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.downloadsBox .single_Download .infoFile
{
	color: var(--color-white);
	font-size: 12px; line-height: 18px;
}
.blocco_download_file.downloadsBox.bigger .single_Download .infoFile
{
	font-size: 16px; line-height: 20px;
}

.blocco_download_file.downloadsBox .single_Download
{
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}

.blocco_download_file.downloadsBox .single_Download .infoFile
{
	color: var(--color-dark-light);
}

.blocco_download_file.downloadsBox .single_Download 
{
	margin-bottom: 40px;
}

/*BLOCCO DOWNLOAD 2*/
.blocco_download_file.downloadsBox.style02 .single_Download.style02 
{
	z-index: 3;
	min-height: 60vh;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 40px;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	margin-bottom: 40px;
}
.blocco_download_file.downloadsBox.style02 .single_Download.style02 .image_single_Download
{
	position: absolute; 
	z-index: -1;
}
.blocco_download_file.downloadsBox.style02 .rowTop .title
{
    color: var(--color-dark-light);
    font-size: 2.4rem;
    line-height: 2.8rem;
	text-align: left;
}

.blocco_download_file.downloadsBox.style02 .rowTop,
.blocco_download_file.downloadsBox.style02 .rowBottom
{
    pointer-events: none;
}


.blocco_download_file.downloadsBox.style02 .rowTop .title .sep
{
    max-width: 33%; 
    display: block;
    background-color: var(--color-grey);
    margin: 0 0 25px;
    margin-top: 40px;
    height: 2px;
    width: 90px;
}


/*blocco download - utente loggato */
.show_popup_login
{
	cursor: pointer;
}


.singleProductTemplate .featuresProduct
{
	margin-top: 120px;
	margin-bottom: 80px;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #F4F4F4 ;
	position: relative;
}

.singleProductTemplate .featuresProduct::after,
.singleProductTemplate .featuresProduct::before
{
	position: absolute;
	content: "";
	top: 0;
	width: 45vw;
	height: 100%;
	background-color: inherit;
}
.singleProductTemplate .featuresProduct::after
{
	right: -45vw;
}
.singleProductTemplate .featuresProduct::before
{
	left: -45vw;
}

/*OWL CAROUSEL*/
.owl-carousel:not(.owl-loaded)
{
	opacity: 0 !important;   
	/* height: 1px !important; */
}

.owl-carousel:not(.owl-loaded)::after
{
	opacity: 1.0 !important; visibility: visible !important; height: 60vh !important;
	content: 'sto caricando';
	display: block;
	font-size: 200px;
}

.customjef_overflow_carousel .customjef_carosello_type_overflow,
.customjef_overflow_carousel .customjef_carosello_type_overflow .owl-stage-outer,
.customjef_overflow_carousel .customjef_carosello_type_overflow .owl-stage-outer .owl-stage,
.vc_row.owl-carousel.carousel-vceditor-jef,
.vc_row.owl-carousel.carousel-vceditor-jef .owl-stage-outer,
.vc_row.owl-carousel.carousel-vceditor-jef .owl-stage-outer .owl-stage
{
    overflow: visible;
}
.customjef_overflow_carousel .customjef_carosello_type_overflow .owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
}

@media screen and (max-width:1240px) 
{
	.customjef_overflow_carousel .customjef_carosello_type_overflow .owl-nav {
		top: unset;
		right: unset;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
	}
}

.customjef_overflow_carousel .owl-carousel .owl-nav button.owl-prev,
.customjef_overflow_carousel .owl-carousel .owl-nav button.owl-next
{
	display: inline-block;
	padding: 10px !important;
	color: var(--color-grey);
	margin-left: 15px;
	border:1px solid var(--color-grey);
	background-color: transparent;
}
.customjef_overflow_carousel .owl-carousel .owl-nav button:hover
{
	background-color: rgba(0,94,184,1.0);
    color: var(--color-white);
}


/* OVERLAY */
.overlayBox {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0; left: 0;
}
/* SEARCH - LOGIN */
#searchBox,
#loginBox
{
	background: var(--color-blue);
	background: var(--background-gradient-vertical-noopacity); 
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.overlayBox.show,
#searchBox.show,
#loginBox.show
{
	opacity: 1.0;
	visibility: visible;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#loginBox .um
{
	opacity: 1.0 !important;
}

#searchBox #closeSearchBox,
#loginBox #closeLoginBox 
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	color: #FFF;
	font-size: 24px;
	cursor: pointer;
}
#searchBox #closeSearchBox svg,
#loginBox #closeLoginBox svg
{
	width: 24px;
	height: 24px;
}
#searchBox #closeSearchBox svg path,
#loginBox #closeLoginBox svg path 
{
	fill: white;
}
.logoSearch
{
	position: fixed;
	bottom: -25px;
	left: -25px;
}
.logoSearch img
{
	display: block;
	max-height: 25vh;
	width: auto;
}

#formSearch form {
	width: 480px;
	max-width: 85vw;
	position: relative;
	text-align: left;
}
#formSearch form input[type="text"] {
	background-color: transparent;
	width: calc(100% - 120px);
	padding: 15px 15px 15px 55px;
	border: 1px solid #8aa0b5;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	display: inline-block;
	height: 50px;
	color: var(--color-grey-light);
	content: '\f002';
	margin: 0;
}
#formSearch form &gt; i {
	position: absolute;
	top: 25px;
	left: 15px;
	color: var(--color-grey-light);
	font-size: 18px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
 
#formSearch form .button_website {
	width: 125px ; height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px;
}

@media screen and (max-width:767px) {

	#formSearch form input[type="text"] {
		background-color: transparent;
		width: 100%;
		margin-bottom: 25px;
		position: relative;
	}
	 
	#formSearch form .button_website {
		width: 100% ; height: auto;
		position: relative;
		right: 0;
		top: 0;
		padding: 15px;
		display: flex;
    	justify-content: space-between;
	}

}

.page .fixed.vc_parallax .vc_parallax-inner
{
	background-attachment: fixed;
	background-size: cover;
}

/*ULTIMATE MEMBERS override*/
input[type="submit"].um-button, 
input[type="submit"].um-button:focus,
.um input[type="submit"].um-button:hover, 
.um a.um-button:hover
{
	background-color: var(--color-blue) !important;
}
.um input[type="submit"].um-button:hover, 
.um a.um-button:hover
{
	background-color: var(--color-blue-dark) !important;
	color: var(--color-white) !important;
}

#loginBox .um-field-label label {
	color: var(--color-white); 
}
#loginBox .um-field-area input {
	border: 1px solid var(--color-white);
	background-color: transparent;
	color: var(--color-white);
}

.um.um-password.um-um_password_id form .um-field.um-field-block.um-field-type_block
{
	display: none;
}


.um.um-account.um-editing.um-um_account_id
{
	margin-top: 40px !important;
	margin-bottom: 120px !important;
}

.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color
{
	color: var(--color-blue) !important;
}
.um-request-button { 
	background-color: var(--color-blue-extralight);
	color: #fff;
	margin: 10px 0;
	padding: 15px; 
	font-size: 11px;
	text-transform: uppercase;
}
.um-account-main div.um-account-heading
{
	color: var(--color-blue) !important;
	margin-bottom: 15px !important;
}
 
.wpb_wrapper .um-postmessage {
    padding: 20px;
    background-color: var(--color-blue);
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

/*TABLEPRESS*/
.page .tablepress 
{
	min-width: 580px;
	max-width: 100%;
	width: 100%;
	 
	margin-bottom: 80px;
}
 
.page .tablepress thead,
.page .tablepress thead tr, 
.page .tablepress thead tr th
{
	background-color: transparent;
}
.page .tablepress thead tr th
{
	font-size: 2.6rem;
	line-height: 3.2rem;
	color: var(--color-blue-dark);
	padding: 15px 15px 40px;
	 
}
.page .tablepress thead tr th:not(:nth-child(1))
{
	text-align: center;
}

.page .tablepress tbody tr
{
	border-top:0;
	border-bottom:1px solid #e6e6e6;
}
.page .tablepress tbody tr td
{
	border:0;
	padding: 15px;
	
}
 

.page .tablepress tbody tr td:nth-child(1)
{
	
	color: var(--color-grey-dark);
	font-size: 14px; font-weight: 700;
	width: 50%; max-width: 50%; min-width: 320px;
	position: relative;
}


.page .tablepress tbody tr td:nth-child(1)::before
{
	content: '';
	display: block;
	width: calc(100% + 40px);
	background-color: #f4f4f4;
	height: calc(100% + 1px);
	top: 0;
	left: -20px;
	position: absolute;
	z-index: -1;
}

.page .tablepress tbody tr:first-child td:nth-child(1)::after,
.page .tablepress tbody tr:last-child td:nth-child(1)::after
{
	content: '';
	display: block;
	width: calc(100% + 40px);
	background-color: #f4f4f4;
	height: 25px;
	top: -25px;
	left: -20px;
	position: absolute;
	z-index: -1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.page .tablepress tbody tr:last-child td:nth-child(1)::after
{
	top: unset;
	bottom: -25px;  
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.page .tablepress tbody tr td:not(:nth-child(1))
{
	text-align: center;
}

.page .tablepress tbody tr td i.ok,
.page .tablepress tbody tr td i.none
{
	font-size: 24px;

}


/*DIV LOGHI FIXED*/
.logoBottomFixed
{
	width: 25%; height: 40vh;
	background-image: url("img/visual_logo_black.png");
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: fixed;
	bottom: -40px;
	right: -40px;
	opacity: 0.05;
	z-index: -1;
	pointer-events: none;
}
.logoTopFixed
{
	width:320px; height: 40vh;
	background-image: url("img/visual_logo_black.png");
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: fixed;
	top: -40px;
	right: -40px;
	opacity: 0.05;
	z-index: -1;
	pointer-events: none;
}


/*404*/
.not_found_website .main_title_website.bigger
{
	 font-size: 7rem; line-height: 6.8rem; color: var(--color-blue);
}

/*custom class - vc composer adjust - es: utilizzo pagina ipure per colonne " CloudBox" e "ipure wizard*/
.vc_row-o-equal-height .vc-customjef-element-between .wpb_wrapper
{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* pagina ricerca */
.result_searched h3
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.result_searched:hover h3
{
	text-decoration: underline;
}
.result_searched h3 .arrowSearch svg
{
	width: 85px;
	height: 40px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
}
.result_searched:hover h3 .arrowSearch svg
{
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-o-transform: translateX(15px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* SINGLE NEWS */
.singleDefault .news_wpjef .termsPost {
	 
	pointer-events: none;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	-o-border-radius: 90px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
	background-color: var(--color-blue);
	color: white;
	padding: 2px 8px;
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
}

img.logoLanding
{
	width: 210px;
}</pre></body></html>