/*--- header ---*/
.header-page-nav-001-1600 {
	max-width: 1600px;
	position: relative;
	margin: 0 auto;
}

.menu-header-001-1600-header {
	position:absolute;
	top:0;
	left:0;
	padding:0 0 0 0;
	margin: 0 auto;
	width:100%;
	max-width: 1600px;
	height: 90px;
	z-index:1100;
	background-color: transparent;
}

.header-when-page-scroll-001-1600 {
	max-width: 1600px;
	margin: 0 auto;
}

.menu-header-001-1600-header-scroll {
	position:fixed;
	top:-90px;
	left: auto;
	padding:0 0 0 0;
	width:100%;
	max-width: 1600px;
	height: 90px;
	background-color:#fff;
	box-shadow: 0 25px 20px -20px rgba(0,0,0,0.5);
	z-index:999;
}

.menu-header-001-1600-header-scroll .logo,
.menu-header-001-1600-header .logo {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	width: 240px;
	height:90px;
	float:left;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 320px) {

	.menu-header-001-1600-header-scroll .logo, 
	.menu-header-001-1600-header .logo {
		width: 180px;
	}

}

@media only screen and (min-width: 481px) and (max-width: 768px) {

	.menu-header-001-1600-header-scroll {
		box-shadow: 0 -6px 15px 5px rgba(0,0,0,0.5);
	}

}

@media only screen and (max-width: 480px) {

	.menu-header-001-1600-header-scroll {
		box-shadow: 0 -6px 13px 4px rgba(0,0,0,0.5);
	}

}

.menu-header-001-1600-header-scroll .logo img,
.menu-header-001-1600-header .logo img {
	width: auto;
	height: 90px;
}

.menu-header-001-1600-nav {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;
	height:90px;
	display: table;
}

.menu-header-001-1600-nav ul {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
}

.menu-header-001-1600-nav ul li {
	position:relative;
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}

.menu-header-001-1600-nav ul li.search {
	height:21px;
	padding: 29px 0 0 0;
}

.menu-header-001-1600-nav ul li.hamburger {
	float:right;
}

.menu-header-001-1600-nav ul li a {
	margin:0;
	padding:0;
	display: block;
	line-height: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Gotham Medium;
	font-size: 14px;
	text-transform: uppercase;
}

.menu-header-001-1600-nav ul li a:hover {
	color: #ddd;
}

.menu-header-001-1600-nav ul li a.active {
/*
	box-shadow:0 2px 0px -1px rgba(255,255,255,0.5);
*/
	color:#ddd;
}

.menu-header-001-1600-header-scroll .menu-header-001-1600-nav ul li a {
	color:#333;
}

.menu-header-001-1600-header-scroll .menu-header-001-1600-nav ul li a:hover {
	color:#888;
}

.menu-header-001-1600-header-scroll .menu-header-001-1600-nav ul li a.active {
/*
	box-shadow:inset 0 2px 0px -1px rgba(0,0,0,0.5);
*/
	color:#888;
}

.menu-header-001-1600-nav .for-shop {
	position:relative;
	top:21px;
}

@media only screen and (max-width: 930px)
{

	.menu-header-001-1600-nav ul li {
		margin: 0 10px 0 0;
	}

}

@media only screen and (max-width: 768px)
{

	.menu-header-001-1600-nav ul li {
		margin: 0 25px 0 0;
	}

}

@media only screen and (max-width: 575px)
{

	.menu-header-001-1600-nav ul li {
		margin: 0 5px 0 0;
	}

	.menu-header-001-1600-nav .for-shop {
		position:absolute;
		right:5px;
		top:21px;
	}
}

@media only screen and (max-width: 320px)
{

	.menu-header-001-1600-nav ul li {
		margin: 0 0 0 0;
	}

}

/*--- ! ---*/

/*--- shadow immagine top ---*/
.shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*
    max-height:500px;
*/
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    opacity: 0;
}
/*--- eventuale elemento dinamico con piccola animazione in entrata ---*/
.dynamic-element {
    position: relative;
    top: 360px;
    width: 100%;
    height:140px;
    max-height:140px;
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    z-index: 9;
}
/*--- ! ---*/

.top-background.wide {
    height:100vh;
    max-height:100vh;
}

.top-background-container {
    position: absolute;
    top: 90px;
    bottom: auto;
    left: auto;
    right: auto;
    display: flex;
    width: 100%;
    height: calc( 100% - 90px);
    padding: 0;
    margin: 0;
}

.top-background-container.wide {
    height:calc(100vh - 91px);
}

.top-background-container.sx {
    justify-content:flex-start;
}

.top-background-container.cx {
    justify-content:center;
}

.top-background-container.dx {
    justify-content:flex-end;
}

.top-background-container.top {
    align-items:flex-start;
}

.top-background-container.center {
    align-items:center;
}

.top-background-container.bottom {
    align-items:flex-end;
}

.top-background-content {
    position: relative;
    display: block;
    padding: 0 50px 50px 50px;
}

.top-background-container.wide .top-background-content {
    width: 100%;
}

.top-background.wide .shadow-top {
    background-color:rgba(0,0,0,0.5);
    max-height: 100%;
}

.top-background-content h1,
.top-background-content h2,
.top-background-content h3,
.top-background-content h4,
.top-background-content h5 {
    font-family: Gotham Light;
    letter-spacing: -4px;
    font-weight: 100;
    margin: 20px 0 30px 0;
    position: relative;
    width: 100%;
    color: #fff;
}

.top-background-content h1 {
    font-size: 60px;
    line-height: 55px;
}

.top-background-content h2 {
    font-size: 45px;
    line-height: 45px;
}

.top-background-content h3 {
    font-size: 40px;
    line-height: 40px;
}

.top-background-content h4 {
    font-size: 30px;
    line-height: 30px;
}

.top-background-content h5 {
    font-size: 26px;
    line-height: 26px;
}

@media only screen and (max-width: 480px)
{

    .top-background-container {
        top: 90px;
        height: calc(100% - 90px);
    }

    .top-background-content {
        padding: 0 30px 100px 30px;
    }

    .top-background-content h1 {
        font-size: 40px;
        line-height: 35px;
    }

    .top-background-content h2 {
        font-size: 35px;
        line-height: 30px;
    }

    .top-background-content h3 {
        font-size: 25px;
        line-height: 20px;
        letter-spacing: -2px;
    }

    .top-background-content h4 {
        font-size: 25px;
        line-height: 20px;
        letter-spacing: -2px;
    }

    .top-background-content h5 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -2px;
    }

}



/*
.top-background-container.sx h1,
.top-background-container.sx h2,
.top-background-container.sx h3,
.top-background-container.sx h4,
.top-background-container.sx h5,
.top-background-container.sx p {
    text-align: left;
}

.top-background-container.cx h1,
.top-background-container.cx h2,
.top-background-container.cx h3,
.top-background-container.cx h4,
.top-background-container.cx h5,
.top-background-container.cx p {
    text-align: center;
}

.top-background-container.dx h1,
.top-background-container.dx h2,
.top-background-container.dx h3,
.top-background-container.dx h4,
.top-background-container.dx h5,
.top-background-container.dx p {
    text-align: right;
}
*/

/*--- immagine top background ---*/
.t-001 {
    top: 0;
    left: 0;
    width: 100%;
    height:500px;
/*
    max-height:500px;
*/
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.t-001.no-fixed {
    position: absolute;
}

.t-001.fixed {
    position: fixed;
}

.t-001 .top-background-content {
    position: relative;
    padding: 0 50px 50px 50px;
    display: flex;
}

.t-001 .top-background-content.cx {
    justify-content: center;
}

.t-001 .top-background-content.sx {
    justify-content: flex-start;
}

.t-001 .top-background-content.dx {
    justify-content: flex-end;
}

.t-001 .top-background-content .blocco {
    position: relative;
}

.t-001 .top-background-content h1,
.t-001 .top-background-content h2,
.t-001 .top-background-content h3,
.t-001 .top-background-content h4,
.t-001 .top-background-content h5 {
    width:auto !important;
}





/*--- footer ---*/

/*

il footer normalmente è in posizione relativa, ovvero scorre con il resto della pagina

se aggiungo la classe .reveal lo rendo fisso in basso alla pagina

*/
/*
variabili footer 
    colore sfondo 
    --bg-footer:transparent !important;

    colore generale
    --color-footer:#bbb;

    colore link
    --color-footer-link:#fff;

    colore link hover
    --color-footer-link-over:#888;

*/
:root {
    --bg-footer-001-1600: transparent;
    --color-footer-001-1600: #fff;
    --color-footer-link-001-1600: #fff;
    --color-footer-menu-001-1600: #fff;
    --color-footer-link-over-001-1600: #fc0;
}


.footer-001-1600-footer {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    width: 100%;
    height:600px;
/*
    top: var(--margin-top-content);
*/
    background-color: var(--bg-footer-001-1600);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    font-family: 'Lato', sans-serif;
    overflow:hidden;
}

.footer-001-1600-footer.reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
}

.footer-001-1600-footer .company {
    position:relative;
    color:var(--color-footer-001-1600);
    font-size:13px;
    font-weight:300;
    line-height:20px;
}

.footer-001-1600-footer .company a {
    color:var(--color-footer-link-001-1600);
    text-decoration: none;
}

.footer-001-1600-footer .company a:hover {
    color:var(--color-footer-link-over-001-1600);
}

.footer-001-1600-footer .company span {
    font-weight:400;
}

.footer-001-1600-footer .company .logo {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    width: 180px;
    max-width: 180px;
}

.footer-001-1600-footer .logo img {
    width: auto;
    height: 45px;
}

.footer-001-1600-footer .company .text {
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--color-footer-001-1600);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.footer-001-1600-footer .company .text .ragione-sociale {
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--color-footer-001-1600);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.footer-001-1600-footer .text.ragione-sociale-sottotitolo {
    margin: 0 0 0 0;
    font-size:13px; 
    letter-spacing: 0px; 
    line-height:22px;
}

.footer-001-1600-footer .container {
    padding: 100px 50px 0 50px;
    height: 100%;
}

.footer-001-1600-footer-menu {
    position:relative;
    margin:0;
    padding:0;
    clear: both;
}

.footer-001-1600-footer-menu .title {
    position:relative;
    width:100%;
    display:block;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-001-1600-footer-menu .title span {
    color:var(--color-footer-link-001-1600);
    font-family: Gotham Bold;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -1px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
}

.footer-001-1600-footer-menu ul {
    position:relative;
    margin:0;
    padding:0 0 0 0;
}

.footer-001-1600-footer-menu ul li {
    position:relative;
    margin:0 0 0 0;
    padding:0;
    list-style-type: disc;
    list-style-position: inside;
    color:var(--color-footer-menu-001-1600);
}

.footer-001-1600-footer-menu ul li a {
    position: relative;
    width: 100%;
    display: inline;
    color: var(--color-footer-menu-001-1600);
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    margin: 0 0 0 -10px;
    font-family: Gotham Book;
}

@-moz-document url-prefix() { 
    .footer-001-1600-footer-menu ul li a {
        margin: 0 0 0 0;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) { 

    .footer-001-1600-footer-menu ul li a {
        margin: 0 0 0 2px;
    }

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2) { 

    .footer-001-1600-footer-menu ul li a {
        margin: 0 0 0 2px;
    }

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

    .footer-001-1600-footer-menu ul li a {
        margin: 0 0 0 2px;
    }

}

.footer-001-1600-footer-menu ul li a:hover {
    color:var(--color-footer-link-over-001-1600);
}


.footer-001-1600-footer .copyright-credits {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 130px;
    color: var(--color-footer-001-1600);
    font-size: 13px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.footer-001-1600-footer .copyright-credits .container {
    height: inherit;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.footer-001-1600-footer .copyright {
    float: left;
    width: 50%;
    font-weight: 400;
    height: 66px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
}

.footer-001-1600-footer .copyright span {
    position: absolute;
}

.footer-001-1600-footer .copyright a {
    position:relative;
    width:100%;
    display:block;
    color:var(--color-footer-link-001-1600);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    margin: 10px 0 0 0;
    text-decoration: none;
}

.footer-001-1600-footer .copyright a:not(.with-border) {
    text-decoration: underline;
}

.footer-001-1600-footer .copyright a:hover {
    color:var(--color-footer-link-over-001-1600);
}

a.with-border {
    border-color:#bbb;
}

.footer-001-1600-footer .credits {
    float: right;
    width: 50%;
    height: 66px;
    text-align: right;
}

.footer-001-1600-footer .credits a {
    width: 146px;
}

.footer-001-1600-footer-social {
    position:relative;
    margin:30px 0 0 0;
    padding:0 0 0 0;
}

.footer-001-1600-footer-social ul {
    position:relative;
    margin:0;
    padding:0 0 0 0;
}

.footer-001-1600-footer-social ul li {
    position:relative;
    margin:0 5px 0 0;
    padding:0;
    list-style:none;
    float: left;
}

.footer-001-1600-footer-social ul li:last-child {
    margin:0 0 0 0;
}

.footer-001-1600-footer-social ul li a {
    position:relative;
    display:inline-block;
    margin: 0 0 0 0;
}

.footer-001-1600-footer-social ul li a img {
    height: 40px;
}


@media only screen and (max-width: 1279px)
{
    .footer-001-1600-footer {
        padding: 0;
    }

    .footer-001-1600-footer .container {
        padding: 100px 50px 0 50px;
        height: 100%;
    }

    .footer-001-1600-footer .copyright-credits .container {
        padding: 0 50px;
    }

}

@media only screen and (max-width: 900px) {

    .footer-001-1600-footer-menu {
        display: none;
    }

}

@media only screen and (max-width: 768px)
{

    .footer-001-1600-footer {
        padding: 0 0 0 0;
    }

    .footer-001-1600-footer .container {
        padding: 50px 50px 0 50px !important;
    }

    .footer-001-1600-footer .copyright-credits .container {
        padding: 0 50px !important;
    }

    .footer-001-1600-footer .vcenter {
        display: block;
    }

    .footer-001-1600-footer .vcenter.for-company {
        text-align: center;
    }

    .footer-001-1600-footer .logo img {
        width:auto;
    }

    .footer-001-1600-footer .credits.vcenter {
        text-align: right;
        width: 100%;
        display: block;
    }

    .footer-001-1600-footer .credits img {
/*
        width:109px;
*/
    }

    .footer-001-1600-footer .company {
        padding: 0;
    }

    .footer-001-1600-footer .copyright {
        float: none;
        width: 100%;
        padding: 0 0;
    }

    .footer-001-1600-footer .credits {
        float: none;
        width: 100%;
        padding: 0 0;
/*
        height: 66px;
*/
        padding: 0 0;
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }

}

@media only screen and (max-width: 480px)
{

    .footer-001-1600-footer .container {
		padding: 50px 20px 0 20px !important;
	}
	
	.footer-001-1600-footer .copyright-credits .container {
		padding: 0 20px !important;
	}

    .footer-001-1600-footer .copyright-credits {
/*      
        bottom: 15px;
*/      
        bottom:0;
    }
}

/*--- ! ---*/

/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

.blueimp-gallery > .prev, 
.blueimp-gallery > .next {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    opacity: 0.9;
    box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.5);
}
.blueimp-gallery > .close {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    opacity: 0.9;
    padding: 0;
}

/*--- personalizzazoione pulsante intro ---*/
.intro-001-intro-block a {
    position: relative;
    display: inline-block;
    padding: 8px 50px 10px 50px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.40);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background-color: transparent;
    border-radius: 100px;
}

.intro-001-intro-block a:hover {
    background-color: #fff;
    color: #333;
}

.intro-001-intro-block a.eventi {
    position: relative;
    display: inline-block;
    padding: 8px 50px 10px 50px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.40);
    color: #753b3e;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background-color: rgba(255,255,255,1);
    border-radius: 100px;
}

.intro-001-intro-block a.eventi:hover {
    background-color: transparent;
    color: #fff;
}

/* text align */

@media only screen and (max-width: 480px) {
    .text-left-smartphone {
		text-align: left;
    }
    .text-center-smartphone {
		text-align: center;
    }
    .text-right-smartphone {
		text-align: right;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .text-left-tablet {
		text-align: left;
    }
    .text-center-tablet {
		text-align: center;
    }
    .text-right-tablet {
		text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .text-left-mobile {
		text-align: left;
    }
    .text-center-mobile {
		text-align: center;
    }
    .text-right-mobile {
		text-align: right;
    }
}

@media only screen and (min-width: 769px) {
    .text-left-desktop {
		text-align: left;
    }
    .text-center-desktop {
		text-align: center;
    }
    .text-right-desktop {
		text-align: right;
    }
}

/*--- personalizzabile tramite override end ---*/

/*--- typography ---*/

/*
    font-family: Gotham Light;
	font-family: Gotham Book;
	font-family: Gotham Medium;
	font-family: Gotham Bold;
*/

h1.gotham {
font-family: Gotham Bold;
color: #1a89c3;
}

h2.gotham {
font-family: Gotham Bold;
color: #82bb9a;
}

h1.sofia {
font-family: 'Sofia', cursive;
font-size: 60px;
line-height: 55px;
letter-spacing: 0px;
font-weight: 100;
margin: 20px 0 15px 0;
}

h2.sofia {
font-family: 'Sofia', cursive;
font-size: 45px;
line-height: 45px;
letter-spacing: 0px;
font-weight: 100;
margin: 20px 0 0px 0;
padding-bottom: 30px;
}

h3.sofia {
font-family: 'Sofia', cursive;
font-size: 30px;
line-height: 30px;
letter-spacing: 0px;
font-weight: 100;
margin: 20px 0 20px 0;
}

h4.sofia {
font-family: 'Sofia', cursive;
font-size: 20px;
line-height: 25px;
letter-spacing: 0px;
margin: 20px 0 9px 0;
}

h5.sofia {
font-family: 'Sofia', cursive;
font-size: 20px;
line-height: 25px;
letter-spacing: 0px;
font-weight: 100;
margin: 20px 0 10px 0;
}

h6.sofia {
font-family: 'Sofia', cursive;
font-size: 20px;
line-height: 25px;
letter-spacing: 0px;
font-weight: 100;
font-style: italic;
margin: 20px 0 10px 0;
}

.fw-100 {
    font-weight: 100;
}

/*--- ! ---*/


@media only screen and (max-width: 640px) {

	h1.sofia {
	font-family: 'Sofia', cursive;
	font-size: 45px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 100;
	margin: 20px 0 30px 0;
	}

	h3.sofia {
	font-family: 'Sofia', cursive;
	font-size: 40px;
	line-height: 38px;
	letter-spacing: 0px;
	font-weight: 100;
	margin: 20px 0 25px 0;
	}

}

@media only screen and (max-width: 480px) { /* Smartphone */
	h3.gotham {
	font-size: 20px;
	line-height: 26px;
	margin: 0px 0 20px 0;
	font-family: Gotham Medium;
	}
}


/* Voci del menu panel */
.panel-menu-001-panel-menu .section .title a {
	font-family: Gotham Bold;
	color: #ffffff;
}
.panel-menu-001-panel-menu .section .title a:hover {
	font-family: Gotham Bold;
	color: #ffc366;
}

/* Sottovoci del menu panel */
.panel-menu-001-panel-menu .content ul li a {
	font-family: Gotham Bold;
	color: #ffffff;
}

.panel-menu-001-panel-menu .content ul li a:hover {
	font-family: Gotham Bold;
	color: #ffc366;
}

/* riga di divisione tra le voci di menu */
.panel-menu-001-panel-menu .content .section {
    border-bottom: 1px solid #3f3f3f;
}

/* riga di divisione tra le sottovoci di menu */
.panel-menu-001-panel-menu .content ul li {
    border-bottom: 1px solid #3f3f3f;
}

/* punti del sottomenu */
::marker {
	color: #3f3f3f;
}

/* fascia sx del sottomenu */
.panel-menu-001-panel-menu .content ul {
    border-left: 10px solid #3f3f3f;
}

/* sfondo del panel */
.panel-menu-001-panel-menu {
    background-color: #13100c;
}

/* firma Astrelia */
.panel-menu-001-panel-menu .footer a {
    background-color: #13100c;
	color: #ffffff;
}

.panel-menu-001-panel-menu .footer {
    border-top: 1px solid #3f3f3f;
}

/* menu header */
.menu-header-001-nav ul li a {
    color: #fff;
	font-family: Gotham Medium;
}
.menu-header-001-header-scroll .menu-header-001-nav ul li a {
    color: #595041;
}
.menu-header-001-header-scroll .menu-header-001-nav ul li a:hover {
    color: #985c00;
}

/* menu footer  */
.footer-001-footer-menu .title h3 {
	font-family: Gotham Book;
}

/* ristorante */
.immagine-principale-ristorante {
	border-radius: 10px;
}

.orario {
	font-size: 30px;
}

table {
	margin: 0px 0px 20px 0px;
}

th, td {
	padding: 15px;
	text-align: left;
}

@media only screen and (max-width: 480px) { /* Smartphone */
	table {
	  margin: 20px 0px 20px 0px;
	  width: 100%;
	}
}

.tabella-orari {
	border: 1px solid #e5f6ff;	
}

.cella-orari {
	border-bottom: 1px solid #e5f6ff;
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.tabella-recapiti {
		padding: 0px 0px 0px 50px;		
	}
}

.but-ristorante {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 769px) { /* Desktop */
	.img-but-ristorante {
		width: 260px;
		border-radius: 10px;	
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.img-but-ristorante {
		width: 260px;
		border-radius: 10px;	
	}
}

@media only screen and (max-width: 480px) { /* Smartphone */
	.img-but-ristorante {
		width: 100%;
		border-radius: 10px;	
	}
}

@media only screen and (min-width: 769px) { /* Desktop */
	.note-prezzi {
		border-left: 3px solid #000;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.note-prezzi {

	}
}

@media only screen and (max-width: 480px) { /* Smartphone */
	.note-prezzi {

	}
}

.pasto {
	font-family: Gotham Medium;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0px;
	color: #fff;
}

.euro {
	font-family: Gotham Light;
	font-size: 30px;
	letter-spacing: 0px;
	color: #fff;
}

.prezzo1 {
	font-family: Gotham Bold;
	font-size: 60px;
	letter-spacing: 0px;
	color: #fff;
}

.prezzo2 {
	font-family: Gotham Book;
	font-size: 30px;
	letter-spacing: 0px;
	color: #fff;
}

.sfondo-prezzo-pranzo {
	background-color: #1a89c3;
}

.sfondo-prezzo-cena {
	background-color: #1a89c3;
}

.sfondo-prezzo-launch {
	background-color: #1a89c3;
}

@media only screen and (min-width: 769px) { /* Desktop */
	.citazione {
		font-family: Gotham Book;
		font-style: italic;
		font-size: 20px;
		color: #808080;
		line-height: 30px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.citazione {
		font-family: Gotham Book;
		font-style: italic;
		font-size: 20px;
		color: #808080;
		line-height: 30px;
	}
}

@media only screen and (max-width: 480px) { /* Smartphone */
	.citazione {
		font-family: Gotham Book;
		font-style: italic;
		font-size: 16px;
		color: #808080;
	}
}

@media only screen and (min-width: 769px) { /* Desktop */
	.pul-menu {
		border-radius: 10px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.pul-menu {
		border-radius: 10px;
		width: 300px;
	}
}

@media only screen and (max-width: 480px) { /* Smartphone */
	.pul-menu {
		border-radius: 10px;
	}
}

@media only screen and (min-width: 769px) { /* Desktop */
	.pul-menu-pagina-menu {
		border-radius: 10px;
		width: 300px;
		margin-top: 10px
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.pul-menu-pagina-menu {
		border-radius: 10px;
		width: 300px;
		margin-top: 10px
	}
}

@media only screen and (max-width: 480px) { /* Smartphone */
	.pul-menu-pagina-menu {
		border-radius: 10px;
		margin-top: 10px
	}
}





.vimeo-text-container-002 .vimeo-text-content-002 a {
    letter-spacing: 0px;
}

.vimeo-text-container-002 .vimeo-text-content-002 h1 {
    font-size: calc(16px + (96 - 28) * ((100vw - 96px) / (2000 - 320)));
    margin: 0 0 20px;
    padding: 0 0 0 0;
    color: #fff;
    font-weight: 400;
	font-family: Gotham Bold;
    letter-spacing: -3px;
}

.vimeo-text-container-002 .vimeo-text-content-002 h5 {
    font-size: calc(10px + (36 - 16) * ((100vw - 36px) / (2000 - 320)));
    margin: 20px 0 20px;
    padding: 0 0 0 0;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}



.multi-text-dynamic-006 {
	padding: 0px 500px 0px 0px;
}


@media only screen and (min-width: 769px) { /* Desktop */
	.allineamento-prezzi {
		display: flex;
		align-items: center;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.allineamento-prezzi {

	}
}

@media only screen and (max-width: 480px) { /* Smartphone */
	.allineamento-prezzi {

	}
}

@media only screen and (min-width: 1601px) { /* Desktop */
	.text-box-home-dx {
		padding: 0 400px 0 0;
	}
	.text-box-home-sx {
		padding: 0 0 0 400px;
	}
}

@media only screen and (min-width: 1377px) and (max-width: 1600px) { /* Desktop */
	.text-box-home-dx {
		padding: 0 300px 0 0;
	}
	.text-box-home-sx {
		padding: 0 0 0 300px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) { /* Desktop */
	.text-box-home-dx {
		padding: 0 200px 0 0;
	}
	.text-box-home-sx {
		padding: 0 0 0 200px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) { /* Desktop */
	.text-box-home-dx {
		padding: 0 200px 0 0;
	}
	.text-box-home-sx {
		padding: 0 0 0 100px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) { /* Desktop */
	.text-box-home-dx {
		padding: 0 50px 0 0;
	}
	.text-box-home-sx {
		padding: 0 0 0 50px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
	.text-box-home-dx {
		padding: 0 30px 0 0;
	}
	.text-box-home-sx {
		padding: 0 0 0 30px;
	}
}

@media only screen and (max-width: 480px) { /* Smartphone */
	.text-box-home-dx {
		padding: 0 20px 0 0;
	}
	.text-box-home-sx {
		padding: 0 0 0 20px;
	}
}


.t-001 {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    max-width: 1600px;
}

body {
    background-color: #f4f4f4;
}
.max-1600 {
    background-color: #fff;
}

#footer .max-1600 {
    background-color: inherit !important;
}

.main {
    background-color:transparent !important;
}

.panel-menu-001-panel-menu .content ul li.active, .panel-menu-001-panel-menu .content ul li.active a.active {
    background-color: #000000;
}

.panel-menu-001-panel-menu .section .title.active {
    border-left: 10px solid #000000;
    background-color: #000000;
}

	.main {
		background-color: #ffffff !important;
		max-width: 1600px;
	}
	
	.background-top {
		background-color: #ffffff !important;
		height: 100%;
	}
	
	.t-001 {
		background-color: #ffffff !important;
		opacity: 1 !important;
	}
	
	.shadow-top {
		opacity: 1 !important;
	}
	

    .footer-001-1600-footer-menu .title {
        margin: 10px 0 10px 0;
    }

    .footer-001-1600-footer-menu .title span {
        text-transform: none;
    }

    .buttons {
        justify-content: center;
    }

    .menu-header-001-1600-header-scroll .menu-header-001-1600-nav ul li:not(:last-child) a {
        position: relative;
        background: linear-gradient(to right, #e31f13 50%, transparent 50%);
        background-size: 201% 100%;
        background-position: right bottom;
        color: #000;
        transition: background-position 0.5s ease, color 0.5s ease;
        padding: 0 15px;
    }
    
    .menu-header-001-1600-header-scroll .menu-header-001-1600-nav ul li:not(:last-child) a:hover {
        background-position: left bottom;
        color: white;
    }
    
    
    .menu-header-001-1600-nav ul li {
        position: relative;
        padding: 0;
        list-style: none;
        text-align: center;
        float: left;
        display: flex;
        justify-content: center;
        height: 90px;
        align-items: center;
    }
    .menu-header-001-1600-nav ul li:not(:last-child) {
        margin: 0 0px 0 0;
    }

    .menu-header-001-1600-nav ul li a {
        line-height: inherit;
        height: 30px;
    }

    .menu-header-001-1600-nav ul li:not(:last-child) a {
        position: relative;
        background: linear-gradient(to right, #e31f13 50%, transparent 50%);
        background-size: 201% 100%;
        background-position: right bottom;
        transition: background-position 0.5s ease, color 0.5s ease;
        padding: 0 15px;
    }
    .menu-header-001-1600-nav ul li:not(:last-child) a:hover {
        background-position: left bottom;
        color: white; /* colore del testo su sfondo verde */
    }

    .section-footer-001-1600 .row > div:nth-child(1),
    .section-footer-001-1600 .row > div:nth-child(2),
    .section-footer-001-1600 .row > div:nth-child(3) {
	width: 33.33%;
	min-width: 33.33%;
}

.section-footer-001-1600 .row > div:nth-child(4),
.section-footer-001-1600.row > div:nth-child(5) {
	width: 0;
	min-width: 0;
}

.footer-001-1600-footer-menu ul li a {
	transition: border-color 0.3s ease, color 0.3s ease;
}

.footer-001-1600-footer-menu ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.2px;
	background-color: red;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.footer-001-1600-footer-menu ul li a:hover::after {
	transform: scaleX(1);
}

.panel-menu-001-panel-menu .section .title  {
    background: linear-gradient(to right, #e31f13 50%, transparent 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease, color 0.5s ease;

}

.panel-menu-001-panel-menu .section .title:hover {
    background-position: left bottom;
    color: white;
}

.panel-menu-001-panel-menu .content ul li a {
    background: linear-gradient(to right, #e31f13 50%, transparent 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease, color 0.5s ease;
    padding: 0 60px 0 10px;
}
.panel-menu-001-panel-menu .content ul li a:hover {
    background-position: left bottom;
    color: white;
}

.panel-menu-001-panel-menu .content ul li {
    padding: 0 0 0 30px;
}

/* .panel-menu-001-panel-menu .section img.submenu-open {
    margin: 0 0 0 100px;
} */

@media only screen and (max-width: 768px) {
    .fdc {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	
	.logo-fornitori {
		margin: 0 0 50px 0;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.logo-fornitori {
		margin: 0 0 30px 0;
	}
	
}
