@font-face {
  font-family: "Candara";
  src: url("fonts/CANDARA.eot");
  src: url("fonts/CANDARA.woff") format("woff"),
    url("fonts/CANDARA.ttf") format("truetype");

  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni 72";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/bodoni-72-medium-webfont.eot");
  src: url("fonts/bodoni-72-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/bodoni-72-medium-webfont.woff2") format("woff2"),
    url("fonts/bodoni-72-medium-webfont.woff") format("woff"),
    url("fonts/bodoni-72-medium-webfont.ttf") format("truetype");
}
@keyframes onde_preloader{
	0%{ 
		box-shadow: none;
		width:200px;
	}
	60%{
		box-shadow: 0px 0px 0px 2px gold, 0px 0px 0px 8px black, 0px 0px 0px 11px #ffd70099, 0px 0px 0px 17px black, 0px 0px 0px 22px #ffd70033;
	    width:240px;
	}
	100%{
		box-shadow: none;
		width:200px;
	}
}
@keyframes onde{
	0%{ 
		box-shadow: none;
	}
	60%{
		box-shadow: 0px 0px 0px 2px gold, 0px 0px 0px 8px black, 0px 0px 0px 11px #ffd70099, 0px 0px 0px 17px black, 0px 0px 0px 22px #ffd70033;
	}
	100%{
		box-shadow: none;
	}
}
body {
  margin: 0;
  color: white;
  font-family: Candara;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
    overflow-x:hidden;
}
h1,
h2,
h3 {
  font-family: Candara;
  color:gold;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(100,100,100,0.5);
  border: 2px solid black;
  border-radius: 10px;margin-right:1px;
}

::-webkit-scrollbar-track {
  background-color:darkgrey;
}

.box_cell:hover {
	opacity: 0.5;
}
th,
td {
  font-family: Candara;
}
.page-numbers {
  text-align: right;
}
.page-numbers > li {
  display: inline-block;
  margin-left: 10px;
}
.page-numbers.current {
  color: gold;
}
a {
  color: white;
  text-decoration: none;
}
.lang_mobile{
    display:none;
    position: absolute;
    width: fit-content;
    padding: 5px;
    top: calc(50% - 15px);
    left: 20px;
}
.link_home {
  cursor: pointer;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.new_lang_menu.mobile_v{
    display:none;
}
.bg_menu{
	display:none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: rgba(0,0,0,0.4);
}
.gold{
	color:gold;
}
div.menu-item.menu-item-type-post_type.menu-item-object-page.new_lang_menu{
	margin: 0;
	left: auto;
	position: relative;
	width: 31px;
	height: 100%;
	display: block;
	padding: 5px 0px;
}

div.menu-item.menu-item-type-post_type.menu-item-object-page.new_lang_menu>div.lang{
	cursor:pointer;
}
div.menu-item.menu-item-type-post_type.menu-item-object-page.new_lang_menu div:first-child{
	margin: 0;
	left: 0;
	position: relative;
	width: 31px;
	height: 50%;
	display: block;
	top: 0;
	padding: 0;
	border-bottom: 1px white solid;
	padding-top: 0px;
}
.box_text:hover {
  opacity: 0.5;
}
.box_text {
  width: 100%;
  border: gold 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 14px;
  text-align: center;
  color: white;
  font-family: Candara;
  padding: 10px;
  cursor: pointer;
  background: #cccccc20;
  opacity: 1;
  transition: opacity 1s;
}
.contattaci.container,
.infrastrutture.container,
.home.container{
    position:absolute;
    height:calc(100% - 160px);
    top:0;
    display:block;
}

.select_production_d{
	display:none;
	position: absolute;
	top: 29px;
	background: #333;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	width: 90px;
	background: linear-gradient(rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.9) 100%);
	border-bottom: 1px solid gold;
	padding-bottom:10px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.8);	
}
.select_production_d>a{
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
}
.select_production_d>a:last-child{
	margin-bottom: 0px;
}

.sliding-link:hover,
.list-link-d:hover,
.select_production_d>a:hover{
    color:goldenrod;
}
.sliding-link,
.list-link-d,
.select_production_d>a{
    transition:color 2s;
}
.privacy_policy > p {
  text-align: justify;
}

.listanova.container{
	position: absolute;
	height: calc(100% - 161px);
	width: 100%;
	overflow:hidden;
}


.testo .title {
  margin-bottom: 20px;
  font-size: 24px;
  color: gold;
}

.blocco_1 .testo {
	height: 300px;
    width: 300px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-570px, -50%);
    background-color: rgba(3, 3, 3, 0.7);
    padding: 10px;
    padding-top: 32px;
    z-index: 2;
    line-height: 28px;
	text-align:justify;
}

.blocco_2 .testo ::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    width: calc(60% - 40px);
    height: 10px;
    background: linear-gradient(90deg, rgba(36, 32, 10, 1) 8%, rgba(88, 75, 8, 1) 24%, rgba(255, 215, 0, 1) 43%, rgba(255, 255, 255, 1) 71%, rgba(222, 187, 2, 1) 81%, rgba(126, 107, 17, 1) 100%);
    opacity: 0.5;
    z-index: 1;
}

.blocco_1 .testo ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(36, 32, 10, 1) 8%,
    rgba(88, 75, 8, 1) 24%,
    rgba(255, 215, 0, 1) 43%,
    rgba(255, 255, 255, 1) 71%,
    rgba(222, 187, 2, 1) 81%,
    rgba(126, 107, 17, 1) 100%
  );
  opacity: 0.5;
  z-index: 1;
}

.blocco_7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(36, 32, 10, 1) 8%,
    rgba(88, 75, 8, 1) 24%,
    rgba(255, 215, 0, 1) 43%,
    rgba(255, 255, 255, 1) 71%,
    rgba(222, 187, 2, 1) 81%,
    rgba(126, 107, 17, 1) 100%
  );
  opacity: 0.5;
  z-index: 1;
}

.blocco_1 {
  background: url("../img/mixer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.blocco_2,
.blocco_3,
.blocco_4,
.blocco_5,
.blocco_7 {
  width: 1140px;
  margin: 0 auto;
  padding-block: 24px;
}



.infrastrutture.container,
.contattaci.container{
    height: calc(100% - 164px);
    margin-top: 103px;
}
.chi_siamo.container,
.etichette.container,
.privacypolicy.container,
.servizi.container{
    height: fit-content;
    margin-top: 103px;
}

.privacypolicy.container,
.services_list{
    margin-left: -10px;
    width: calc(100% + 20px);
    padding-bottom:60px;
}
.services_list>div {
        width: calc(33% - 37px);
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    /*border: solid 1px gold;*/
    padding: 10px;
    border-radius: 5px;
    min-height: 340px;
}

.services_list>div>img {
    height: 75px;
    left: 50%;
    position: relative;
    margin: 15px 0;
    transform: translateX(-50%);
}

.services_list>div .title_s{
    text-align:center;
    margin-bottom:5px;
    color: gold;
	text-align: center;
	margin: 11px 0;
	text-transform: uppercase;
}

.services_list .description {
    text-align: center;
}

.infrastrutture>.blocco_2{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.blocco_2 .testo,
.blocco_3 .testo,
.blocco_4 .testo {
  display: inline-block;
  width: calc(60% - 60px);
  vertical-align: middle;
  font-size: 18px;
  padding-inline: 0 60px;
  text-align:justify;
  line-height:26px;
}
.blocco_7{
    background-color: rgba(3, 3, 3, 0.7);
}
.blocco_2 .testo{
    padding:10px;
    background-color: rgba(3, 3, 3, 0.7);
    line-height:28px;
}
a.subtitle_e {
    color: white;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    margin-top: -13px;
    margin-bottom: 15px;
    transition:2s color;
}
a.subtitle_e:hover{
    color:goldenrod;
}
.blocco_4 .testo {
  padding-inline: 0;
  width: 100% !important;
}

.blocco_3 .testo {
  padding-inline: 0;
  width: 100% !important;
}

.blocco_2 .img,
.blocco_3 .img,
.blocco_4 .img {
  display: inline-block;
  width: 40%;
  height: 300px;
  background-color: grey;
  vertical-align: middle;
}

.blocco_5 .img {
  margin-top: 16px;
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio:1984 / 1035;
  background-color: grey;
}

.blocco_2>.img{
    background-color:unset;
    background-image: url('../img/infrastrutture_BUTTON.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	outline: 1px solid gold;
    border-radius: 100%;
    aspect-ratio: 1;
    width: 300px !important;
    margin-left: 80px;
}
.blocco_3>.img{
    background-color:unset;
    background-image: url('../img/21_CHAMPAGNE.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blocco_4>.img{
    background-color:unset;
    background-image: url('../img/21_CAVIAR.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blocco_5>.img{
    background-color:unset;
    background-image: url('../img/BANNER.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.blocco_6 {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding-top: 40px;
}

.blocco_6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(36, 32, 10, 1) 8%,
    rgba(88, 75, 8, 1) 24%,
    rgba(255, 215, 0, 1) 43%,
    rgba(255, 255, 255, 1) 71%,
    rgba(222, 187, 2, 1) 81%,
    rgba(126, 107, 17, 1) 100%
  );
  opacity: 0.8;
  z-index: 1;
}
.blocco_6 .icone {
  display: inline-block;
  width: calc(25% - 18px);
  margin-right: 20px;
  vertical-align: top;
  text-align: center;
}
.blocco_6 .icone:last-child {
  margin-right: 0;
}

.blocco_6 .icone .img {
  height: 150px;
  width: 100%;
  /* background-color: grey; */
  margin-bottom: 16px;
}

.blocco_6 .icone .title {
	margin-bottom: 8px;
	color: gold;
	font-weight: bold;
}

.blocco_6 .icone .txt {
  font-size: 14px;
}

.etichette_production{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.etichette_production>.et_selected{
    width:174px;
}
.etichette_production>.et_selected>img{
	width: 115px;
}

.etichette_production>.et_selected,
.etichette_production>.altre_et{
    cursor:pointer;
}
.etichette_production>.et_selected:hover,
.etichette_production>.altre_et>a:hover{
    opacity:0.7;
}
.etichette_production>.altre_et{
    display:none;
    left: -30px;
    position: relative;
    top:0;
    margin-top:-10px;
}

.listanova.container .label_container{
	overflow:hidden;
	overflow-y:auto;
	position:absolute;
	left:0;
	top:0;
	width:30%;
	height:100%;
}
.listanova.container .label_container .single_album{
	width: calc(100% - 9px);
	padding: 3px;
	margin: 3px 1px;
	background: linear-gradient(90deg, rgba(100, 100, 100, 0.5) 0%, rgba(100, 100, 100, 0) 125%);
}
.listanova.container .label_container .single_album .cover_album{
	position:relative;
	left:0;
	width:30%;
	aspect-ratio:1;
	display:inline-block;
	vertical-align: top;
}
.listanova.container .label_container .single_album .link-list{
	position: relative;
	left: 0;
	width: calc(70% - 8px);
	display: inline-block;
	vertical-align: top;
	padding: 4px;
}
.listanova.container .label_container .single_album .link-list .author_album{
	margin:0;
}
.listanova.container .label_container .single_album .link-list .title_album{
	margin-bottom: 20px;
	margin-top:0;
	font-size: 24px;
	font-family: Candara;
	color: gold;
}
.listanova.container .label_container .single_album .link-list .single_linko{
	width: calc(100% - 9px);
	background: rgba(100, 100, 100, 0.5);
	cursor: pointer;
	margin: 2px;
	padding: 5px;
	border-radius: 5px;
}

.iframe_multilink{
	position: absolute;
	top: 0;
	left: 30%;
	height: 100%;
	width: 70%;
	border: 0;
	margin: 0;
	padding-left: 0;
	animation: all 0.5s;
}
    img.close_iframe {
        display: none;
    }
.blocco_7 {
    padding-block: unset;
    top: 24px;
    position: relative;
    padding-top: 10px;
    height: 550px;
}
.list-link-d{
	display: inline-block;
	margin-left: 80px;
	cursor:pointer;	
}
.sliding-link.active,
.list-link-d.active,
.list-link.active{
    color:gold;
}

.blocco_7 .title,
.blocco_8 .title {
  font-size: 24px;
  text-align: center;
  color: gold;
	margin-bottom: 20px;
}
.blocco_8 .title {
	margin-bottom: 30px;
}

.blocco_7 .txt {
  max-width: 70%;
  margin-inline: auto;
}
.form-container {
  position: relative;
  /*height: 500px;*/
  margin-top: 24px;
}

/* .blocco_7 .form-container .img, */
.blocco_7 .form-container .form {
  width: 70%;
}

.blocco_7 .img {
  background-color: #030303;
}

.blocco_7 .form-container .form {
  margin: 0 auto;
  box-sizing: border-box;
}

/* .form form {
  margin: 0 auto;
} */

.blocco_3 .box{
	display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-right:5%;
  position:relative;
  margin-top:30px;
}
.blocco_3 .box.terza{
	margin-right:0;
}
.blocco_3 .box .title{
	text-align:center;
}
.serv_cont{
    background: rgba(3,3,3,0.7);
    padding: 12px;
    /*border-bottom: 15px solid gold;*/
    border-top: solid 1px gold;
    height: 250px;
    position: relative;
}
.blocco_5 .box .cont_label,
.blocco_3 .box .cont_member{
    background-color: rgba(3, 3, 3, 0.7);
    padding: 20px;
    margin-top: 20px;
    height:200px;
    border-top:solid 1px gold;
}
.serv_cont::before,
.cont_label::before,
.cont_member::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgba(36, 32, 10, 1) 8%, rgba(88, 75, 8, 1) 24%, rgba(255, 215, 0, 1) 43%, rgba(255, 255, 255, 1) 71%, rgba(222, 187, 2, 1) 81%, rgba(126, 107, 17, 1) 100%);
    opacity: 0.5;
    z-index: 0;
}
.blocco_3 .box .img{
  background-color: grey;
  height:unset;
  width:70%;
  left:15%;
  position:relative;
  aspect-ratio:1;
  border-radius:50%;
  outline:gold solid 1px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blocco_3 .box.prima .img{
	background-image: url('../img/team/marco_noia.webp');	
}
.blocco_3 .box.seconda .img{
	background-image: url('../img/team/giorgio_tramacere.webp');
}
.blocco_3 .box.terza .img{
	background-image: url('../img/team/corrado_rossi.webp');
}


.blocco_5 .box{
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-right:5%;
  position:relative;
  margin-top:30px;
  cursor:pointer;
}
.blocco_5 .box.terza{
	margin-right:0;
}
.blocco_5 .box .title{
	text-align:center;
	margin:20px 0; 
}
.preloader>.logo_p{
    border-radius:100%;
    animation: onde_preloader 1s 0.2s infinite;
}
.blocco_5 .box .img:hover{
    animation: onde 1s 0.2s infinite;
}
.blocco_5 .box .img{
  background-color: grey;
  height:unset;
  width:60%;
  left:20%;
  position:relative;
  aspect-ratio:1;
  border-radius:50%;
  outline:gold solid 1px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blocco_5 .box.prima .img{
	background-image: url('../img/RELAX.png');	
}
.blocco_5 .box.seconda .img{
	background-image: url('../img/NET.png');
}
.blocco_5 .box.terza .img{
	background-image: url('../img/CLASSIC.png');
}

.form form input,
.form form textarea,
.form form select {
  width:calc(100% - 20px);
  padding: 10px;
  border-radius:5px;
}

.form form textarea {
  width: calc(100% - 20px);
  height: 150px;
  resize: none;
}
form .input-group{
    width: calc(100% + 4px);
}
.input-group select.prefix {
  display: inline-block;
  width: calc(30% - 4px);
  cursor: pointer;
  border-radius: 5px 0 0 5px;
}

.input-group input.telefono {
  display: inline-block;
  width: calc(70% - 4px);
  border-radius: 0 5px 5px 0;
  padding:10px 0;
}

.cta {
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  background: linear-gradient(80deg,    rgba(36, 32, 10, 1) 8%,    rgba(88, 75, 8, 1) 24%,    rgba(255, 215, 0, 1) 43%,    rgba(255, 255, 255, 1) 71%,    rgba(222, 187, 2, 1) 81%,    rgba(126, 107, 17, 1) 100%  );
  color: #030303;
  border: none;
  width: 100%;
  cursor: pointer;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:5px;
  border:solid 1px gold;
}

.blocco_8 {
  width: 1140px;
  text-align: center;
  margin: 0 auto;
}

.brand-container {
  width: 100%;
}
.brand-block {
  display: inline-block;
  width: calc(25% - 20px);
  height: 280px;
  margin-right: 20px;
  margin-block: 24px;
}

.brand-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-title {
  margin-top: 8px;
}


.header_subtitle.slim {
	background: #777;
}

    
.icona_1>.img{
	background: none;
	background-image: url('../img/icons/quality.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icona_2>.img{
	background: none;
	background-image: url('../img/icons/exclusivity.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icona_3>.img{
	background: none;
	background-image: url('../img/icons/support.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icona_4>.img{
	background: none;
	background-image: url('../img/icons/delivery.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.header_subtitle>div:not(.select_production_d){
/*   font-variant: small-caps;*/
	width: 1010px;
	left: 50%;
	position: relative;
	margin-left: -440px;
	text-align:right;
}

.preloader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10;
}
.preloader>.preloader_bg{
	transition:2s all;
	background:black;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.preloader>.logo_p{
	transition:2s all;
	top:50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	width: 115px;
}
.preloader>.preloader_loading{
	transition:2s all;
	position:absolute;
	width: 100%;
	text-align: center;
	top: calc(50% + 170px);
}

.txt {
    text-shadow: rgb(0 0 0 / 100%) 1px 0 10px;
}

.menu_mobile {
	display: none;
	background-image: url("../img/menu.svg");
	width: 40px;
	height: 40px;
	position: absolute;
	top: 8px;
	right: 10px;
	background-repeat: no-repeat;
	background-size: cover;
}
.menu-italian_menu-container{
	text-align: center;
	height: 100%;
	display: inline-block;
	border: 1px solid white;
	width: 31px;
}
#menu-italian_menu-1.menu{
	margin: 0;
	left: auto;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

 .background > .player {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 50%;
    margin-left: 0;
	opacity:0.3;
  }


@media screen and (max-aspect-ratio: 1920/1080) {
  .background > .player {
    width: auto;
    height: 100%;
  }
}