<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General styles for all menus */
.cbp-spmenu {
	background: #1b5f8c;
	position: fixed;
	text-align: center;
}

.chiudimenu{
	color: #fff;
    	padding: 9px;
    	cursor: pointer;
    	font-size: 11px;
    	background-color: transparent;
    	border-radius: 30px;
	margin: 25px 0 10px 0;
	border:0;
}
.closemenu2-container{
	text-align: right;
}
.share-container{
        margin: 20px 0 60px 0;
}
.chiudimenu2 {
        color: #fff;
        padding: 9px;
        cursor: pointer;
        font-size: 25px;
        border-radius: 30px;
        margin: 30px 0 10px 0;
	padding-right: 5px;
}
.cbp-spmenu h3 {
	color: #fff;
	font-size: 23px;
	line-height: 28px;
	padding: 20px;
	margin: 0;
	background: #000;
}

.cbp-spmenu a {
	display: block;
	font-size: 23px;
	line-height: 33px;
	text-decoration: none;
}
.menu-sec{
	color: #fff;
}
a.menu-sec{
	font-size: 18px;
   	text-align: center;
    	line-height: 31px;
		font-family: FTSystem, sans-serif;
		text-transform: uppercase;
}
.menu-section{
	padding: 0.7em 0.8em;
}

.cbp-spmenu a:hover {
	color: #fff;	
}
.share-text{
	font-family: "Arial", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #818181;
	letter-spacing: 3px;
}
#cbp-spmenu-s3 ul{
        height: 40vh;
}
#cbp-spmenu-s3 .clearlist li{
	height: 25%;
}
#cbp-spmenu-s3 .clearlist li a{
	color: #fff;
	font-size: 40px;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 500px;
	height: 100%;
	top: 0;
	z-index: 2002;
}

.cbp-spmenu-vertical .menu-section-left,
.cbp-spmenu-vertical .menu-section-left{
	float: left;
	width: 100%;
}


.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -500px;
}

.cbp-spmenu-right {
	right: -500px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 6vw;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 3vw;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.cbp-spmenu-right {
	margin-top: 55px; 
}

#showRight{ cursor: pointer; }

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 240px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

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

.cbp-spmenu-right,
.cbp-spmenu-left {
    margin-top: 60px;
}
.cbp-spmenu-right.cbp-spmenu-open,
.cbp-spmenu-left.cbp-spmenu-open {
    width: calc(100% - 12vw);
    right: 6vw
}
.cbp-spmenu h3,
.cbp-spmenu a {
    font-size: 18px;
    line-height: 22px;
}
.cbp-spmenu img{
    display: none;
}
a.menu-sec{
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
}


}
</pre></body></html>