*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	overflow-x:hidden;
	overflow-y: scroll;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	
    -webkit-backface-visibility: hidden;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	/* background: rgba(0,0,0,0.2); */
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu2-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	visibility: hidden;
	width: 525px;
	height: 100%;
	background-color: rgba(0,145,255,0);/* #0091ff; Azzurro*/
	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    -webkit-backface-visibility: hidden;
	
	text-align:left;
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,145,255,0);/* #0091ff; Azzurro*/
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
/* 	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; */

	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0s;
    -webkit-backface-visibility: hidden;
}

.st-menu2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	visibility: hidden;
	width: 100%;
	height: 56px;
	background-color: rgba(0,145,255,0);/* #0091ff; Azzurro*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    -webkit-backface-visibility: hidden;
	text-align:center;
}
.st-menu2::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 56px;
	background-color: rgba(0,145,255,0);/* #0091ff; Azzurro*/
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
}
.st-menu-open2 .st-menu2::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0s;
    -webkit-backface-visibility: hidden;
}

.menu-panel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 47, 86, 0);
	/* background-color: rgba(0,0,0,0); */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    -webkit-backface-visibility: hidden;
}
.st-menu-open .menu-panel-overlay {
	visibility: visible;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 47, 86, 0.87);
	/* background-color: rgba(0,0,0,0.24); */
	/* background-color: rgba(0,0,0,0.6); */
}

/* Effect 9: Scale down pusher */
.st-effect-9.st-container {
	-webkit-perspective: 3000px;
	perspective: 3000px;
	background-color: #444444;
}

.st-effect-9 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #444444;
}

.st-effect-9.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* OPEN */
.st-effect-9.st-menu-open .st-pusher {
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}
.st-effect-9 .st-content {
	margin-right:0px;
	background-color: #ededed !important;
}
.st-effect-9.st-menu-open .st-content {
	overflow:hidden;
	margin-right:16px;
}
.st-effect-9.st-menu-open .st-effect-9.st-menu {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(140px, 0, 0);
	transform: translate3d(140px, 0, 0);
}
.st-effect-9.st-menu::after {
	display: none;
}

.st-effect-9.prodotti.st-menu{
	width: 947px;
	height: 100%;
}
.st-effect-9.prodotti.st-menu .menu-main{
	width: 100%;
	max-width: 902px;

	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
}

.st-effect-9.realizzazioni.st-menu{
	width: 525px;
	height: 100%;
}

.st-effect-9.realizzazioni.st-menu .menu-main{
	width: 100%;
	max-width: 400px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.st-effect-9.contattaci.st-menu{
	width: 525px;
	height: 100%;
}
.st-effect-9.contattaci.st-menu .menu-main{
	width: 100%;
	max-width: 400px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}


.visible{
	visibility: visible;
}

@media only screen and (max-width : 1024px) {
.st-effect-9.st-menu-open .st-effect-9.st-menu {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}	
}

/* Effect 3: Push*/
.st-effect-9.st-menu-open2 .st-pusher {
	-webkit-transform: translate3d(0, 56px, 0);
	transform: translate3d(0, 56px, 0);
}

.st-effect-9.st-menu2 {
	-webkit-transform: translate3d(0, -56px, 0);
	transform: translate3d(0, -56px, 0);
}

.st-effect-9.st-menu-open2 .st-effect-9.st-menu2 {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: rgba(0,145,255,1);/* #0091ff; Azzurro*/
}

.st-effect-9.st-menu2::after {
	display: none;
}
