* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased !important;
	text-rendering:optimizeLegibility !important;
	-moz-osx-font-smoothing:grayscale !important
}
html, body, p, a, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0  }
html, body { overflow-x: hidden }
h1, h2, h3, h4, h5, h6 { font-weight: normal }
html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	overflow-y: scroll;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	background: #1f1f1f;
}
body {
	-webkit-text-size-adjust:100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition:opacity 608ms;
	transition:opacity 608ms;
	color: #fff 
}

/*.cella {background:#010101;}*/

img { border: none; border: 0 }
input, textarea, select { outline: 0; border: none; font-family: 'Raleway', sans-serif }
textarea { resize: none }
a:active, a:hover { outline: 0; border: none }
a { -webkit-transition: color 0.2s; transition: color 0.2s }
.center { text-align: center }
.right { text-align: right }
.left { text-align: left }
.nasc { display: none }
.mano { cursor: pointer }
.maiusc { text-transform: uppercase }
.noMaiusc { text-transform: none }
.noDec { text-decoration: none !important }
.floatSx { float: left }
.floatDx { float: right }
.outCont { position: absolute; z-index: 5 }
.fixedBlockFix { position: fixed; width: 100% }
.arancio_c { color: rgb(242,146,0) }
.grigio_b { background: rgb(51,51,51) }
.nero_b { background: #141414 } 
.centr {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto
}
.div_img {
	z-index: 0;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	opacity: 0
}
.div_img img { width: 100% }
.grecaptcha-badge{right:-500px !important}
section, header, nav, footer {
	display: block;
	position: relative
}
.w300 { font-weight: 300 }
.w400 { font-weight: 400 }
.w700 { font-weight: 700 }
.w500 { font-weight: 500 }
.orange {color: rgb(242,146,0);} 
.link_arancio:link { text-decoration: none; color: #fff } 
.link_arancio:hover { text-decoration: none; color: rgb(242,146,0) !important } 
.link_arancio:active { text-decoration: none; color: #fff } 
.link_arancio:visited { text-decoration: none; color: #fff }

.removeStyle a:link { text-decoration: underline; color: rgb(242,146,0) }
.removeStyle a:hover { text-decoration: underline; color: #fff !important }
.removeStyle a:active { text-decoration: underline; color: rgb(242,146,0) }
.removeStyle a:visited { text-decoration: underline; color: rgb(242,146,0) }

.pulsante_trasparente {
    display: inline-block;
    padding: 0.4vw 0 0.3vw 0;
    width: 15vw;
	min-width: 125px;
	max-width: 80%;
    border: 1px solid rgb(242,146,0);
    -webkit-outline: 4px solid transparent;
    outline: 4px solid transparent;
    margin-bottom: 25px;
    color: rgb(255,255,255);
    background: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.pulsante_trasparente:hover {
    color: rgb(255,255,255);
    background: rgb(242,146,0);
}

.link-footer {line-height:1.8em!important;}
#cellaMargin {display:none;width:30px}
.MarginSx {margin-left:30px !important}
.MarginDx {margin-right:30px !important}
.wi100 { width: 100% }
.si415, .si600, .si767 { display: none }
.pulsante {
	display: inline-block;
	padding: 0.8vw 3vw 0.8vw 3vw;
	border: 1px solid rgb(242,146,0);
	-webkit-outline: 4px solid transparent;
	outline: 4px solid transparent;
	margin-bottom: 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s
}
.pulsante:hover {
	color: rgb(242,146,0);
	background: #1f1f1f
}

#menu {
	width: 100%;
	position: absolute; top: 0;
	z-index: 999999;
	background: #1f1f1f;
	display: none
}
#nav { margin-top: 6vw; margin-bottom: 5vw  }
nav .sep { height: 3vw }
.link-menu:before {
	content: "";
    display: inline-block;
	width: 4vw;
	max-width: 40px;
    height: 1px;
	background:  rgb(242,146,0);
	bottom:5px;
	position:relative;
	margin-right: 10px
}

footer { margin-bottom:60px }

#form { padding: 8vw 0 8vw 0 }
#form .pulsante_blu { margin: 10px 0 10px 0 }
#form input, #form textarea {
	width: 100%;
	border: 1px solid rgb(135,135,135);
	-webkit-outline: 4px solid transparent;
	outline: 4px solid transparent;
	padding: 0.6vw 1.8vw 0.6vw 1.8vw;
	margin: 0.7vw 0 0.7vw 0
}

/* footer */
.logo-footer {width:8vw; min-width:100px; max-width:140px }
.cont-footer {padding-top:30px; padding-bottom:40px;}
.icon-instagram {width:1.5vw; padding-top:45px; margin-right:30px; }
.fb-ico {width:0.8vw;}
footer .pulsante_trasparente { width: 100% }
/* fine footer */
/* header */
header, #header2 { width: 100% }
#header2 {
	position: fixed;
	margin-top: 0;
	top:0; z-index: 99;
	background:rgba(31,31,31,0.8);
	-webkit-backdrop-filter: blur(12px); 
	backdrop-filter: blur(12px);
	display: none
}
.logo-header {width:8vw; min-width:100px; max-width:140px }
#header2 .logo-header {width:6vw; min-width:80px; max-width:110px }
/* .close {width:1.8vw; padding-top:50px; margin-left:50px;} */
.blocco-header {margin-top:5vw}
#header2 .blocco-header {margin-top:0}

header .ico, #menu .ico {
	height: 8vw;
	max-height: 30px;
	min-height: 20px;
	margin: 30px 0 0 3vw
}
#header2 .ico {
	height: 8vw;
	max-height: 30px;
	min-height: 20px;
	margin: 18px 0 0 3vw
}

/* fine header */


/* img news */
.titolo-news {margin-bottom:1.5vw;}
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 10px 1%;
	max-height:18vw;
	height: auto;
	text-align: center;
	cursor: pointer
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-eye {
	position: relative;
    height: 100%;
	width:4vw;
	padding: 8vw 0vw
}
		
figure.effect-phoebe {
	background: rgb(242,146,0);
}

figure.effect-phoebe img {
	opacity: 1
}

figure.effect-phoebe:hover .img-1 {
	opacity: 0.6
}
		
figure.effect-phoebe:hover {
	opacity:1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;			
}


figure.effect-phoebe p a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
}



figure.effect-phoebe:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}

/* fine img news */

.flagPriv {
	width: 18px !important;
	height: 18px !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important
}

.anim1000 {
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}

.soloRosso b {
	font-weight: 300;
	color: rgb(242,146,0) 
}
.soloRosso u {
	font-weight: 700;
	color: rgb(242,146,0);
	text-decoration: none 
}

.f-xl,.f-l,.f-m,.f-s,.f-xs { line-height: 1.2 }
.f-xxxl { font-size: 5.2rem }
.f-xxl { font-size: 3.3rem }
.f-xl { font-size: 2rem }
.f-l { font-size: 1.5rem }
.f-m { font-size: 1.2rem }
.f-n { font-size: 1.1rem }
.f-s { font-size: 1rem; line-height: 1.5 }
.f-xs { font-size: 0.80rem }
@media screen and (max-width:599px){
	#cellaMargin { width:2% }
	.MarginSx {margin-left:2% !important}
	.MarginDx {margin-right:2% !important}
	.f-xxxl { font-size: 2.7rem }
	.f-xxl { font-size: 2.3rem }
	.f-xl { font-size: 1.4rem }
	.f-l { font-size: 1.2rem }
	.f-m { font-size: 1.05rem }
	.f-n { font-size: 1rem }
	.f-s { font-size: 0.9rem }
	.no600 { display: none }
	.si600 { display: block }
	
		/* footer */
	.logo-footer {width: 12vw;}
	.bottom3 .pulsante_trasparente {
		float: none!important;
		display: block!important;
		margin: 10px 112px 10px 0px;
	}
	footer .pulsante_trasparente { width: 50% }
	.icon-instagram {
   		width: 4.5vw;
		padding-top: 20px;
		margin-right: 30px;
	}
	.fb-ico {
		width: 2.3vw;
	}
}
@media screen and (max-width:414px){
	.f-xxl { font-size: 2.1rem }
	.f-xxl { font-size: 2.1rem }
	.f-xl { font-size: 1.2rem }
	.f-l { font-size: 1.1rem }
	.f-m { font-size: 1rem }
	.f-n { font-size: 0.95rem }
	.f-s { font-size: 0.85rem }
	.no415 { display: none }
	.si415 { display: block }
	
	/* footer */
	.logo-footer {
		width: 100px;
		margin: 0 auto;
		display: block
	}
	.bottom1, .bottom2, .bottom3 {text-align:center;}
	.icon-instagram {width:25px; padding-top:25px; margin-right:30px; }
	.fb-ico {width:12px;} 
	.bottom3 .pulsante_trasparente {
		float:none!important;
		display:block!important;
		margin:10px auto;
	}
	footer .pulsante_trasparente { width: 80% }
}
@media screen and (max-width:320px){
	.f-xxl { font-size: 1.9rem }
	.f-xl { font-size: 1.0rem }
	.f-l { font-size: 0.95rem }
	.f-m { font-size: 0.95rem }
	.f-n { font-size: 0.95rem }
	.f-s { font-size: 0.8rem }
	.f-xs { font-size: 0.8rem }
}
@media screen and (min-width:600px) and (max-width:767px){
	#cellaMargin { width:16px }
	.MarginSx {margin-left:16px !important}
	.MarginDx {margin-right:16px !important}
	.f-xxxl { font-size: 2.8rem }
	.f-xxl { font-size: 2.5rem }
	.f-xl { font-size: 1.6rem }
	.f-l { font-size: 1.1rem }
	.f-m { font-size: 1.05rem }
	.f-n { font-size: 0.85rem }
	.f-s { font-size: 0.92rem }
	.no767 { display: none }
	.si767 { display: block }
	
	/* footer */
	.logo-footer {width: 12vw;}
	
	.bottom3 .pulsante_trasparente {    float: none!important;
	display: block!important;
	
    margin: 10px 112px 10px 0px;}
	footer .pulsante_trasparente { width: 50% }
	
	.icon-instagram {
		width: 4.5vw;
		padding-top: 20px;
		margin-right: 30px;
	}
	.fb-ico {
		width: 2.3vw;
	}
}


@media screen and (min-width:768px) and (max-width:1023px){
	#cellaMargin { width:20px }
	.MarginSx {margin-left:20px !important}
	.MarginDx {margin-right:20px !important}
	.f-xxxl { font-size: 3.2rem }
	.f-xxl { font-size: 2.7rem }
	.f-xl { font-size: 1.7rem }
	.f-l { font-size: 1.2rem }
	.f-m { font-size: 1.05rem }
	.f-n { font-size: 0.95rem }
	.f-s { font-size: 0.96rem }
	
	/* footer */
	.icon-instagram {
		width: 3.5vw;
		padding-top: 20px;
		margin-right: 30px;
	}
	.fb-ico {
		width: 1.9vw;
	}
}

@media screen and (min-width:1024px) and (max-width:1199px){
	#cellaMargin { width:20px }
	.MarginSx {margin-left:20px !important}
	.MarginDx {margin-right:20px !important}
	.f-xxxl { font-size: 3.8rem }
	.f-xxl { font-size: 2.9rem }
	.f-xl { font-size: 1.8rem }
	.f-l { font-size: 1.3rem }
	.f-m { font-size: 1.1rem }
	.f-n { font-size: 1rem }
	.f-s { font-size: 0.97rem }
	
	/* footer */
	.icon-instagram {
		width: 2.5vw;
		padding-top: 20px;
		margin-right: 30px;
	}
	.fb-ico {
		width: 1.3vw;
	}
}
@media screen and (min-width:1200px) and (max-width:1439px){
	#cellaMargin { width:20px }
	.MarginSx {margin-left:20px !important}
	.MarginDx {margin-right:20px !important}
	.f-xxxl { font-size: 4.6rem }
	.f-xxl { font-size: 3.1rem }
	.f-xl { font-size: 1.9rem }
	.f-l { font-size: 1.4rem }
	.f-m { font-size: 1.15rem }
	.f-n { font-size: 1.05rem }
		/* footer */
	.icon-instagram {
		width: 2.2vw;
		padding-top: 20px;
		margin-right: 30px;
	}
	.fb-ico {
		width: 1vw;
	}
}