
/*
Theme Name: Ideagroup 2025
Author: Neiko
Author URI: http://www.neiko.it/
Description: Tema Ideagroup - aggiornamento 2025
Version: 2.0
License: GNU General Public License v2 or later
*/
/*
	nero: #111
	oro: #C19A5B
	font: Helvetica Neue, Inter, Helvetica, Arial, sans-serif
*/

/* GENERAL */


html,body {
	margin:0;
	padding:0; 
	background:#FFF;
	color:#111;
	font-family:"Helvetica Neue", "Inter", Helvetica, Arial, sans-serif; 
	font-size:17px !important;
	font-size: 1rem;
	line-height: 1.8;
	font-weight:400;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	position: relative;
	word-wrap: break-word;
}

@media (max-width: 1199px) {
	html,body {
		font-size: 16px !important;
	}
}

@media (max-width: 992px) {
	html,body {
		font-size: 15px !important;
	}
}

@media screen and (min-width: 1200px) {
	.container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (min-width: 1800px) {
	.container-fluid{
		padding-left: 100px;
		padding-right: 100px;
	}
}



a{
	text-decoration: none;
	color: #111;
}

a:hover{
	text-decoration: none;
	color: #666;
}

.btn{
	font-weight: normal;
	border-radius: 0;
	margin: 0;
}

.clearfix {
	overflow:hidden;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}

.hidden, .hide{
	display: none;
}

.back_image {
	background-color:#111;
	color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:cover;
	background-position:center center;
	position: relative;
}

/* #post-28031 .back_image{
	background-position: bottom !important;
} */

.back_image.fixed {
	background-attachment:fixed;
}

.back_image.contain {
	background-size:contain;
	background-position:center top;
}

.back_white {
    background-color: #FFF;
    color: #111;
}

.back_gold {
    background-color: #111;
    color: #FFF;
}

.back_black{
    background-color: #111;
    color: #FFF;	
}

.page-template-page_contatti .back_black a{
	color: #111;
}

.back_gold a, .back_black a{
	color: #FFF;
}

.back_gold a:hover, .back_black a:hover{
	color: #ccc;
}

.text_white{
    color: #FFF;
}

.text_gold{
	color:#111;
}

.text_gold_light{
	color:#ccc;
}

.overlay{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.2);
	z-index: 0;
}

.overlay-gradient{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2973783263305322) 20%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2973783263305322) 20%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2973783263305322) 20%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#111111",GradientType=1);
z-index: 0;
}

.overlay-menu{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2973783263305322) 10%, rgba(0,0,0,0.25) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2973783263305322) 10%, rgba(0,0,0,0.25) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2973783263305322) 10%, rgba(0,0,0,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#111111",GradientType=1);
z-index: 0;
}


[id^="post-"] {
	position: relative;
	z-index: 1;
}

.zindex10{
	position: relative;
	z-index: 10;
}

.more_padding {
    padding: 50px;
}

@media (max-width: 991px) {
	.more_padding {
	    padding: 30px;
	}
}

p{
	margin-bottom: 15px;
}

.zoom_img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: auto;
}

.zoom_img img {
  transition: transform .5s ease;
  vertical-align: middle;
  width:100%;
  height:100%; 
}

.zoom_img:hover img, a:hover .zoom_img img{
  transform: scale(1.1);
}


body:lang(de) .uppercase {
	line-height: 1.5em;
}

/* LENIS */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* SCROLLBAR */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #111;
  padding: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}

/* HEADER */
#header{
	background-color:transparent;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:105px;
	transition:all ease 0.3s;
	z-index: 1100;
}

.menu_margin, .menu-margin{
	padding-top: 105px;
}

/* #archivio-prodotti .menu-margin{
	padding-top: 115px;
} */


#header.scrolled{
	transition:all ease 0.3s;
	top:-105px;
}

.navbar {
	border:none;
	position:relative;
	border-radius:0;	
	border:none;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding: 10px 0 0 0;
	width: 100%;
	background-color: transparent;
	z-index: 10;
	display: block;
}

.navbar, .navbar .container-fluid{
	display: block !important;	
}

a.logo{
	display: inline-block;
}

a.logo svg{
	height: 85px;
	width: auto; 
}

.openmenu a.logo svg .st0, .header-search-open  a.logo svg .st0, .header-lang-open  a.logo svg .st0,
.header-menu-open  a.logo svg .st0{
	fill:#FFF !important;
}	

#short_menu ul li{
	padding: 14px;
}

@media (min-width: 1199.00px) and (max-width: 1300px){
	#short_menu ul li{
		padding: 9px;
	}
}

@media (max-width: 1199px) {
	#short_menu ul li{
		padding: 15px 5px;
	}
}

.menu_white #short_menu a, 
.header-search-open #short_menu a,
.header-lang-open #short_menu a{
	color: #FFF !important;
}


#header_menu{
	position: relative;
}


#nav-icon {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0;
    position: relative;
    margin: 10px 0 0 0px;
    float: right;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#nav-icon span {
    background: #111 none repeat scroll 0 0;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}

.menu_white #nav-icon, .header-lang-open #nav-icon,  .header-search-open #nav-icon {
	border-color:#fff;
}

.openmenu #nav-icon span {
	background-color:#fff;
}

.menu_white #nav-icon span, .header-lang-open #nav-icon span,  .header-search-open #nav-icon span{
	background-color:#fff;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 7px;
}

#nav-icon span:nth-child(3) {
    top: 14px;
}

#nav-icon:hover{
	border-color: #666;
	cursor: pointer;
}


#nav-icon:hover span{
	background-color: #666;
	cursor: pointer;
}


.openmenu #nav-icon span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.openmenu #nav-icon span:nth-child(2) {
    right: -100px;
    opacity: 0;
}
.openmenu #nav-icon span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.openmenu{
	overflow: hidden;
}

.openmenu #short_menu, #lang, .openmenu .main_logo, .menu_logo{
	display: none;
}

.openmenu #lang, #short_menu, .main_logo, .openmenu .menu_logo{
	display: block;
}

#openmenu_bg{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background-color:#111;
	z-index: 1000;
}

#openmenu{
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    overflow-y: auto;
}

#openmenu, #openmenu_bg{
	 opacity: 0;
	 z-index: -1;
	 -webkit-transition: opacity 0.5s ease-in-out;
	 -moz-transition: opacity 0.5s ease-in-out;
	 -ms-transition: opacity 0.5s ease-in-out;
	 -o-transition: opacity 0.5s ease-in-out;
	 transition: opacity 0.5s ease-in-out;
/* 	 display: none; */
}


.openmenu #openmenu, .openmenu #openmenu_bg{
	 opacity: 1;
	 z-index: 999;
/* 	 display: block; */
}




#openmenu a{
	color: #FFF;
}

#openmenu a:hover, #openmenu li.active a{
	color: #ccc;
}

#openmenu .social_list li{
	float: none;
	margin-right: 15px;
	font-size: 1.5rem;
}

#openmenu_middle ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#openmenu_middle ul li{
	display: block;
	width: 100%;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

#openmenu_middle ul li a{
	display: block;
	padding: 0px;
	font-size: 1.2rem;
}

#openmenu_middle .dropdown-menu{
	position: relative;
	top: auto;
	left: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
			 -webkit-transition: all 0.5s ease-in-out;
	 -moz-transition: all 0.5s ease-in-out;
	 -ms-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
}

#openmenu_middle ul ul li{
	border: none;
	margin-bottom: 10px;
}

#openmenu_middle ul ul li a{
	font-size: 1.05rem;
}

#openmenu_middle ul ul li a:hover{
	text-decoration: underline;
	color: #FFF;
}

.menu_white #short_menu a{
	display: inline-block;
	position: relative;
}

.menu_white #short_menu a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.menu_white #short_menu a:hover:after{
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.menu_white #nav-icon:hover, .openmenu #nav-icon:hover{
	border-color: #ccc;
}

.menu_white #nav-icon:hover span, .openmenu #nav-icon:hover span{
	background-color: #ccc;
}

@media (min-width: 992px) {
	#openmenu_middle ul ul li a{
		font-size: 1.2rem;
		position: relative;
		display: inline-block;
	}
	
	#openmenu_middle ul ul li a:hover{
		text-decoration: none;
		color: #FFF;
	}
	
	#openmenu_middle ul ul ul li a:after{
		content: "";
		position: absolute;
		width: 0;
		height: 1px;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#openmenu_middle ul ul ul li a:hover:after{
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;

	}


	#openmenu_middle{
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		z-index: 999;
		position: fixed;
		top:50%;
	    width: 100%;  
	}

	#social{
		position: fixed;
		width: 100%;
		bottom: 30px;	
	
	}
}

.nav_openmenu{
	width: 100%;	
	margin: 0;
}
/* 
.nav_openmenu li{
	font-size: 1.1rem; 
	margin-bottom: 15px
}
.nav_openmenu li:last-child{
	margin-bottom: 0;
}
;*/

.border_openmenu{
	border-right: 1px solid rgba(255, 255, 255, 0.25);	
	height: 100%;
	width: 100%;
}

#searchform{
	width: 100%;
}

#searchform .form-control{
	height: 40px;
	line-height: 40px;
	border-right: none;
	padding: 6px 12px 2px 12px;
}

#searchform .input-group-btn{
	border: 1px solid #FFF;
	border-left: 0;
	border-radius: 4px;
	border-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#searchform  i{
	font-size: 18px;	
}

#searchform .input-group-btn:hover{
	background-color: #111;
}

#cerca .h4{
	line-height: 40px;
}

@media (min-width: 1300px) {
	#menu_big li, #menu_big li a{
		width: 100%;
		display: block;
	}
	
	#menu_big li a:after{
		font-family: "bootstrap-icons";
		content: "\F285";
		display: inline-block;
		float: right;
		width: 1.5em; 
	}
	
	#menu_big{
		line-height: 1.4;	
	}

}

@media (min-width: 992px) {
	.parent .child{
		display: block !important;
	}
}

@media (max-width: 991px) {
	#header{
		height: 80px;
	}
	
	.menu_margin, .menu-margin{
		padding-top: 80px;
	}
	
	a.logo svg{
		height: 60px;
	}
	
	#openmenu{
		top: 100px;
		text-align: center;
	}
	
	.border_openmenu{
		border: none;
		height: auto;
	}

	
	
	/* .border_openmenu .h4 strong{
		font-weight: 400;
	} */
	
	.parent .child{
		display: none;
		padding-bottom: 15px;
	}
	
	#openmenu h4, #openmenu .h4{
		font-size: 1.3rem;
	}
	
	
	#social{
		margin-top: 30px;	    
		text-align:center;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#social li{
		margin:0 5px !important;
	}
}


.header-menu-open,.header-search-open,.header-lang-open {
	overflow:hidden;
}


/* LOADER */
.loading-before {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:997;
	background-color: #111;
	transition: .7s cubic-bezier(0.86,0,0.07,1);
}

.loading-before.out {
	transform: translateY(-100%);
	transition-delay: .3s;
}

.loading-before.animation {
	animation-name: revealLoading;
	animation-duration: .7s;
	animation-timing-function: cubic-bezier(0.86,0,0.07,1);
	animation-fill-mode: forwards;
}

#loading {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999 !important;
	background-color: #FFF;
	transition: .7s cubic-bezier(0.86,0,0.07,1);
	transition-delay: .3s;
}

#loading.out {
	transform: translateY(-100%);
	transition-delay: 0s;
}

#loading.animation {
	animation-name: revealLoading;
	animation-duration: .7s;
	animation-timing-function: cubic-bezier(0.86,0,0.07,1);
	animation-fill-mode: forwards;
	animation-delay: .3s;
}

@keyframes revealLoading {
	0% {
		transform: translateY(100%);
	}
	
	100% {
		transform: translateY(0);
	}
}

.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	display: none;
}

.logo-animation-container {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-animation-container svg{
	width: 100px;
	height: auto;
}

.logo-animation-container svg .st0{
	fill:#111111;
}

#mInferiore, #mask_mInferiore, #mSuperiore, #mask_mSuperiore, .logo-animation-container svg {
  position: relative;
  transform: translateY(105%);
  transition: 1.25s cubic-bezier(0.9,0.03,0.69,0.22);
}

#mInferiore, #mask_mInferiore {
  transition-delay: .1s;
}

#mInferiore.visible,
#mask_mInferiore.visible, 
#mSuperiore.visible, 
#mask_mSuperiore.visible,
 .logo-animation-container svg.visible {
  transform: translateY(0);
  transition: 1.25s cubic-bezier(0.23,1,0.32,1);
}

#mask_mSuperiore.visible {
  transition-delay: .1s;
}

#mInferiore.visible {
  transition-delay: .1s;
}

#mask_mInferiore.visible {
  transition-delay: .2s;
}



/* LINGUA */
.header-menu-open #header,.header-search-open #header,.header-lang-open #header{
	background-color: #111;
}

.world-icon.header_icon{
	margin-left: 25px !important;
	margin-right: 0;
	margin-top: 0;
	padding-left: 25px;
	border-left: 1.5px solid #111;
}

.menu_white .world-icon.header_icon, .openmenu.menu_black .world-icon.header_icon{
	border-color: #FFF;
}

.header-search-open #header .world-icon.header_icon,
.header-lang-open #header .world-icon.header_icon{
	border-color: #FFF;
}

.header-search-open .header_icon svg, .header-lang-open .header_icon svg{
	fill:#FFF !important;	
}


#menu_lang{
	text-align: center;
	margin-left: 25px !important;
	margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    width: auto;
    border-left: 1.5px solid #111;
	height: 30px;
}
 
.menu_white #menu_lang, .openmenu #menu_lang{
	border-color: #FFF;
}

#language_selector{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#language_selector li {
    float: none;
    display: inline-block;
    padding: 15px;
}

#language_selector a{
	color: #FFF;
	text-transform: uppercase;
}

#language_selector a:hover, #language_selector a.selected{
	color: #111;
}

#menu_lang .wpml-ls-legacy-dropdown-click{
	border: none;
}

#menu_lang .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a,
#menu_lang  .wpml-ls-statics-shortcode_actions a{
	background-color: transparent;
	border: none;
	color: #FFF;
	text-transform: uppercase;
}

#menu_lang.lang_dark .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a,
#menu_lang.lang_dark  .wpml-ls-statics-shortcode_actions a{
	color: #111;
}

.openmenu #menu_lang.lang_dark .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
	color: #FFF;
}

#menu_lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
#menu_lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
	border: none;
	background-color: #111;
	color: #FFF;

}

#menu_lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover{
	background-color: #666;
}

#menu_lang .wpml-ls-legacy-dropdown-click a{
	background-color: transparent;
	padding: 5px 0;
}

#menu_lang .wpml-ls-legacy-dropdown-click {
    width: 50px
}

#menu_lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
	display: none;
}



/* ICONE HEADER */


.header_icon {
	background-color:transparent;
	padding:0;
	margin:0;
	border:none;
	margin:0 25px 0 0;
	float: right;
	opacity: 1;
		 -webkit-transition: opacity 0.5s ease-in-out;
	 -moz-transition: opacity 0.5s ease-in-out;
	 -ms-transition: opacity 0.5s ease-in-out;
	 -o-transition: opacity 0.5s ease-in-out;
	 transition: opacity 0.5s ease-in-out;
}

.header_icon:hover, .header_icon a:hover, a:hover .header_icon{
	opacity: 0.8;
		 -webkit-transition: opacity 0.5s ease-in-out;
	 -moz-transition: opacity 0.5s ease-in-out;
	 -ms-transition: opacity 0.5s ease-in-out;
	 -o-transition: opacity 0.5s ease-in-out;
	 transition: opacity 0.5s ease-in-out;
}

.header_icon svg{
	height: 30px;
	width: auto;
}

.menu_black .header_icon svg{
	fill:#111;	
}


.menu_white .header_icon svg, .openmenu.menu_black .header_icon svg{
	fill:#FFF !important;	
}



.header_icon btn:hover{
	cursor: pointer !important;
}


#search-menu, #lang-menu{
	background-color: #111;
	color: #FFF;
	display: none;
	position: absolute;
	top:105px;
	left: 0;
	width: 100%;
	z-index: 1000;
}


@media (max-width: 991.99px) {
	#search-menu, #lang-menu{
		top:80px;
	}
	
	.world-icon.header_icon{
	margin-left: 15px !important;
	padding-left: 15px;
	}
	

}

@media (max-width: 767.99px) {
	
	.world-icon.header_icon{
	margin-left: 15px !important;
	padding-left: 15px;
	}
	
	.header_icon{
		margin: 0 15px 0 0;
	}
	
	.header_icon svg{
		height: 24px;
		width: auto;
	}
	
	#nav-icon {
		width: 30px;
		height: 24px;
		margin: 7px 0 0 0px;
	}

}

#lang-menu #language_selector, #lang_sel_click ul{
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

#lang-menu #language_selector li, #lang_sel_click li{
	padding-bottom: 0;
}

#lang-menu #language_selector a, #lang-menu #lang_sel_click a{
	color: #FFF !important;
	font-size: 1.2rem;
	position:relative;
}


#lang-menu #language_selector a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#lang-menu #language_selector a:hover:after,
#lang-menu #language_selector a.selected:after{
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

}


#search-menu .search-form{
	position: relative;
}

#search-menu .form-control {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #5D5D5D;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    width: 30vw;
    margin: 15px auto;
}

@media (max-width: 991px) {
	#search-menu .form-control{
		width: 60vw;
	}
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #FFF;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}


 


/* FOOTER */

#footer {
	border-top:1px solid #111;
	font-size: 0.9rem;
	background-color: #FFF;
	color: #111;
}


.social_list li{
	float: left;
	margin-right: 10px;
	font-size: 1.2rem;
}

.social_list li:last-child{
	margin-right: 0;
}

.social_list a{
	display: inline-block;
	transition: 0.3s;
	opacity: 1;
}

.social_list a:hover{
	transition: 0.3s;
	opacity: 0.6;
}

#copyright{
	font-size: 0.7rem;
}

#footer_menu ul{
	padding: 0;
	list-style: none;
}

#footer_menu ul ul{
	padding-left: 10px;
}

#footer_menu ul ul li:before{
	font-family: "bootstrap-icons";
	content: "\F285";
	 display: inline-block;
	 margin-left: -0.5em; /* same as padding-left set on li */
	 width: 1em; /* same as padding-left set on li */
}


#footer_menu .unclickable > a:hover {
  cursor: default;
  pointer-events: none;        
  text-decoration: none;
  color: #111;
}

#footer .logo-footer{
	max-width: 185px;
	height: auto;
}

#footer .logo-adi{
	max-width: 155px;
	height: auto;
}

@media (max-width: 991px) {
	#footer{
		text-align: center;
	}
	.social_list{
		display: inline-block;
		margin: 0 auto;
	}
	#footer img{
		margin: 0 auto;
		margin-bottom: 15px;
	}
}

/* LOADING */

#pageloader {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
	background-color:#FFF;
	background-image:url(images/loader-logo.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#loading{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:998;
	background: #FFF;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadingIdea 1.8s infinite ease-in-out;
  animation: loadingIdea 1.8s infinite ease-in-out;
}
.loader {
  color: #111;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  top:45%;
  text-indent: -998em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes loadingIdea {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loadingIdea {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}


/* TYPO */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	font-weight: 400;
}

h1 , .h1, .big, .h1.big {
	font-size: 2.5rem;
}

.slideshow .big{
		font-size: 3.5rem;
		line-height: 3.5rem;
}

#info_prodotto .big{
	font-size: 1.1rem;	
	line-height: 1.7;
}

@media (min-width: 1401px) {
	h1.big, .h1.big, .slideshow .big{
		font-size: 3.5rem;
	line-height: 3.5rem;
	}
	
	.h2.big, h2.big{
		font-size: 3rem;
		line-height: 3rem;
	}
	
	#info_prodotto .big{
		font-size: 1.2rem;	
		line-height: 1.8;
	}
}
	

h2 , .h2{
	font-size: 2.1rem;
}

h3 , .h3{
	font-size: 1.8rem;
}

h4 , .h4{
	font-size: 1.6rem;
}

h5 , .h5{
	font-size: 1.3rem;
}

h6 , .h6{
	font-size: 1rem;
}

@media (max-width: 991.99px) {
	h1 , .h1, .big, .h1.big{
		font-size: 2rem;
	}

	h2 , .h2{
		font-size: 1.8rem;
	}
	
	h3 , .h3{
		font-size: 1.6rem;
	}
	
	h4 , .h4{
		font-size: 1.4rem;
	}
	
	
}

.uppercase{
	text-transform: uppercase;
}


.capitalize, .select_utente{
	text-transform: capitalize;
}

.small{
	font-size: 0.9rem;
}


.readmore, .read_more_btn{
	display: inline-block;
	border: 1px solid #111;
	padding: 10px 25px 10px 25px;
	color: #111;
	background: transparent;
	transition: 0.5s;
	font-weight: 700;		
}


/* .readmore, .read_more_btn{
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #111;
	padding: 10px 25px;
	font-size: 0.9rem;
	color: #111;
	margin: 0 15px;
	background: transparent;
	background-color: #FFF;
} */

.readmore.btn{
	margin: 0;
}

#menu_area_riservata .readmore.btn{
	margin: 0 10px 10px 0;
}

.readmore:hover, .read_more_btn:hover, .readmore[aria-expanded="true"]{
	background-color: #111;
	color: #FFF;
	box-shadow: none;
}

 .readmore.inverted{
	background-color: #111;
	color: #FFF;
}

.readmore.readmore_transparent{
	background-color: transparent;
	color: #FFF;
	border-color: #FFF;
}

.readmore.readmore_transparent:hover{
background-color: #FFF;
color: #111;
border-color: #FFF;
}

.readmore.readmore_white{
	background-color: #111;
	color: #FFF;
	border-color: #FFF;
}


.readmore.inverted:hover, .readmore.readmore_white:hover{
	background-color: #FFF;
	border-color: #FFF;
	color: #111;
}

.submenu_btn.active{
	background-color: #111;
	border-color: #111;
	color: #FFF;
}

.readmore.submenu_btn{
	padding: 5px 15px;
}

.error {
	display:block;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border:solid 1px #da4152;
	background-color:#ffe5e5;
	margin:15px 0;
	color:#111;
}

.notice {
	display:block;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border:solid 1px #fc0;
	background-color:#fff7d7;
	margin:15px 0;
	color:#111;
}

.agree {
	display:block;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border:solid 1px #3ed12e;
	background-color:#e1f8de;
	margin:15px 0;
	color:#111;
}
/* SEO fix */
.titolo_h1{
	position: absolute;
	z-index: -1;
}

/* HOME */

.single_news .zoom_img, .single_col .zoom_img{
	margin-bottom: 15px;
}

#home_plus h3{
	font-weight: 700;
	color: #FFF;
	/* text-transform: uppercase; */
	font-size: 1.5rem;
	margin-top:30px;
}

#home_plus p{
	margin-bottom: 30px;
}

#home_plus img{
	max-width: 100px;
	height: auto;	
}

#link_disenia,.link_disenia{
	background-image: url('images/accessori-disenia-accmatrix-generale-accessori-plexi.jpg');
	background-position: 0 82%;
}

#link_wellness, .link_wellness{
	background-image: url('images/helba-210-ambientato-disenia-03-1600x863.jpg');
	background-position: 0 82%;
}

#link_virtualtour{
	background-image: url('images/virtualtour-ideagroup.jpg');
}

#link_virtualtour img{
	width: 100px;
	height: auto;
}

#link_virtualtour .overlay{
	background: rgba(0, 0, 0, 0.4);
}

#slideshow_container{
	position: relative;
}

.slideshow {
	position: relative;
	width: 100%;
    height: 100%;
}

/* .slideshow .slide {
	width: 100%;
    height: 100vh;
    min-height: 100%;
    max-height: 100vh;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
} */



.slideshow .slide {
	width: 100%;
	height: auto; /* Cambiato in auto per rispettare l'aspect ratio */
	aspect-ratio: 16 / 9; /* Imposta l'aspect ratio 16:9 */
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media(min-width: 1800px){
	.slideshow .slide {
		width: 100%;
		height: 100vh;
		min-height: 100%;
		max-height: 100vh;
		display: block;
		background-size: cover;
		background-position: center 80%;
		background-repeat: no-repeat;
	}
}


.slideshow#slideshow-wellness .slide {
	width: 100%;
	height: 720px;
	min-height: 100%;
	min-height:500px;
	max-height: 100vh;
	display: block;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

.slideshow .slide img{
	object-fit:cover;
}

#prodotto .slideshow .slide {
	height: 100vh;
	max-height: 100vh;
}

#scroll-down-indicator {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	text-align: center;
	font-size: 30px;
}

#scroll-down-indicator i {
	color: #FFF;
	display: inline-block;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateX(-50%) translateY(0);
	}
	40% {
		transform: translateX(-50%) translateY(10px);
	}
	60% {
		transform: translateX(-50%) translateY(5px);
	}
}


@media (max-width: 992px) {
	
	#scroll-down-indicator {
		display: none !important;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	/* .slideshow .slide {
		height: 60vh !important;
		max-height: 60vh !important;
	} */
	
	#prodotto .slideshow .slide {
		height: 60vh !important;
		max-height: 60vh !important;
	}
}

@media (max-width: 767px) {
	/* .slideshow .slide {
		height: 40vh !important;
		max-height: 40vh !important;
	} */
	
	#prodotto .slideshow .slide {
		height: 40vh !important;
		max-height: 40vh !important;
	}
	
	#home_plus img{
		max-width: 120px;
	}
	
	#prod_contatti .readmore{
		margin-bottom: 15px;
	}	
	
}


@media (max-width: 450px) {
	/* .slideshow .slide {
		height: 40vh !important;
		max-height: 40vh !important;
	} */
	
	#prodotto .slideshow .slide {
		height: 30vh !important;
		max-height: 30vh !important;
	}
	


}




.slideshow .slide a{
	display: block;
}

.slideshow_controls {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:998;
	margin-top:-20px;	
	font-size: 40px;
	opacity: 0.5;
}

.slideshow_controls .slide_prev {
	display:block;
	float:left;
	text-align: left;
	margin-left:15px;
	cursor:pointer;
	color: #FFF;
}

.slideshow_controls .slide_next {
	display:block;
	float:right;
	text-align: right;
	margin-right:15px;
	cursor:pointer;
	color: #FFF;
}



.slide .caption_close {
	cursor:pointer;
	display:inline-block;
	position:absolute;
	left:-50px;
	top:0;
}

#slideshow_container .slide .slide_caption {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:left;
}

#slideshow_container .slide .slide_caption:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:1px;
}

#slideshow_container .slide .slide_caption .slide_text  {
	vertical-align:middle !important;
	display:inline-block !important;
	margin:auto;
	color:#fff;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
	text-align: left;
	position:relative;
}



#slideshow_container .slide .slide_caption .slide_text p{
		text-transform: lowercase !important;
}

#slideshow_container .slide .slide_caption .slide_text p:first-letter {
	text-transform: uppercase !important;	
}

#slideshow_container .slideshow strong, #slideshow_container .slideshow b{
	font-weight: 400 !important;
}


@media (max-width: 1199px) {	
	#slideshow_container .slide .slide_caption .h1.big{
		font-size: 2.2rem;
		line-height: 2.2rem;
	}
}

@media (max-width: 991px) {	
	#slideshow_container .slide .slide_caption .h1.big{
		font-size: 2rem;
		line-height: 2rem;
	}
}

@media (max-width: 400px) {	
	#slideshow_container .slide .slide_caption .h1.big{
		font-size: 1.8rem;
		line-height: 1.8rem;
		word-wrap: break-word !important;
	}
}

/* COLLEZIONE PRODOTTO */
.single_col_text_container{
	float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.single_col_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #222;
    color: #fff;
    text-align: center;
}

.single_col_text_inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
 }

.single_col_text:hover{
	cursor: pointer;
}


/* DETTAGLIO PRODOTTO */

#submenu{
	height: auto;
    width: 100%;
    background-color: transparent;
    z-index: 10;
    text-align: center;
    position: absolute;
	top:105px;
    transition: all ease;
}




.archive.openmenu  #submenu{
	display: none;
}

#submenu ul{	
	list-style: none;
	padding: 0;
	margin: 0 auto;	
}

 #submenu ul li a.selected{
	 background-color: #FFF;
	 border-color: #FFF;
	 color: #111;	 
 }
 
.archive #submenu .readmore.readmore_transparent, .archive #submenu .readmore.readmore_transparent.selected{
	background-color: transparent;
	color: #111;
	border-color: #111;
}

.archive #submenu .readmore.readmore_transparent:hover{
	background-color: #111;
	color: #FFF;
}

.archive #submenu.fixed-menu .readmore.readmore_transparent {
	background-color: transparent;
	color: #FFF;
	border-color: #FFF;
}

.archive #submenu.fixed-menu .readmore.readmore_transparent:hover, 
.archive #submenu.fixed-menu .readmore.readmore_transparent.selected {
	background-color: #FFF;
	color: #111;
	border-color: #FFF;
}

.archive #submenu{
	z-index: 1000;
	position: relative;
	top: auto;
}

@media (min-width: 768px) {	
	
	#submenu.fixed-menu, #prodotto #submenu.fixed-menu, .archive #submenu.fixed-menu{
		position: fixed;
		top:0px;
		background-color: #111;
		transition: all ease;
		padding: 10px 0;
	}
	
	
	
	.archive #submenu.fixed-menu{
		z-index: 2000;
	}
}

@media (max-width: 767.99px) {
	#submenu{
		position: relative;
		top:auto;
	}
	
	#submenu .readmore_transparent{
		color: #111;
		border-color: #111;
	}
	
	#submenu .readmore_transparent:hover, #submenu ul li a.selected{
		background-color: #111;
		color: #FFF;
	}
}

/* #submenu ul li {
    position: relative;
    width: 180px;
    height: 100%;
    height: 60px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1300px) {
	.page_download #submenu ul li {
		width: 120px;
	}
	.page_download  #submenu ul li span{
		line-height: 1.1rem;
	}
}

@media (min-width: 992px) {
	#submenu ul li:after {
	    content: "";
	    position: absolute;
	    top: 50%;
	    right: 0;
	    margin: -15px 0 0 0;
	    width: 1px;
	    height: 30px;
	    background: rgba(0,0,0,0.2);
	}
	
	#submenu ul li:first-child:before {
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
	    margin: -15px 0 0 0;
	    width: 1px;
	    height: 30px;
	    background: rgba(0,0,0,0.2);
	}
}

#submenu ul li a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    transition: color .5s cubic-bezier(.19,1,.22,1);
    text-decoration: none;
}

#submenu ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
	line-height: 18px;
}

#submenu ul li a:hover, #submenu ul li a.selected{
	color: #ccc;
}

@media (max-width: 991px) {
	
	#submenu{
		height: auto;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	
	#submenu ul li{
		display: block;
		text-align: center;
		width: 100%;
		height: auto;
		min-width: auto;
		line-height: 30px;
	}
	
	#submenu .small{
		font-size: 1rem;
	}
}

 */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
@media (min-width: 1200px) {
	.col_translate{
		transform: translateY(20px);
	}
}
*/

#menu_finiture li, #submenu_finiture li {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

/* #menu_finiture li:after,  #submenu_finiture li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0;
    width: 1px;
    height: 20px;
    background-color: #111;
} */

#menu_finiture li:first-child:before, #menu_finiture li:last-child:after,
#submenu_finiture li:first-child:before, #submenu_finiture li:last-child:after {
/*
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0;
    width: 1px;
    height: 20px;
    background-color: #111;
*/
    display: none;
}


/* #menu_finiture li a:hover, #menu_finiture li.selected a,
#submenu_finiture li a:hover, #submenu_finiture li.selected a{
	color: #111;
	text-decoration: underline;
} */


#menu_finiture li.selected a.readmore,#submenu_finiture li.selected a.readmore{
	background-color: #111;
	color: #FFF;
	text-decoration: none;
} 



.assieme_finiture{
	line-height: 1.2;
}

.assieme_finiture  img, .assieme_finiture .finish_thumb{
	display: block;
	margin-bottom: 10px;
}

.assieme_finiture span{
	display: block;
}

#archivio-prodotti #submenu ul li {
	width: auto;
	min-width: 120px;
}


.finish_teak {
  position: relative;
}

.finish_teak:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  height: 100%;
  right: 0;
  z-index: 0;
  background-color: inherit;
  background-image: url("images/teak_sabbiato.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply; /* nb: non funziona su explorer, quindi aggiungo anche opacity */
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.finish_rovere {
  position: relative;
}

.finish_rovere:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  height: 100%;
  right: 0;
  z-index: 0;
  background-color: inherit;
  background-image: url("images/rovere.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply; /* nb: non funziona su explorer, quindi aggiungo anche opacity */
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.finish_frassino {
  position: relative;
}

.finish_frassino:after{ 
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  right: 0;
  z-index: 0;
  background-color: inherit;
  background-image: url("images/frassino.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply; /* nb: non funziona su explorer, quindi aggiungo anche opacity */
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


.descrizione_plus {
    display: none;
    width: 100%;
    max-width: 800px !important;
}

/* PAGINE  */
/*
.file_list b{
	text-transform: capitalize;
}

#download_7 .file_list b{
	text-transform: uppercase;
}
*/

.row_download i{
	margin-right: 5px;
}

#intro_download ul{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0px;
}

#intro_download ul li {
  padding-left: 1.3em;
}

#intro_download ul li:before {
font-family: "bootstrap-icons";
content: "\F285";
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; 
}

#intro_download a{
	font-weight: 400;
	display: inline-block;
}

.select_utente input[type="radio"]{
	margin-right: 3px;
}

.select_utente .input_radio{
	margin-right: 15px;
}

@media (max-width: 1199px) {
	.input_radio{
		display: block;
	}
}


.form-group-sm .form-control, .form-group-sm select{
    height: auto;
    min-height: 43px;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    border: none; 
    width: 100%;
    color: #111;
    border: 1px solid #ccc;
}

.form-group label{
	line-height: 25px;
}

.list_line_title {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.elenco_referenze a{
	color: #FFF;
}

.elenco_referenze a:hover{
	color: #FFF;
	text-decoration: underline;
}

.td_width{
	width: 50%;
	display:inline-block; 
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.td_width{
		width: 100%;
		display:block; 
		clear:both;
	}
}


.grecaptcha-badge{
	z-index: 100;
}

.mc-field-group{
	margin-bottom: 15px;
}

.mc-field-group label{
	margin-bottom: 0;
}

#popup-notification{
	display: none; 
	padding: 0px;
}

#popup-notification .fancybox-button{
 	background-color: #F8F4ED;
 	border-radius: 50%;
 	margin-right: 5px;
 	margin-top: 5px;
}

.dettaglio-news .readmore.inverted{
	border-color: #FFF;
}

.dettaglio-news a:hover{
	text-decoration: underline;
}

.h1.uppercase, h1.uppercase,
.h2.uppercase, h2.uppercase{
	text-transform: none !important;
}


.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  color: #111;
}



@media all and (min-width: 768px) {
  .fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
  }
}



/* Paginazione News */

.navigation.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.9rem;
}

.navigation.pagination:last-child {
	margin-bottom: 0;
}

.navigation.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 30px;
	min-height: 30px;
	padding: 0.5rem 0.75rem;
}

.navigation.pagination .nav-links > .page-number,
.navigation.pagination .nav-links > .current {
	color: rgba(33, 33, 33, 0.6);
}

.navigation.pagination .nav-links a:first-child:before {
	margin-right: 0.5rem;
	font-family: "bootstrap-icons";
	content: "\F284";
}

.navigation.pagination .nav-links a:last-child:after {
	margin-left: 0.5rem;
	font-family: "bootstrap-icons";
	content: "\F285";
}


.navigation.posts-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navigation.posts-navigation .nav-previous > a:before {
	margin-right: 0.5rem;
	font-family: "bootstrap-icons";
	content: "\F284";
}

.navigation.posts-navigation .nav-next > a:after {
	margin-left: 0.5rem;
	font-family: "bootstrap-icons";
	content: "\F285";
}


.navigation.pagination a:hover{
	text-decoration: none;
	color: rgba(33, 33, 33, 0.5);
}




/* 3cad e video istruzioni */

#video-3cad .epyt-video-wrapper, #video-istruzioni .epyt-video-wrapper{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 56.25% !important;
}

#video-3cad .epyt-video-wrapper iframe, #video-istruzioni .epyt-video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video-3cad .epyt-gallery-subscribe, #video-istruzioni .epyt-gallery-subscribe{
	display: none;
}

#intro-3cad img{
	max-width: 150px;
	height: auto;
}

/* discover mobile */
#discover {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#discover p {
	display: inline-block;
}

.discover-plus:after {
	content: '';
	background: url('images/plus-icon.svg');
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 5px;
}

.discover-plus.discover-minus:after {
	content: '';
	background: url('images/minus-icon.svg');
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 5px;
}

.page-template-page_contatti_punti_vendita .back_image .container-fluid a,
.page-template-page_contatti_informazioni .back_image .container-fluid a{
	color: #FFF !important;
}


.tag_new{
	display: inline-block;
	background-color: #111;
	color: #FFF;
	text-transform: lowercase;
	font-weight: 700;	
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	z-index: 1;
}

#gallery_complemento .tag_new{
	right: 25px;
}

#finitura_complemento p{
	margin: 0;
}

#finitura_complemento ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#finitura_complemento ul li:before{
	margin-right:5px;
	content: '-';
}
.link-slideshow{
	position: absolute;
	text-align:center;
	bottom: 50px;
	right: 50px;
	color: #fff;
	/* text-transform: uppercase; */
	z-index: 102;
	transition:0.3s;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

@media(max-width:991px){
	.link-slideshow{
		bottom: 20px;
		right:20px;
	}
}
.link-slideshow:hover{
	color:#fff;
}

.link-slideshow i{
	transition:0.3s;
}
.link-slideshow:hover i{
	padding-left: 10px;
	transition:0.3s;
}

.sifone-text p,.piletta-text p{
	margin-bottom: 5px;
}

.bi-arrow-right::before{
	top: 1px;
	position: relative;
}

.fancybox-is-open .fancybox-bg{
	opacity: .5 !important;
}

.brown_back{
	background-color: #C9C6C0;
}

#richiestashowroom select{
	height: auto;
	min-height: 43px;
	padding: 8px 10px 8px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0;
	border: none;
	width: 100%;
	color: #111;
	border: 1px solid #ccc;
	margin-bottom:15px;
}

@media(max-width:991px){
	#richiestashowroom input{
		margin-bottom:15px;
	}
	#richiestashowroom .form-group{
		margin-bottom:0;
	}
}



.background-video{
	aspect-ratio: 16 / 9;
	object-fit:cover;
	overflow:hidden;
}

.background-video video{
	width:100%;
	height:100%;
	object-fit:cover;
}

@media(min-width:1200px){
	.background-video,.background-video video{
		max-height: 100vh;
		width: 100%;
	}
}

#mappa_section img{
	object-fit:cover;
	height: 100%;
}

.showroom .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding-left:8px;
	padding-right: 8px;
}

.slick-slide img {
	height: clamp(220px, 33.854vw, 650px);
	width: auto;
}


.new_finitura{
	display: inline-block;
	background-color: #111;
	color: #FFF;
	text-transform: lowercase;
	font-weight: 700;	
	position: absolute;
	top: 10px;
	right: 25px;
	padding: 5px 15px;
	z-index: 1;
}

.new_finitura p{
	padding:0;
	margin:0;
}

.popup_configuratore{
	position: fixed;
	bottom: -40px;
	left: 1.5rem;
	background-color:#111; 
	min-width: 400px;
	text-align: center;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 70px;
	z-index: 100;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 10px;
}

.popup_configuratore svg{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 10px;
	height: 10px;
}

.popup_configuratore svg:hover{
	cursor: pointer;
}



#complemento #popup{
	position: fixed;
	top:0;
	box-shadow: 0 0 10px #999;
	left: 0;
	width:100%;
	height: 100vh;
	background-color: #fff;
	border-radius: 0;
	z-index: 1110;
	overflow:hidden;
}

#complemento .banner-content{
	width: 100%;
	height: 100%;
}

#complemento iframe{
	width:100%;
	height: 100%;
}

#close-popup-button {
	width: 200px;
	display: flex;
	align-items: center;
	height: 50px;
	position: absolute;
	justify-content: start;
	margin-top: 10px;
	margin-left: 5px;
	z-index: 5;
	top: 0;
	left: 0;
	border: none;
	background-color: transparent;
}

#close-popup-button .close_popup{
	background-color: #000;
	border-radius: 10px;
	padding: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

#close-popup-button .close_popup svg{
	width: 18px;
	height: 18px;
}

@media(max-width: 991px){
	.popup_configuratore{
		min-width: 96%;
		left: 2%;
	}
	
	#close-popup-button .close_popup svg{
		width: 13px;
		height: 13px;
	}
	
	#close-popup-button{
		justify-content: start !important;
	}
}

/* 2024 */
#prod_disenia a{
	display: inline-block;
	position: relative;
}

.hover_disenia {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.7); /* Sfondo semitrasparente nero */
	color: white;
	text-align: center;
	opacity: 0;
	width: 100%; /* Copre tutta l'immagine */
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#prod_disenia a:hover .hover_disenia {
	opacity: 1; /* Appare al passaggio del mouse */
	transition: opacity 0.3s ease; /* Animazione di fade */
}

.hover_disenia  i{
	margin-left: 10px;
}

.premi_prodotto{
	position: absolute;
	bottom: 40px;
	right:40px;
	
}

.premi_prodotto img{
	width: 160px; 
	height: auto;
}

@media(max-width:991px){
	.premi_prodotto img{
		width: 120px; 
		height: auto;
	}
	.premi_prodotto{
		
		bottom: 20px;
		right:20px;
		
	}
}


/* CAROUSEL GALLERY su dettaglio prodotto */
.carousel-container{
	position: relative;
}

.carousel-prodotto .immagine-gallery {
	/* height: clamp(300px, 60vw, 800px); */
	width: auto;
	margin-right: 30px;	
	max-width: 100vw; /* La galleria non supererà mai la larghezza del viewport */
	overflow: hidden; /* Evita scroll orizzontali indesiderati */
}

.carousel-prodotto .immagine-gallery img {
	height: clamp(300px, 70vh, 800px);
	width: auto; /* Mantiene le proporzioni */
	max-width: 100%; /* Impedisce che l'immagine superi la larghezza del contenitore */
	object-fit: cover; /* Assicura che l'immagine riempia il contenitore */
}

@media (max-width: 1199px) {
	.carousel-prodotto .immagine-gallery img {
		height: clamp(300px, 60vh, 800px);
	}
}

@media (max-width: 767px) {
	
	.carousel-prodotto .immagine-gallery img {
		height: clamp(300px, 40vh, 800px);
	}
	
}

.carousel-prodotto .slick-dots li{
	margin: 0;
}

.carousel-prodotto .slick-arrow{
	display: none !important;
}


.carousel-container  .next-carousel {
	position: absolute;
	top: 50%;
	right: -40px;
	cursor: pointer;
	font-size: 30px;
}

.next-carousel {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	position: absolute;
	top: 50%;
	right: -30px;
	cursor: pointer;
	font-size: 30px;
}

@media (max-width: 1199px) {
	
	.next-carousel {
		display: none !important;
	}
	
}

.card{
	border: none;
	border-radius: 0;
}

.card.border_top, .card .border_top{
	border-top: 1px solid rgba(0,0,0,.1);
}

.card.border_bottom, .card .border_bottom{
	border-bottom: 1px solid #111 !important;
}

.card-header {
	padding: 0 0 15px 0;
	margin: 0;
	background-color: transparent;
	border: none;
}

.card-header .btn, .btn-collapse{
	color:#111;
	padding: 0;
	margin: 0;
	border-radius: 0;
	width: 100%;
	text-align: left;
	display: block;
}

.btn-collapse i, 
.card .scrollto_btn i{
	float: right;	
	font-size: 1.3rem;
}

.card .small{
	line-height: 0.9rem;
}

.accordion-arrow {
	transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-collapse.scrollto_btn:hover .accordion-arrow {
	transform: rotate(90deg); 
}

.loading-spinner img{
	width: 50px;
	height: auto;
}

/*
.gruppo_finiture .card-header{
	padding: 15px !important;
	 background-color: #111;
	color: #FFF; 
}

/* .card-header .h6{
	color: #FFF;
}

.gruppo_finiture.border_bottom{
	border-color:#FFF !important;
}
.gruppo_finiture .card-header i{
	color: #FFF;
}
 */

 .card-header .h6{
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 400;
 }
 
 .gruppo_finiture.card{
	  border-bottom: 1px solid #111 !important;
  }


 .gruppo_finiture .card-header{
	 padding: 10px 0 !important;
 }

 .gruppo_finiture .btn-collapse i{
	 float: none;	
	 font-size: 1.3rem;
 }
 
 .gruppo_finiture p{
	 margin-bottom: 0 !important;
 }
 
.carousel-homepage .immagine-carosello {
	 margin-right: 30px;
 }
 
 .carousel-homepage .immagine-carosello img {
	 height: clamp(200px, 30vw, 400px);
	 width: auto;
 }
 
 .carousel-homepage .slick-dots li{
	 margin: 0;
 }
 
 .carousel-homepage .slick-arrow{
	 display: none !important;
 }

.brand_ideagroup{
	text-transform: capitalize !important;
}

.gruppo_finiture .txt_spessore{
	text-transform: lowercase;
	font-size: 0.8rem;
}

.fade-out-video {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.fade-in-video {
	opacity: 1;
	transition: opacity 1s ease-in-out; 
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #111;
  color: white;
  border-radius: 50%;
  font-size: 32px;
  margin-bottom: 15px;
}

.controls_video {
  position: absolute;
  bottom: 35px;
  right: 3%;
  width: 50%;
  display: flex;
  justify-content: end;
  gap: 10px;
}

@media(max-width:991px){
	.controls_video {
	  bottom: 15px;
	 
	}
}

.controls_video #mute{
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
	border:none;
	cursor: pointer;
	padding:0;
	margin:0;
}

.controls_video span {
  color: #fff;
}

.audio-off {
  text-decoration: line-through;
  opacity: 0.6;
}

.fancybox-container{
	z-index: 100 !important;
}

.contenuto-news a{
	text-decoration: underline;
}