body{
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

a{
	color:#666666;
	transition: all 0.5s ease;
}

strong{
	font-weight:700;
}

mark{
	font-weight:700;
	background-color:transparent;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
}

img{
	max-width:100%;
}

h1{
	font-size: 60px;
	font-weight:800;
	color:#285775;
	line-height:75px;
	position:relative;
	text-align:center;
}

h1:after{
	content:'';
	width:29px;
	height:30px;
	background-image:url(../img/structure/stellina.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-40px;
	left:calc(50% - 13px);
}

h2{
	font-size: 24px;
	font-weight:800;
	color:#818181;
	line-height:26px;
	text-align:center;
}

h3{
	font-size: 16px;
	font-weight:600;
	color:#818181;
	line-height:20px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
}


h4{
	font-size: 17px;
	font-weight:700;
	color:black;
	line-height:20px;
}

main{
	width:100%;
	padding-top: 140px;
}

.boxed1400{
	width:100%;
	max-width:1400px;
}

.button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 57px;
    color: white;
    background-color: #ef6700;
    font-size: 15px;
	line-height:22px;
    font-weight: 800;
    text-transform: uppercase;
	min-width:200px;
}

.button:hover{
	background-color:#1d5169;
}

.button.secondo{
    background-color: #efefef;
	color:#666;
}

.button.secondo:hover{
	background-color:#1d5169;
	color:white;
}

.marginTop30{
    margin-top:30px;
}

/******** COLORI VARI ************/

.celeste{
	color:#0ba5b7;
}

.arancione{
	color:#ef6700;
}


/*************** FLEX SLIDER ********************/
/*
.flex-direction-nav a:before {
    font-family: 'Font Awesome\ 5 Free';
    font-size: 20px;
    display: inline-block;
     content: '\f105'!important; 
	content: '<i class="fas fa-angle-right"></i>';
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}*/






/************* MENU MOBILE **************/

#idMenuFull{
	display:none;
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: rgba(29, 81, 105, 0.95);
	z-index: 99999;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	transform: translate(-100%);
	padding-bottom:48px;
}

.iconamenumobile{
	display:none;
}

#idMenuFull.menuOpened{
    display: flex;
	animation: translateleft 1s forwards;
}

#idMenuFull.menuClosed{
	display: flex;
	animation: translateleftcontrario 1s forwards;
}

#idMenuFull .fa-times-circle{
    color: white;
    font-size: 40px;
    position: absolute;
    top: 22px;
    right: 17px;
	z-index: 9999;
}

#idMenuFull .navSite{
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#idMenuFull .navSite .mainMenu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

#idMenuFull .navSite .mainMenu li{
    width:100%;
}

#idMenuFull .navSite .mainMenu li a {
    color: white;
    font-size: 25px;
	width:100%;
}

#idMenuFull .navSite .mainMenu li a.active, #idMenuFull .navSite .mainMenu li a:hover{
    background-color:#ef6700;
	background-image:none;
}



/************* POPUP **************/
.mfp-bg {
    background: #ffffff !important;
}

.mfp-wrap{
    position:fixed!important;
	height:100vh;
	top:0!important;
}
.mfp-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	height:100vh;
}

.mfp-content{
   /* display: flex; */
    background-color: white;
    width: 50%!important;
    padding: 50px;
   /* flex-wrap: wrap; */
   /* justify-content: flex-start;*/
	border: 30px solid #ef6700;
   /* position: absolute; 
    /*top: 50%;
	/*left:50%;
   /* -ms-transform: translate(-50%, -50%); /* IE 9 */
   /* -webkit-transform: translate(-50%, -50%); /* Safari */
   /* transform: translate(-50%, -50%);*/
}
.pg-index .mfp-content{
		width:auto!important;
		border:0px;
		padding:10px;
}	
.pg-index .mfp-content img{
		max-width:100%;
		max-height:100%;
		height:auto!important;
		display:block;
}
.mfp-content #popModal{
    width:100%;
	line-height:25px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mfp-content #popModal h2{
    margin-bottom:20px;
	color:#ef6700;
}


.mfp-close-btn-in .mfp-close {
    right: -50px;
    top: -50px;
    color: white;
    background-color: #ef6700;
    border-radius: 50%;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close:hover {
    background-color: #1d5169;
}
/************* MESSAGGI ERRORE **************/

.errorContainer{
    display: flex;
    padding: 30px;
    color: white;
    background-color: #ef6700;
    margin-top: 30px;
    width: 60%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 25px;
}
.errorContainer strong{
    text-transform:uppercase;
	width:100%;
}



/************** HEADER ***************/

header.headermain{
	width:100%;
	height:140px;
	display: flex;
	align-items: center;
	align-content:flex-start;
	justify-content: center;
	flex-wrap: wrap;
	position:fixed;
	background-color:white;
	z-index:999;
	border-bottom: 1px solid #cccccc40;
}

.headermain .logo{
    width: 262px;
	position:relative;
	transition: all 0.5s ease;
	margin-right:auto;
}

.headermain .logo .stellina-logo{
    position:absolute;
	top:0px;
	left:47px;
}

.headermain .logo:hover .stellina-logo{
    animation: rotation 2s infinite;
}


.headermain .boxed1400{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-end;
	height:100%;
}

.headermain .navSite{
    width: calc(100% - 418px);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

.navSite .mainMenu{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-around;
	position: relative;
}

.navSite .mainMenu li{
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
}

.navSite .mainMenu li a{
    color:#1d5169;
	font-size:15px;
	font-weight:800;
	text-transform:uppercase;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.navSite .mainMenu li a.active{
    color:#ef6700;
	background-image:url(../img/structure/stellina2.png);
	background-position:center 23px;
	background-repeat:no-repeat;
}

.navSite .mainMenu li a:hover{
    color:#ef6700;
	background-image:url(../img/structure/stellina3.png);
	background-position:center 23px;
	background-repeat:no-repeat;
}
.navSite .mainMenu li a.shoponline2{
    display:none;
}

.navSite .mainMenu li a.lucchetto2{
    display:none;
}


.headermain .shoponline{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	width:160px;
	margin-right:1%;
	height:57px;
	color:white;
	background-color:#ef6700;
	font-size:15px;
	font-weight:800;
	text-transform:uppercase;
	display: none;
}

.headermain .shoponline:hover{
	background-color:#1d5169;
}

.headermain .lucchetto{
    background-color: #285775;
    font-size: 25px;
    height: 57px;
    width: 57px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
}

.headermain .lucchetto:hover{
    background-color: #ef6700;
	color:white;	
}

/************** INDEX *****************/

.pg-index .fascionemozionale{
	align-items:center;
	position:relative;
}

.fascionemozionale{
	display:flex;
	align-items:flex-end;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:714px;
	background-image:url(../img/structure/fascioni/bg-fascione-emozionale.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ef6700;
}

.aereoHome{
	animation-duration: 6s;
	animation-name: aereo;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out; 
	animation-delay: 2s;
	position:absolute;
	top: -221px;
	right: 0px;
}
.pg-index .fascionemozionale .boxed1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    background-color: transparent;
    padding: 0px;
    width: 100%;
	transform: translate(0px);
	justify-content:flex-end;	
	animation:none;
}


.fascionemozionale .boxed1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    padding: 30px;
    width: 30%;
	background-color:#285775;
	transform: translate(60%);
	animation-duration: 8s;
	animation-name: coloreSfondo;
	animation-iteration-count: infinite;
	animation-timing-function: ease; 
	animation-delay: 2s;
	margin-bottom:50px;
}

.pg-index .fascionemozionale p{
    color: #1d5169;
}

.fascionemozionale p{
    font-size: 80px;
    color: white;
    font-weight: 300;
    width: 850px;
    text-align: right;
}

.fascionecataloghi{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:1250px;
	background-color:white;
	background-image:url(../img/structure/bg-cataloghi.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.fascionecataloghi .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
	position:relative;
}

.fascionecataloghi .boxed1400 h1, .fascionecataloghi .boxed1400 h3{
	width:100%;
}

.fascionecataloghi .slides{
    display:flex;
	width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fascionecataloghi .slides li{
    display: flex;
    justify-content: center;
}


.fascionecataloghi a:hover{
	animation: beat2 1s;
	transform-origin: center;
}


.fascionecataloghi a.copertinacatalogo{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:425px;
	width:300px;
	margin-bottom: 91px;
	position:relative;
	margin-top:35px;
}

.fascionecataloghi a.copertinacatalogo:after{
	background-image:url(../img/structure/shadow-cataloghi.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	bottom:-105px;
	left:0px;
	width:300px;
	height:105px;
	content:'';
}

.fascionecataloghi .slides a.copertinacatalogo img{
	max-width:100%;
}


.fascionerilievo{
	display:flex;
	align-items:center;
	align-content:flex-start;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:715px;
	background-color:#efefef;
	position:relative;
}


.skew{
	position:relative;
	padding-top:90px;
}

.skew:before{
	  content: '';
	  position: absolute;
	  left: 0;
	  top: -40px;
	  overflow: visible;
	  width: 100%;
	  height: 185px;
	  background: #efefef;
	  -webkit-transform: skewY(3deg);
	  -moz-transform: skewY(3deg);
	  -ms-transform: skewY(3deg);
	  -o-transform: skewY(3deg);
	  transform: skewY(3deg);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: initial;
}  
  

.fascionerilievo .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
}

.fascionerilievo h3{
	width:100%;
}

.fascionerilievo figure{
	position:relative;
	height:550px;
	width:550px;
	border-radius:50%;
	background-image:url(../placeholders/bg_rilievo_1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index:9;
}

.fascionerilievo .points{
	background-image:url(../placeholders/bg_rilievo_2.jpg);
}

.fascionerilievo .international{
	margin-bottom:-200px;
}

.fascionerilievo figure figcaption{
	background-color:white;
	height:360px;
	width:360px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	flex-wrap:wrap;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	position:relative;
	margin-right: -120px;
}

.fascionerilievo figure figcaption strong{
	font-weight:800;
	font-size:24px;
	color:black;
	line-height:30px;
}

.fascionerilievo figure figcaption p{
	font-size:16px;
	color:#666;
	line-height:25px;
}

.fascionerilievo figcaption:after{ 
	content: '';
	position: absolute;
	left: -51px;
	top: 26%;
	width: 86px;
	height: 180px; 
	background-image:url(../placeholders/fumetto.png);
	background-repeat:no-repeat;
	background-position:center;
}

.fascionerilievo a:hover{
	animation: beat 1s;
	transform-origin: center;
	z-index:9;
}



.fascioneesclusive{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:1250px;
	background-color:white;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}

.fascioneesclusive h3{
	width:100%;
}


.fascioneesclusive .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
}

.fascioneesclusive .marchihome{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width:1200px;
	margin-top:70px;
}

.fascioneesclusive .marchihome a{
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	max-width:250px;
}

.fascioneesclusive .marchihome a:hover{
	animation: beat 1s;
	transform-origin: center;
	z-index:9;
}

.fascioneesclusive .marchihome h3{
    font-weight: 800;
    font-size: 24px;
    color: black;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.fascioneesclusive .marchihome p{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}


.fascioneesclusive .marchihome .slides{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
	display:flex;
}

.fascioneesclusive .marchihome .slides li{
    display: flex;
    justify-content: center;
}







.fascionesocialwall{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	background-color:#efefef;
	position:relative;
	min-height:800px;
	padding-bottom:100px;
}

.fascionesocialwall h3{
	width:100%;
}


.fascionesocialwall .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
}

.fascionesocialwall .socialwall{
	max-width:1350px;
	width:100%;
	height:auto;
	margin-top:100px;
	margin-bottom:150px;
}


.modern .stream li{ width:400px;}

.modern.light .stream li .section-intro{
	background-color:#c3c3c3!important;
}

.containerFb .fb-page{
    border: 40px solid white;
}

#fascioneFacebook{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#fb-root{
	position:absolute;
}

.containerFb{
	width:50%;
	text-align:right;
}


.testoFb{
    width: 100%;
    background-color: #007cfa;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 100px;
    border-radius: 50%;
	transition: all 0.5s ease;
	position:relative;
	overflow:hidden;
}

.testoFb:before{
    background-image: url(../img/structure/logoFB.png);
	content:'';
	background-size:contain;
	background-position:center center;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	opacity: 0.15;
	transform: rotate(-20deg);
	transition: all 0.5s ease;
	z-index: 1;
}


.testoFb:hover:before{
	transform: rotate(10deg);
	transition: all 0.5s ease;
}


.testoFb .linkFb{
    font-weight: bold;
    color: white;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
}

.testoFb .linkFb:hover{
	color:#285775;
}

.testoFb .button{

    position: relative;
    z-index: 3;
    margin-top: 20px;

}

.containerTestoFb{
    width: 45%;
    position: relative;
}

.containerTestoFb::before {
    content: '';
    position: absolute;
    left: -51px;
    top: calc(50% - 90px);
    width: 86px;
    height: 180px;
    background-image: url(../placeholders/fumetto_fb.png);
    background-repeat: no-repeat;
    background-position: center;
}




#fascioneFacebook h1, #fascioneFacebook h3{
    color:white;
}

#fascioneFacebook h1::after {
    background-image: url(../img/structure/stellina_white.png);
}


#fascioneFacebook h3{
    margin-top:20px;
}


/*************** ABOUT *****************/

.pg-about .fascionemozionale{
		background-image:url(../img/structure/fascioni/bg-fascione-emozionale-about.jpg);
}

.pg-about .fascionemozionale .boxed1400, .fascioneinterno .boxed1400 {
    align-content: center;
	justify-content:center;
}

.pg-about .fascionemozionale p, .fascioneinterno p{
    font-size: 30px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 40px;
}

.pg-about .fascionemozionale span, .fascioneinterno span{
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
}


.fascionegruppo{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:800px;
	background-color:white;
	background-image:url(../img/structure/bg-gruppo.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.fascionegruppo .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
}

.fascionegruppo .boxed1400 h1, .fascionegruppo .boxed1400 h3{
	width:100%;
}

.fascionegruppo .testo{
	width:100%;
	text-align:center;
	line-height:25px;
	margin-top:80px;
}

.fascionetimeline{
	display:flex;
	align-items:flex-start;
	align-content:flex-start;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:800px;
	background-color:#efefef;
	position:relative;
}
.fascionetimeline .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
}

.fascionetimeline h3{
	width:100%;
}

.fascionetimeline .wrappertimeline{
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:100%;
	height:120px;
	position:relative;
	margin-top:85px;
}

.fascionetimeline .wrappertimeline .linea{
	display:block;
	position:absolute;
	width:100%;
	height:8px;
	background-color:#285775;
	content:'';
	top:calc(50% - 4px);
	left:0px;
}

.fascionetimeline .wrappertimeline figure{
	display:flex;
	align-items:center;
	align-content:space-between;
	justify-content:center;
	flex-wrap:wrap;
	width:60px;
	height:70px;
	margin-top: 25px;
	z-index: 9;
}

.fascionetimeline .wrappertimeline figure span{
	transition: all 0.5s ease;
	color:black;
	font-size:24px;
	font-weight:800;
}

.fascionetimeline .wrappertimeline figure .stella {
	height:40px;
	width:auto;
	transition: all 0.5s ease;
	z-index:9;
}

.fascionetimeline .wrappertimeline figure:nth-child(odd) {
    margin-top: -30px;
}

.fascionetimeline .wrappertimeline figure:hover span{
	opacity:0;
}
.fascionetimeline .wrappertimeline figure:hover .stella{
	transform: scale(2.8);
}

.wrappertimeline .sferabianca{
	opacity:0;
	display:flex;
	position:absolute;
	left: calc(50% - 250px);
	width:500px;
	height:500px;
	background-color:white;
	flex-wrap:wrap;
	justify-content:center;
	align-content:center;
	align-items:center;
	border-radius:50%;
	transition: all 0.5s ease;
	transform: scale(0);
}

.wrappertimeline .sferabianca.little{
	width:400px;
	height:400px;
	left: calc(50% - 200px);
}

.wrappertimeline figure:nth-child(even) .sferabianca {
	bottom: -370px;
}

.wrappertimeline figure:nth-child(odd) .sferabianca {
	bottom: -400px;
}


.wrappertimeline figure .sferabianca.big{
	bottom: -510px;
}

.wrappertimeline .sferabianca p{
	font-size:13px;
	line-height:22px;
	color:#666;
	font-weight:regular;
	width: 70%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.wrappertimeline .sferabianca strong{
    font-weight: 800;
    font-size: 18px;
	color:#ef6700;
}

.wrappertimeline .sferabianca .anno{
	font-size:42px;
	font-weight:800;
	color:#285775;
	margin-bottom:20px;
}

.fascionetimeline .wrappertimeline figure:hover .sferabianca{
	opacity:1;
	transform: scale(1);
}

.fascionenonsolo{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:600px;
	background-color:white;
	position:relative;
}

.fascionenonsolo h3{
	width:100%;
}

.fascionenonsolo .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
}

.fascionenonsolo .testo {
    width: 100%;
    text-align: center;
    line-height: 25px;
    margin-top: 80px;
	margin-bottom:40px;
}

.fascionesociale{
	display:flex;
	align-items:center;
	align-content:flex-start;
	justify-content:space-around;
	flex-wrap:wrap;
	min-height:740px;
	background-color:#efefef;
	position:relative;
}
.fascionesociale .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:100%;
}

.fascionesociale h3{
	width:100%;
}

.fascionesociale a:hover{
	animation: beat 1s;
	transform-origin: center;
}

.fascionesociale figure{
	position:relative;
	height:550px;
	width:550px;
	border-radius:50%;
	background-image:url(../img/structure/bg-sociale.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index:9;
	margin-top: 50px;
	margin-left: -400px;
}

.fascionesociale figure figcaption{
	background-color:white;
	height:600px;
	width:600px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	flex-wrap:wrap;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	position:relative;
	margin-right: -397px;
	margin-bottom: -80px;
}

.fascionesociale figure figcaption strong{
	font-weight:800;
	font-size:24px;
	color:black;
	line-height:30px;
}

.fascionesociale figure figcaption p{
	font-size:16px;
	color:#666;
	line-height:25px;
}


.fascionesociale figcaption::after {
    content: '';
    position: absolute;
    left: -51px;
    top: 245px;
    width: 86px;
    height: 180px;
    background-image: url(../placeholders/fumetto.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fascionerivenditori{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    min-height: 1200px;
    background-color: white;
    position: relative;
    align-content: center;
    padding-bottom: 100px;
}


.pg-edicart_points .fascionemozionale .boxed1400 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    background-color: transparent;
    padding: 0px;
    width: 100%;
    transform: translate(0px);
    justify-content: flex-end;
    animation: none;
}

.pg-edicart_points .fascionemozionale {
    align-items: center;
    position: relative;
}

.pg-edicart_points .aereoHome {
    top: -307px;
}

.ancoraPoint{
	margin-top:-200px;
	width:100%;
}

.fascionerivenditori h3{
	width:100%;
}

.fascionerivenditori .boxed1400{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	flex-wrap:wrap;
	height:100%;
}

.fascionerivenditori form{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:560px;
	width:560px;
	border-radius:50%;
	background-color:#ef6700;
	position:relative;
	margin-top:110px;
	font-family: 'Open Sans', sans-serif;
}

.fascionerivenditori form select{
	width: 48%;
	height: 45px;
	margin-bottom: 20px;
	border: 0px;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 15%;
	margin-right: 15%;
	background:#fff;
}

.fascionerivenditori form label{
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:800;
	color:white;
	position: absolute;
	top: 70px;
	left: 0px;
}

.fascionerivenditori .resultform{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height:660px;
	width:660px;
	border-radius:50%;
	background-color:#efefef;
	position:relative;
	margin-top:110px;
	font-family: 'Open Sans', sans-serif;
	margin-left: -75px;
	margin-bottom: -140px;
}

.fascionerivenditori .resultform strong{
    font-weight: 800;
    font-size: 24px;
    color: black;
    line-height: 30px;
	width:100%;
	text-align:center;
	margin-bottom:25px;
}

.fascionerivenditori .resultform p{
	width:100%;
	text-align:center;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.fascionerivenditori .resultform:after {
    content: '';
    position: absolute;
    left: -51px;
    top: 245px;
    width: 86px;
    height: 180px;
    background-image: url(../placeholders/fumetto_grey.png);
    background-repeat: no-repeat;
    background-position: center;
}






/**************** PAGINA DETTAGLIO PRODOTTI *****************/


.pg-licenze .fascionemozionale{
	background-image:url(../img/structure/fascioni/bg-fascione-emozionale-marchi.jpg);
}


.fascionemozionalelicenze{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-wrap: wrap;
    min-height: 714px;
    background-position: center;
	background-repeat:no-repeat;
}

.fascionemozionalelicenze figure{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 500px;
	width:500px;
	background-color:white;
	border-radius:50%;
	transform: translate(-50%);
	margin-bottom:-120px;
}

.contenutodettaglio{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    min-height: 714px;
    background-position: center;
	background-repeat:no-repeat;
}

.contenutodettaglio .boxed1400{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contenutodettaglio .testo {
    width: 100%;
    text-align: center;
    line-height: 25px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.contenutodettaglio .boxed1400 h1, .contenutodettaglio .boxed1400 h3{
	width:100%;
}

.contenutodettaglio .button.secondo{
	margin-right:30px;
}

.pg-licenze .fascioneesclusive .marchihome a{
	width:30%;
}



/************ PAGINA DISTRIBUTORI ***************/

.pg-distribuzione .fascionemozionale{
	background-image:url(../img/structure/fascioni/bg-fascione-emozionale-distribuzione.jpg);
}

.fascionedistributori{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    min-height: 855px;
    background-color: white;
    height: auto;
    padding-top: 100px;
    padding-bottom: 200px;
}

.fascionedistributori.sezProdotti {
  align-items: flex-start;
}

.marchihome.rowProdotti {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}


.marchihome.rowProdotti.horiz {
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: unset;
}

.pg-piccolilettoricrescono .fascioneesclusive.fascionedistributori.sezProdotti h3 {
  margin-bottom: 50px;
}

.pg-piccolilettoricrescono .fascioneesclusive .marchihome.rowProdotti {
  margin-top: 20px;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colDX {
  width: 72%;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colSX {
  width: 28%;
  padding-right: 2%;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti.colReverse .colSX {
  padding-right: unset;
  padding-left: 2%;
}

.sezProdotti .horiz .boxProdotti img {
  max-height: unset;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti {
	display: flex;
	text-align: left;
	padding: 40px;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti.colReverse {
  flex-direction: row-reverse;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colCenter {
  text-align: center;
  margin: auto;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colImg {
  margin: auto;
}


/* .sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colImg img { */
  /* max-height: 380px; */
/* } */

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colImg a {
  margin: auto;
  display: block;
  max-width: 100%;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colImg a:hover {
 animation: unset;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colDX .button {
  margin-left: 0;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colDX p {
	text-align: left;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti p strong {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: unset;
  display:unset;
}

.sezProdotti .marchihome.rowProdotti.horiz .boxProdotti .colDX .separatore {
  width: 100%;
}


.sezProdotti .boxProdotti {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  height: 100%;
}

.sezProdotti .boxProdotti img {
  max-height: 265px;
}

.sezProdotti .boxProdotti .button {
  margin: 30px auto 0 auto;
  animation: unset !important;
}

.sezProdotti .boxProdotti .button.btn-inv {
  color: #ef6700;
  background-color: white;
  border: 1px solid #ef6700;
}

.sezProdotti .boxProdotti .button.btn-inv:hover {
  background-color: #1d5169;
  color: white;
  border: 1px solid #1d5169;
}


.sezProdotti .boxProdotti p {
  font-size: 14px;
  line-height: 1.6;
}

.sezProdotti .boxProdotti strong {
	font-weight: 800;
	font-size: 24px;
	color: black;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;	
	line-height: 1.2;
}


.boxProdotti .separatore {
  display: block;
  background-color: #d9d9d9;
  height: 8px;
  margin: 20px auto 20px auto;
  border-radius: 10px;
  width: 70%;
}


.fascionedistributori .boxed1400{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
	position:relative;
}

.fascionedistributori .boxed1400 h1, .fascionedistributori .boxed1400 h3{
	width:100%;
}

.rigadistributore{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    align-content: flex-start;
    padding-top: 80px;
	padding-bottom:80px;
	border-bottom:1px solid #e2e2e2;
}

.fascionedistributori .catalogodistr{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 45%;
    position: relative;
}

.fascionedistributori .catalogodistr p{
    color:white;
	font-size:16px;
	width:100%;
	text-align:center;
	display:block;
	line-height:28px;
}

.fascionedistributori .catalogodistr mark{
	font-size:24px;
	font-weight:800;
	width:100%;
	text-align:center;
	display:block;
	color:white;
}



.fascionedistributori .copertinadistr{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 368px;
    width: 260px;
    margin-bottom: 91px;
    position: relative;
}

.fascionedistributori .copertinadistr img{
    max-width:100%;
}

.fascionedistributori .copertinadistr:after {
    background-image: url(../img/structure/shadow-cataloghi.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -91px;
    left: 0px;
    width: 260px;
    height: 91px;
    content: '';
}

.fascionedistributori .catalogodistr figcaption{
    background-color: #ef6700;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    position: relative;
}

.fascionedistributori .catalogodistr figcaption:after{
    content: '';
    position: absolute;
    left: -39px;
    top: 26%;
    width: 70px;
    height: 120px;
    background-image: url(../placeholders/fumetto_orange.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}

.fascionedistributori .catalogodistr figcaption .button{
    background-color: #285775;
	width:240px;
	margin-top:10px;
}

.fascionedistributori .catalogodistr figcaption .button:hover{
    color: #285775;
	background-color:white;
}

.fascionedistributori .marchicollegati {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
	margin-top:40px;
}

.fascionedistributori .marchicollegati figure{
    width:130px;
	text-align:center;
	margin-bottom:20px;
}

.fascionedistributori .marchicollegati figure img{
    max-width:100%;
}

.fascionedistributori .datiDistributori{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 45%;
    position: relative;
}

.fascionedistributori .datiDistributori .singolo{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom:25px;
	padding-top:25px;
	border-bottom:1px solid #e2e2e2;
}

.fascionedistributori .distributori1{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    position: relative;
	padding-right:20px;
	padding-left:20px;
}

.fascionedistributori .promotori1{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    position: relative;
	padding-right:20px;
	padding-left:20px;
}

.fascionedistributori .datiDistributori mark{
    font-weight: 800;
    font-size: 24px;
    color: black;
    line-height: 30px;
	width:100%;
	text-align:left;
	margin-bottom:25px;
}

.fascionedistributori .datiDistributori p{
	width:100%;
	text-align:left;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.fascionedistributori .datiDistributori .categoria{
    font-weight: 800;
    font-size: 20px;
    color: #ef6700;
    line-height: 30px;
	width:100%;
	text-align:left;
}

.fascionedistributori .dettagliodistributori {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 660px;
    width: 660px;
    border-radius: 50%;
    background-color: #efefef;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    right: 6%;
    top: 0px;
}

.fascionedistributori .dettagliodistributori:after {
    content: '';
    position: absolute;
    left: -51px;
    top: 245px;
    width: 86px;
    height: 180px;
    background-image: url(../placeholders/fumetto_grey.png);
    background-repeat: no-repeat;
    background-position: center;
}



.fascionedistributori .dettagliodistributori .categoria{
    font-weight: 800;
    font-size: 20px;
    color: #ef6700;
    line-height: 30px;
	width:100%;
	text-align:center;
	margin-bottom:25px;
}




/************** PAGINA CONTATTI *****************/


.pg-contatti #map{
    position: relative;
    overflow: hidden;
    display: block;
    height: 715px;
    width: 100%;
}

.formcontatti{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: white;
    position: relative;
    align-content: center;
}

.formcontatti h1, .formcontatti h3{
	width:100%;
}

.formcontatti .boxed1400{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height:auto;
	padding-top:100px;
	padding-bottom:100px;
    align-content: center;
}

.formcontatti form{
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-around;
	flex-wrap:wrap;
	height: auto;
	width:700px;
	margin-top:30px;
	font-family: 'Open Sans', sans-serif;
}

.formcontatti form input{
    width: 48%;
    height: 50px;
    padding-left: 10px;
    margin-bottom: 30px;
    border: 0px;
    background-color: #f6f6f7;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}

.formcontatti form textarea{
    width: 98%;
	font-size:16px;
    height: 150px;
    padding: 10px;
    margin-bottom: 30px;
    border: 0px;
    background-color: #f6f6f7;
	font-family: 'Open Sans', sans-serif;
}

.formcontatti form button{
    border:0px;
	transition: all 0.5s ease;
	font-family: 'Open Sans', sans-serif;
}
.formcontatti form button:hover{
    cursor:pointer;
}

.formcontatti form .captcha1{
    display:flex;
	align-items:center;
	justify-content:space-around;
	width:100%;
	height:50px;
	margin-bottom:30px;
}
.formcontatti form #captchacode{
    margin-bottom:0px;
}

.formcontatti form .captchaContainer{
    display: flex;
    width: 48%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
	border: 1px solid #f6f6f7;
	height: 50px;
}

.formcontatti form .captchaContainer a:hover{
    transform: rotate(270deg);
}

.formcontatti .doppioflag{
    width:98%;
}

.textPrivEd{
    height: 105px;
    overflow: auto;
    border: 1px solid #eee;
    padding: 10px;
    width: 98%;
}

.textPrivEd p{
    font-size: 12px;
    line-height: 17px;
}



/************** PRIVACY POLICY *****************/

.paginaprivacy{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: white;
    position: relative;
    align-content: center;
    padding-bottom: 100px;
	padding-top:100px;
}

.paginaprivacy h1{
	width:100%;
}

.paginaprivacy h2{
    margin-bottom: 100px;
}

.paginaprivacy h3 {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    font-weight: 900;
    color: #285775;
}

.paginaprivacy p{
    line-height:22px;
}


.paginaprivacy ul, .paginaprivacy ol{
    padding-left: 20px;
    line-height: 22px;
}

.paginaprivacy ul{
    list-style: disc;
}

main .paginaprivacy ol.lettere{
    list-style: lower-latin;
}

.paginaprivacy a{
   font-weight:bold;
   color:#285775;
}

.paginaprivacy a:hover{
   color:#666;
}

.paginaprivacy table {
    border:0px;
	margin-top:30px;
}

.paginaprivacy table p {
    line-height: 16px;
	font-size:12px;
}

.paginaprivacy table td{
    border: 1px solid #eee;
	padding:5px;
}

.wrapperTable{
    position: relative;
}
.containerTable{
    margin-bottom: 100px;
    overflow-x: auto;
    width: 100%;
    height: auto;
    overflow-y: hidden;
}


/************** FOOTER *****************/

.footerMain{
	width:100%;
	min-height:490px;
	height:490px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color:#285775;
}

.footerMain .boxed1400{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: wrap;
	height:calc(100% - 60px);
	font-size:14px;
	color:#999999;
	line-height:35px;
	align-content:center;
}
.footerMain .bottombar{
	width:100%;
	height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color:#111215;
	color:#999;
}

.footerMain .bottombar a{
	color:#999;
	font-size:14px;
}

.footerMain .testofooter{
  width: 100%;
  height: 260px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid #94abba;
  border-bottom: 1px solid #94abba;
  padding: 20px 0;
}


.footerMain .footersx{
    width: 450px;
	height:370px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footerMain .footersx h2{
    color:white;
	width:100%;
	text-align:left;
}

.footerMain .footersx .dati01, .footerMain .footersx .dati01 a{
    width:50%;
	color:white;
	font-size:14px;
	line-height:32px;
}

.footerMain .footersx .dati02, .footerMain .footersx .dati02 a{
    width:50%;
	color:#94abba;
	font-size:14px;
	line-height:32px;
}


.footerMain .footersx a:hover{
	color:#0ba5b7;
}


.footerMain .socials{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	align-content:flex-end;
}

.footerMain .socials a{
	height:45px;
	width:45px;
	border-radius:50%;
	border:2px solid #94abba;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:15px;
}

.footerMain .socials a:hover{
	border:2px solid white;
}

.footerMain .footerdx{
    width: 590px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.footerdx .button {
  font-size: 14px;
}

.footerMain .footerdx img{
    margin-bottom:-117px;
}

.footerMain .footerdx aside{
    background-color: white;
    height: 360px;
    width: 360px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    position: relative;
}

.footerMain .footerdx aside:after{
    content: '';
    position: absolute;
    left: -51px;
    top: 26%;
    width: 86px;
    height: 180px;
    background-image: url(../placeholders/fumetto.png);
    background-repeat: no-repeat;
    background-position: center;
}


.footerMain aside strong {
    font-weight: 800;
    font-size: 24px;
    color: black;
    line-height: 30px;
}

.footerMain aside p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
	margin-bottom:15px;
}

.footerMain .bottombar .boxed1400{
    height:100%;
}

.footerMain .bottombar a:hover{
    color: #0ba5b7;
}

/********** PAGINA LIST IN CARTELLA *************/

.pg-3d .tablePage{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
	margin-top:80px;
	line-height:20px;
}

.pg-3d .tablePage .intestazione {
    font-size: 20px;
    font-weight: bold;
}

.pg-3d .tablePage .intestazione .dimensione {
    width:20%;
}

.pg-3d .tablePage .intestazione .ultimo {
    width:20%;
}

.pg-3d .tablePage td {
    padding: 15px;
}

.pg-3d .tablePage tr:nth-child(even) {
    background-color: #f0f0f0;
}


.pg-3d .tablePage a{
	color:#ef6700;
}

.pg-3d .tablePage a:hover{
	color:#285775;
}


.pg-3d main{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: white;
}

.pg-3d main .boxed1400 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 100%;
	padding-top:100px;
	padding-bottom:100px;
}


/************* ANIMAZIONI ****************/

@keyframes rotation {
  100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);
  }
}

@keyframes spaceInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(.2) translate(0%, -200%);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: scale(1) translate(0%, 0%);
  }
}


@keyframes boingInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(-90deg);
  }
  
  50% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(50deg);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(0deg);
  }
}

@keyframes beat{
	40% { transform: scale(0.8); }
	65% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

@keyframes beat2{
	40% { transform: scale(0.8); }
	65% { transform: scale(1.05); }
	100% { transform: scale(1); }
}


@keyframes translateleft{
	100% { transform: translate(0px); }
}

@keyframes translateleftcontrario{
	0% { transform: translate(0px); }
	100% { transform: translate(-100%); }
}

@keyframes coloreSfondo{
	0% { background-color:#285775; }
	50% { background-color:#ef6700; }
	100% { background-color:#285775; }
}

@keyframes aereo {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 3px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, -2px, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


/** PAGINA DISTRIBUZIONE E PROGETTI ***/

.pg-distribuzione .rigadistributore {
    border-bottom: 0;
}

.progetti-loghi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    width: 100%;
	padding: 0 100px;
}
.progetti-loghi div {
    width: 16.66%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progetti-loghi div a:hover {
    animation: beat 1s;
    transform-origin: center;
}
.progetti-loghi div img {
    max-width: 160px;
    height: auto;
}

.progetti-loghi div:first-child img {
    max-width: 250px;
}

.progetti-loghi strong {
    font-weight: 800;
    font-size: 24px;
    color: black;
    line-height: 30px;
}

.progetti-loghi div.progetti-loghi-full {
    width: 50%;
    justify-content: flex-end;
    padding: 40px 20px;
}

.progetti-loghi div.progetti-loghi-full:last-child {
    justify-content: flex-start;
}

.progetti-loghi div.progetti-loghi-full img {
    max-width: none;
}

.librerie {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 80px;
}

.boxLibrerie {
  border-radius: 15px;
  padding: 60px;
  box-shadow: 0 3px 0 #dfdfdf;
  line-height: 25px;
  background-color: #efefef2e;
  margin: 0 30px;
  border: 1px solid #efefef;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 40%;
}

.boxLibrerie h3 {
  color: #285775;
  font-weight: 800;
  margin-bottom: 10px;
}

.boxLibrerie a {
  color: #ef6700;
}

.boxLibrerie a:hover {
  color: #285775;
}

/** SOLO EXPLORER ***/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .fascionemozionale{
	height:714px;	
}
.fascionecataloghi{
	height:855px;	
}
.fascionerilievo{
	height:715px;	
}
.fascioneesclusive{
	height:1250px;	
}
.pg-licenze .fascioneesclusive{
	height:1500px;	
}
.fascionesocialwall{
	height:1500px;	
}
.fascionegruppo{
	height:800px;	
}
.fascionetimeline{
	height:1000px;	
}
.fascionetimeline .boxed1400{
	align-items:flex-start;
	align-content:flex-start;
}
.fascionenonsolo{
	height:600px;	
}
.fascionesociale{
	height:740px;	
}
.fascionerivenditori{
	height:1200px;	
}
.bottombar{
	z-index:2;	
}
.fascionecataloghi{
	height:auto;
}
.fascionecataloghi .slides{
	height:auto;
}
.fascionecataloghi .boxed1400{
	height:auto;
}
.fascionerivenditori form select[name=regione]{
	margin-left:-44px;
}
.fascionedistributori .copertinadistr img{
	width:260px;
	height: 368px;
}
.pg-licenze .fascioneesclusive .marchihome a img{
	height:360px;
	width:360px;
}
.fascioneesclusive .marchihome a img{
	max-width:250px;
}
.pg-contatti .mfp-content{
  margin-left:0px;
}
}


/* Safari */

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {

 .containerFb .fb-page{
    border: 0px solid white;
}

}


/* VIDEO HOME */

.fascionecataloghi .boxed1400.TwoBox {
  align-items: flex-start;
}

.fascionecataloghi .boxed1400.TwoBox iframe {
  margin-top: 35px;
}

.fascionecataloghi .boxed1400.TwoBox section.videoHome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fascionecataloghi .boxed1400.TwoBox section {
  width: 40%;
}

.fascionecataloghi .boxed1400.TwoBox section:last-child {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fascionecataloghi .slides li:last-child {
  margin-right: 0 !important;
}

.iframe-responsive{position: relative; width: 100%; padding-bottom: 56.25%; height: 0; }
.iframe-responsive iframe{ position: absolute; top:0; left: 0; width: 100%; height: 100%; }


/* FASCIA HOME */
.fascionecataloghi .slides{
    display:block;
}
.fascionecataloghi a.copertinacatalogo {
  margin-left: auto;
  margin-right: auto;
}


.fascionecataloghi .flex-direction-nav li {
  position: absolute;
  z-index: 99;
  top: 55%;
  margin-left: 5%;
}

.fascionecataloghi .flex-direction-nav li.flex-nav-next {
  right: 5%;
  margin-left: unset;
}

.fascionecataloghi .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fascionecataloghi .flex-direction-nav a.flex-next::before {
  content: '\f002';
}
.fascionecataloghi .flex-direction-nav a::before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.fascionecataloghi .flex-direction-nav .flex-next {
  text-align: right;
}

.fascionecataloghi .flex-direction-nav .flex-prev {
  left: 30px;
}

.fascionecataloghi .flex-direction-nav .flex-next {
  right: 30px;
}

.Doppio-anno {
  min-width: 130px;
}


.fascionedistributori.fascioneRegolamenti {
  min-height: unset;
  padding-top: 0;
  padding-bottom: 100px;
}

.fascionedistributori.fascioneRegolamenti .progetti-loghi {
  margin-top: 50px;
}

.fascionedistributori.fascioneRegolamenti .progetti-loghi div.progetti-regolamenti {
  width: 100%;
  margin-bottom: 0;
}
.fascionedistributori.fascioneRegolamenti .progetti-loghi div a{
  margin-left: 30px;
}

.fascionedistributori.fascioneRegolamenti .progetti-loghi div a:hover {
  animation: unset;
  transform-origin: unset;
}

.ch2-settings-actions p a{
	display:none!important;
}


.navSite .mainMenu li .dropdown {
  width: fit-content;
  height: auto;
  position: absolute;
  top: 119px;
  left: 13%;
  z-index: 99;
  display: none;
  background: #fff;
  padding: 40px 10px 40px 10px;
  animation: comparidasopra2 0.1s;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #8888888f;
  min-width: 360px;
  filter: drop-shadow(-2px -6px 3px rgba(111, 111, 111, 0.09));
}

.navSite .mainMenu li.menu-servizi .dropdown {
  left: 66%;
  min-width: 300px;
}

.navSite .mainMenu li .dropdown:after {
  clip-path: polygon(50% 44%, 0% 100%, 100% 100%);
  position: absolute;
  content: "";
  top: -40px;
  left: 21px;
  background-color: #fff;
  z-index: 2;
  width: 50px;
  height: 50px;
}

.navSite .mainMenu li .dropdown li {
  height: auto;
}

.navSite .mainMenu li .dropdown li a {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  min-height: 40px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.navSite .mainMenu li .dropdown li a:hover {
  background-image: none;
  background-color: #ecedec;
  padding: 10px 30px;
}

.dropdownMobile {
  margin-bottom: 30px;
}

#idMenuFull .navSite .mainMenu .dropdownMobile li {
	height: 35px;
}

#idMenuFull .navSite .mainMenu .dropdownMobile li a {
	font-size:13px;
	font-weight: normal;
}

.menuOpened .navSite .mainMenu li.menu-separation{
	  height: auto;
}
.navSite .mainMenu li.menu-separation {
  display: block;
}


@keyframes comparidasopra {
  0% {
    margin-top: -155px;
    opacity:0;
  }

  70% {
    opacity:0.2;
  }

  100% {
    margin-top: 0px;
    opacity:1;
  }
}

@keyframes comparidasopra2 {
  0% {
    margin-top: -40px;
    opacity:0;
  }

  70% {
    opacity:0.2;
  }

  100% {
    margin-top: 0px;
    opacity:1;
  }
}


.fascionecataloghi a.copertinacatalogo:after {
display:none!important;
}