@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

* {box-sizing: border-box;}
*::before, *::after {box-sizing: border-box;}
::selection { background: #0797b4; color:#FFF; /* WebKit/Blink Browsers */}
::-moz-selection { background: #0797b4; color:#FFF; /* Gecko Browsers */}
.stopfade { opacity: 0; transition: 1s opacity;}
.startfade { opacity: 1; transition: 1s opacity;}
article, aside, figure, footer, header, address, nav, section, video, select { display: block; margin: 0; padding: 0; }
ul, li, form, p, h1, h2, h3, h4, input {margin: 0;	padding: 0;	list-style-type: none;}
img, select{ border:0px;}
a:link, a:hover, a:visited{outline:none; text-decoration: none;}
*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
*::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
*:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
*:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.movetransition{transition: top 0.3s ease-in-out;}
.movetransitionLeft{transition: left 0.3s ease-in-out;}
html { font-size:100%;  line-height:100%; }

@media (max-width: 1024px) {html {font-size:70%; line-height:70%;} 
} 
@media (min-width: 1025px) and (max-width: 1279px) { 
html {font-size:80%;  line-height:80%;} 
} 
@media (min-width: 1280px) and (max-width: 1440px) { 
html {font-size:85%;  line-height:85%;} 
} 
@media (min-width: 1920px) { 
html {font-size:105%;  line-height:105%;} 
} 

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #c8c8c8;
	font-size: 1.3rem;
line-height: 2.4rem;
	background-color: #313131;
	margin: 0px;
	padding: 0px;
}
body.freeze{overflow:hidden;}
.pointer{cursor:pointer;}
.container {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.hamburger{display:none;}
header{float:left; width:100%; position:sticky; top:0; z-index:100;}
nav {
	float: left;
	width: 100%;
	background-color: #171515;
	color: #c8c8c8;
	line-height: 50px;
	height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	
}
nav ul li{
	display: inline-block;
	float:left;
/*	font-family: alexa-std, sans-serif;*/
}
nav ul { /*width:70%; display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;*/ float:right;}
.nome-azienda {
	font-family: alexa-std, sans-serif;
	font-size:2.2rem;
	float: left;
	flex-grow:1;
	align-self: auto;
	color:#ccc;
}
.nome-azienda:hover{color:#fff; text-decoration:none !important;}
.link-header {
	text-decoration: none;
	color: #CCC;
	font-size: 1.2rem;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	flex-grow:0; align-self: auto;
}
.link-header:hover {color: #fff; text-decoration:none !important;}
.link-header_active {
	text-decoration: none;
	color: #fee8c9;
	font-size: 1.4rem;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	flex-grow:0;
	align-self: auto;
	font-weight: bold;
}
.margin_header {margin-left:5rem;}
.shadow-header {box-shadow: rgba(0, 0, 0, 0.71)10px 5px 20px 5px; -webkit-box-shadow:    rgba(0, 0, 0, 0.71)10px 5px 20px 5px;}
.shadow-slider {box-shadow: rgba(0, 0, 0, 0.9)0px 0px 10px 5px; -webkit-box-shadow:    rgba(0, 0, 0, 0.9)0px 0px 10px 5px;}
.shadow-footer {box-shadow: rgba(0, 0, 0, 0.71)0px 0px 10px 5px; -webkit-box-shadow:    rgba(0, 0, 0, 0.71)0px 0px 10px 5px;}
.shadow-txt {  text-shadow: 2px 2px #000;}
.slide_logo {
	max-width: 1500px;
	font-family: alexa-std, sans-serif;
	padding: 10px;
	height: 220px;
	display: flex;
 justify-content: space-between;
margin-left:auto;
margin-right:auto;
}
.blocco_slide {
	max-width:1500px;
	display:flex;
	  align-items: center;
  justify-content: center;
  margin-left:auto;
margin-right:auto;
 flex-direction: column;
}
/*.slide01:hover{top:-10px;}
.slide02:hover{top:25px;}
.slide03:hover{top:60px;}*/
.slide {
	/*background-image: url(../images/slide02.png);
	background-repeat: repeat;
	background-position: left top;*/
	width: 100%;
	float:left;
	padding:20px;
	/*position: absolute;
	top: 0px;
	right: 0px;
	bottom: 100px;*/
	border-bottom: solid 1px #595959;
}
/*.slide02 {
	background-image: url(../images/slide01.png);
	background-repeat: repeat;
	background-position: left top;
	width: 66%;
	position: absolute;
	z-index: 20;
	top: 35px;
	right: 0px;
	bottom: 100px;*/
/*}
.slide03 {
	background-image: url(../images/sfondo-slide03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32%;
	background-size:cover;
	position: absolute;
	z-index: 30;
	top: 70px;
	right: 0px;
	bottom: 100px;
}*/
footer {background-color: #171515; width:100%; position:relative; bottom:0px; left:0px; right:0px; 
padding-left:15px;
padding-right:15px;
padding-top:5px;
padding-bottom:5px; z-index:100; font-family: alexa-std, sans-serif; display: flex;
align-items: flex-start;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;}
.box_footer {width:33%;}
.logo {
	float: left;
	width: 25%;
}
.logo img { float:left; height:100%;}
.motto { float:right; font-size:2rem; line-height:50px; padding-top:10px; color:#ffe7c1;}
@media (min-width:1920px){ .motto   {font-size: 2rem; line-height: 3.4rem;}		}
/*@media (min-width:1599px){ .motto {font-size: 2.8rem; line-height: 2.8rem;}	}	*/
address {
	float:right;
	font-size:2.2rem;
	font-style:normal;
	line-height:3.2rem;
	padding: 20px; margin-top:190px;
	font-family: alexa-std, sans-serif;
}
@media (max-width:1366px){ address  {margin-top:40px;}	}
@media (min-width:1367px) and (max-width:1600px){ address  {margin-top:10px; font-size:1.8rem; line-height:2.8rem}	}
@media (min-width:1920px){ address   {font-size: 2.6rem; line-height: 3.6rem;}		}


.box_testi {
	float: left;
	width: 60%;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.box_testi h1 { text-align:left;}

.blocco_slide ul {float: left;
	width: 100%;
	padding-top: 3.4rem;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.4rem;
	color: #c8c8c8;}
@media (min-width:1367px) and (max-width:1600px){ .blocco_slide ul  {font-size: 1.3rem; line-height: 2rem; padding-top: 35px;}	}
@media (min-width:1920px){ .blocco_slide ul  {font-size: 1.8rem; line-height: 2.8rem;}	}
/*@media (min-width:1599px){ .blocco_slide ul {font-size: 1.4rem; line-height: 1.8rem;}	}	*/
.box_testi ul li {display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;}
.brochure   {
color: #fff;
text-decoration: none;
float: left;}
.brochure:hover {color: #ffe7c1;}


/*.box_testi_02 {
	float: left;
	width: 50%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box_testi_02 h1 {padding-bottom:50px;}
.box_testi_02 ul {float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 160%;
	font-weight: normal;
	line-height: 140%;
	color: #c8c8c8;}
.box_testi_02 ul li {display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;}

.box_testi_03 {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}*/
h1 {
	font-family: alexa-std, sans-serif;
	font-size: 3rem;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
	color: #c8c8c8;
	float: left;
	width: 100%;
	text-align: center; padding-bottom:20px;
}
/*@media (min-width:1599px){ h1 {font-size: 2.8rem; 	}}*/
h2 {font-family: alexa-std, sans-serif;
	font-size: 2.6rem;
	line-height: 3rem;
	font-weight: normal;
	color: #ffe7c1;
	float: left;
	width: 100%;
	text-align: center;}
@media (min-width:1367px) and (max-width:1600px){ h2  {font-size: 2.2rem;}	}
@media (min-width:1920px){ h2  {font-size: 3.2rem;}	}
/*@media (min-width:1439px){ h2 {font-size: 2.3rem;	}}
.box_testi_03 ul {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 160%;
	font-weight: normal;
	line-height: 140%;
	color: #c8c8c8;
}
.box_testi_03 ul li {
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;}*/
.logo_small {float: left;	margin-right: 30px;}
@media (min-width:1024px){ .logo_small {margin-right: 0px;}}
.link-footer {
	color: #CCC;
	text-align: center;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.7rem;
line-height: 2.4rem; font-family: alexa-std, sans-serif;}
.link-footer:hover {color: #ffe7c1;}
.social {float: left; text-align: center; width: 100%;}
@media (min-width:1024px){ .social {height:2.4rem;	}}
.social img {margin-left:10px; margin-right:10px; width: auto; height: 100%;}
.altri-datiL {float:left; text-align:center;}
.altri-datiR {float:right; }
.dati_footer {float: left; width: 100%;font-size: 1.7rem; line-height: 2.4rem; text-align:left; padding-left:15px;}
.destra {float:right;}
.sinistra {float:left;}
.larghezza30 {width:30%;}
.larghezza50 {width:50%;}
.larghezza100 {width:100%;}
.contenuto {
	float:none;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	color: #ffe7c1;
	max-width:1500px;
	margin:auto;
}
/*.testata {float:left; width:100%; overflow: hidden;	position: relative;}*/
.testata {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    clip: rect(0, auto, auto, 0);
    max-height: 390px;
    height: 1000px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.testata figure {float: left; height: auto;	width: 100%; max-height: 390px;}
.testata figure img {float: left;	height: auto;	width: 100%;}
.testata .sfrete{position:absolute; top:0; left:0; right:0; bottom:0; background-image:url(../images/sf-retino.png);}
.titoli-pagina {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.motto2 {
	float:right;
	text-align:right;
	color: #ffe7c1;
	width: 70%;
	font-style: italic;
	font-weight: 300;
}
.contenuto h2 {float: left;	font-size: 2.6rem;	width: auto; line-height: 3rem; padding-bottom:10px; padding-top:30px; text-shadow: 2px 2px #000;}
.contenuto h3 {float: left;	font-size: 1.6rem;	width: 100%; line-height: 2rem; padding-bottom:10px; padding-top:10px;}
.contenuto p {width: 100%; float: left; padding-bottom:10px; padding-top:10px;}
.semibold {	font-weight: bold;}
section {
	float: left;
	width:100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.contenuto h1 {
	float: left;
	font-size: 3.5rem;
	width: 100%;
	line-height: 3rem;
	text-transform: none;
	text-align: left;
	color: #ffe7c1;
	text-shadow: 2px 2px #000;
}
section figure {float:right; max-height:320px; max-width:400px; padding-right:10px;}
section figure img {width:100%; height:100%; object-fit: contain;}

.box_testo {float: left; width: auto;}
.demitatore {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;
}
.italic {font-style: italic;}
/*.noabsolute {
	position: relative !important;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}*/
.onlytxt {width: 70%;}
.onimg40 {width: 30%; height:1000px;}
.box-testo-rip {float:left; width:100%; padding-bottom:10px; padding-top:10px;}
.mappa {
	width:40%;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	height:500px;
}
.mappa img {width:100%; height:auto; }
.indirizzo {
	float: right;
	width: 60%;
	font-family: alexa-std, sans-serif; padding-left:30px; font-size:2rem;
}
.contatti {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.gallery_box {
	float: left;
	width: 100%;
	max-width:1440px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.gallery-controls{float:left; width:100%; height:30px;}
.indietro, .indietro_gen {
	
	background-image: url(../images/indietro.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
    width: 30px;
	float:left;
	background-size: cover;
    /*position: absolute;
    top: 40%;
    left: 20px;
    z-index: 10;*/
}
.indietro:hover, .indietro_gen:hover {background-color: #ffe7c1; background-image: url(../images/indietro_hover.png);}
.avanti, .avanti_gen {
	background-image: url(../images/avanti.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
    width: 30px;
	float:left;
	background-size: cover;
	margin-left:20px;
    /*position: absolute;
    right: 20px;
    top: 40%;*/
}
.avanti:hover, .avanti_gen:hover {background-color: #ffe7c1; background-image: url(../images/avanti_hover.png);}
.slider {
	float: left;
	width: 10000px;
	height: 350px;
}
.slider_img {
	float: left;
	height: 350px;
	width: 350px;
	margin-right: 5px;
	margin-left: 5px; position:relative; cursor:pointer;}
.adaptImg{	object-fit: cover;
width: 100%;
height: 100%;}
.transitions-btn{-webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s;	transition: all 0.4s ease-in-out 0s;}

.tabella_privacy td, .tabella_privacy th {
    border-right: solid 1px #4d4d4d;
    border-bottom: solid 1px #4d4d4d;
    padding: 10px;
}
.tabella_privacy {
    border-left: solid 1px #4d4d4d;
    border-top: solid 1px #4d4d4d;
}
#cookies_inform {
	background-color: #fff; color:#333;
height: auto;
width: 50%;
border: 1px solid #fff;
position: fixed;
left: 50%;
bottom: 50px;
padding: 20px;
line-height: 1.6rem;
font-size: 1.2rem;
z-index: 1000;
transform: translateX(-50%);}
a:hover { text-decoration: underline !important;}
a {color: #007ac5;}
.style-input-min {
    float: left;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: baseline;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    width: 100%;
    height: 40px;
    text-align: center;}
.rigaform {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn_cerca {
    background-image: url(../images/cerca_link.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    padding-right: 50px !important;}
.bottoni {
    background-color: #ccc;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px !important;
}	
input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.manda {
	background-color: #ffc252;
	color: #3b3b3b;
	font-size: 1.3rem;
	line-height: 2.4rem;
	font-weight: 400;
	text-align: center;
	float: left;
	padding-right: 40px;
	padding-left: 40px;
	height:40px;
	border-radius: 4px !important;
	text-decoration: none !important;
}
.manda:hover {background-color: #000; 	color: #fff;}
.img_hover {
	background-color: rgba(255,231,193,0.4);
	background-image: url(../images/cerca.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px; display:none;	}
.slider_img:hover .img_hover{display:block;}
.grecaptcha-badge{z-index:101;bottom: 150px !important;}
.response{color:#FFF;}
.showAlwaiys{ display:unset;} 
.hideOnIndex{display:none;}
.fullWidth {width: 100% !important;}
.slide figure {
	width:40%;
	float:left;
	border: 0px none transparent;
	transition:all ease-in-out 0.5s;
	height:460px;
	overflow:hidden;
}
.slide figure.isin{transform:translateX(0) !important; opacity:1 !important;}
.slide figure img {width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;}
.slide_contact {
	float:left;
	width:100%;
	background-repeat: no-repeat;
	background-position: left center;
	/*background-size: 70%;*/
margin-bottom: 100px;
height: 460px;
/*margin-top: -100px;*/
}
.box_testi h2 {
    margin-bottom: 30px; text-align:left;}
.index_header_wrapper{ display:flex; width:100%;
background: rgb(23,21,21);
background: linear-gradient(180deg, rgba(23,21,21,1) 0%, rgba(49,49,49,1) 100%);
margin-bottom: 150px; padding-top:30px;}
.index_heade_image{
height:220px;
width:100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;}
@media only screen and (max-width:37.5em) { 
	.index_heade_image{
		height:150px;
	}
}
.for_carousel{position: relative;
overflow: hidden;
height: 320px; width:100%; max-width:1400px;}
.scopri_link {float:right; margin-right:150px;}
p.indexpage{color:#ffe7c1;}
.scopri_link.destro{margin-right: 0 !important;}
.broch_link.destro{margin-left: 150px;}