/* Elementi strutturali */
html {
	background-image: url(Media/expbackground.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: Roboto !important;
}
footer {
	background-color: #6e798a;
	text-align: center;
	color: #F4F4F2;
	bottom: 0;
	left: 0;
	right: 0;
	position:relative;
    padding-bottom: 1%;
	padding-top: 0.2%;
}
li{
	cursor: pointer;
}
body{
	padding: 0;
	margin: 0;
}

/* Logo  */
#logodiv{
    background-color: #6e798a;
}
#explogo {
    width: 25%;
	padding-top: 1%;
	padding-bottom: 1%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Slider */
#expcarousel {
	position: relative;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	background-color: #6e798a;
	height: fit-content;
}
.slide {
	filter:brightness(30%);
	width: 100%;
	position: relative;
}
.slidecaption {
	position: absolute;
    bottom:0;
    left:0;
	margin-left: 1%;
	font-size: 21px;
	color: #F4F4F2;
	text-shadow: 3px 3px black;
}

/* Contenuto Centrale */
#expcontent {
	background-color: #F4F4F2;
	display: none;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	margin-left: 15%;
	margin-right: 15%;
	min-height: 100%;
	margin-top: 1%;
	height: auto !important;
    height: 100%;
	margin-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
}

/* Cards Prodotti */
#cardcontainer {
    display: flex;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
    position: relative;
	text-align: center;
	flex-grow: 1;

}
.card {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	flex: 1;
	transition: 0.3s;
	margin-bottom: 1%;
	margin-left:1%;
	display: inline-block;
	background-color: #F4F4F2;
	cursor:pointer;
  }
.card:hover {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 1);
  }
.container {
	padding: 2px 16px;
  }

/* Clienti Slider (Footer) */
.scrollerclienti{
	overflow: hidden;
	white-space: nowrap;
}

.scrollerclienti .clientelogo{
	display: inline-block;
	width: 13%;
	height: auto;
	animation-direction: normal;
    animation:         scroller 200s linear infinite;
    -webkit-animation: scroller 200s linear infinite;
    -moz-animation:    scroller 200s linear infinite;
    -o-animation:      scroller 200s linear infinite;
    -ms-transition:    scroller 200s linear infinite;
    animation-iteration-count: 1000;
}


@-webkit-keyframes scroller {
	0% {transform: translateX(750%)}
    100% {transform: translateX(-7000%);}
}

@keyframes scroller {
	0% {transform: translateX(750%)}
    100% {transform: translateX(-7000%);}
}




/* Menu Principale */
#expmenu {
	background: #F4F4F2;
	height: 70px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	position: sticky;
	top: 0;
	z-index: 1;
	width: 100%;
	max-width: 100%;
}
#expmenu ul, #expmenu li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
}
#expmenu ul {
	width: 100%;
	display: inline-block;
}
#expmenu li {
	display: inline;
	display: inline-block;
	text-align: center;
	color:#6e798a;
}
#expmenu a {
	display: block;
	line-height: 70px;
	padding: 0 14px;
	text-decoration: none;
	font-size: 42px;
}
#expmenu a.dropdown-arrow:after {
	content: "\23F7";
	margin-left: 5px;
}
#expmenu a.dropright-arrow:after {
	content: "\23F5";
	margin-left: 5px;
}
#expmenu li a:hover {
	color:#F4F4F2;
	background: #2f3640;
	transition: 0.5s;
}
#expmenu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
#expmenu label {
	display: none;
	line-height: 65px;
	text-align: center;
	position: absolute;
	left: 35px;
}
#expmenu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#expmenu ul.sub-menus{
	background: #F4F4F2;
	z-index: 100;
	display: none;
	position: absolute;
	width: auto;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
#expmenu ul.sub-menus li {
	color: #6e798a;
	display: block;
	width: 100%;
	position: relative;
}
#expmenu ul.sub-menus a {
	font-size: 25px;
}
#expmenu li:hover ul.sub-menus {
	display: block;
}
#expmenu ul.sub-menus a:hover{
	background: #2f3640;
	color: #F4F4F2;
}
#expmenu .sub-menus-2{
	display: none;
	position:absolute;
    left:100%;  
	top: 0%;
	background: #F4F4F2;
	z-index: 100;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
#expmenu .sub-menus li:hover ul.sub-menus-2{
	display: block;
}
#expmenu ul.sub-menus-2 a:hover{
	background: #2f3640;
	color: #F4F4F2;
}

/* Menu Principale (Mobile) */
.expmobmenu {
	position: sticky;
	top:0;
	left:0;
	display: none;
	background: #F4F4F2;
 	height: 50px;
	width: 50px;
	margin-top: 1%;
	margin-left: 0.5%;
	margin-bottom: 1%;
	border-radius: 3px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.navmenu {
	background: #F4F4F2;
	display: none;
	height: 250px;
	margin-bottom: 1%;
	border-radius: 3px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	position: sticky;
	z-index: 1;
}
.navmenu ul, .navmenu li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
	text-align: center;
}
.navmenu ul {
	width: 100%;
}
.navmenu li {
	width:inherit;
	position: relative;
	display: inline-block;
	text-align: center;
	color:#2f3640;
}
.navmenu a {
	display: block;
	line-height: 50px;
	padding: 0 14px;
	text-decoration: none;
	font-size: 25px;
}
.navmenu a.dropdown-arrow:after {
	content: "\23F7";
	margin-left: 3px;
}
.navmenu a.dropright-arrow:after {
	content: "\23F5";
	margin-left: 3px;
}
.navmenu li a:hover {
	transition: 0.5s;
	color:#F4F4F2;
	background: #2f3640;
}
.navmenu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
.navmenu label {
	display: none;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 35px;
}
.navmenu label:before {
	font-size: 35px;
	content: "\2261"; 
	margin-left: 20px;
}
.navmenu ul.sub-menus{
	height: auto;
	width: max-content;
	overflow: hidden;
	background: #F4F4F2;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 99;
	display: none;
}
.navmenu ul.sub-menus li {
	display: block;
	width: 100%;
}
.navmenu ul.sub-menus a {
	color: #2f3640;
	font-size: 15px;
}
.navmenu li:hover ul.sub-menus {
	display: block;
}
.navmenu ul.sub-menus a:hover{
	background: #2f3640;
	color: #F4F4F2;
}
.navmenu .sub-menus-2{
	display: none;
	position:absolute;
    left:100%;  
	top: 0%;
	background: #F4F4F2;
	z-index: 100;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
.navmenu .sub-menus li:hover ul.sub-menus-2{
	display: block;
}
.navmenu ul.sub-menus-2 a:hover{
	background: #2f3640;
	color: #F4F4F2;
}

/* Contact Form */
div.elem-group {
	margin: 10px 0;
  }
  
label {
	display: block;
	padding-bottom: 4px;
	font-size: 1.25em;
  }
  
input, textarea {
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 1.25em;
	width: 500px;
	padding: 8px;
  }
  
textarea {
	height: 250px;
  }
  
button {
	height: 50px;
	background: #2f3640;
	color: #F4F4F2;
	border: 2px solid white;
	font-size: 1.25em;
	border-radius: 4px;
	cursor: pointer;
	transition-duration: 0.5s;
  }
  
button:hover {
	background: white;
	color: #2f3640;
	border: 2px solid #2f3640;
  }
  
  /* GDPR Banner */
#gdprbanner {
	visibility: hidden;
	font-size: 21px;
	color: #F4F4F2;
	background-color: #6e798a;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	z-index: 100;
	padding-top: 1%;
	padding-left: 1%;
	font-family: Roboto !important;
	box-shadow: 0px -3px 5px 0 rgba(0, 0, 0, 0.5);
}

#gdprtext {
display: inline-block;
}

#gdprbutton {
    
border: 2px solid #09101a;
display: inline-block;
background-color: #F4F4F2;
color: #09101a;
cursor: pointer;
transition-duration: 0.5s;
margin: 1% 3% 1%;
padding-left: 3%;
padding-right: 3%;
font-size: 30px;
	font-family: Roboto !important;
}

#gdprbutton:hover {
    background-color: #09101a;
	border: 2px solid #F4F4F2;
	color: #F4F4F2;
}

/* Media Queries */
@media screen and (max-width: 1100px){
#expmenu{display: none;}
#explogo {width: 50%;}
.slidecaption {font-size: 15px;}
.expmobmenu{display: block;}
.is-open{display: block;}
#expcontent{margin-left: 1%; margin-right: 1%;}
.card {max-width: 100%; height: auto;}
.cardicon {max-width: 100%; height: auto;}


}

@media screen and (max-width: 768px){
#expmenu{display: none;}
#explogo {width: 100%;}
.slidecaption {font-size: 8px;}
.expmobmenu{display: block;}
.is-open{display: block;}
.container{display: none;}
#cardcontainer{display: block;}
.card {max-width: 100%; height: auto;}
.cardicon {max-width: 100%; height: auto;}
#expcontent{margin-left: 1%; margin-right: 1%;}


}

/* Importazione Font */
@font-face {
    font-family: Roboto;
    src: url(Roboto.ttf) format('truetype');
}

/* Classi Importate */
.w3-animate-opacity{
	animation:opac 1.5s
} @keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-right{ 
	position:relative;animation:animateright 0.4s
} @keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.is-closed{
	display: none;
}