/* ############################# CssObject [SliderMenuGenerale] ############################### */
/*################# PUSH LEFT MENU #################*/
.sliding-menu {overflow-y: auto;overflow-x: hidden;}

#SIXwdgSliderMenu .contenitoreMenu,
#SIXwdgSliderMenuShopOnline .contenitoreMenu
	{
	min-height: 600px;
	position: relative;
	background-color: #EFF4CC;
	overflow: hidden;
	padding: 20px 0;
	/*overflow-y: auto;*/
	}
	
#SIXwdgSliderMenu .logoOnSlide,
#SIXwdgSliderMenuShopOnline .logoOnSlide
{height: 90px;background-color:#FFFBF1;padding-top: 10px;text-align: center;}

#SIXwdgSliderMenu .logoOnSlide img,
#SIXwdgSliderMenuShopOnline .logoOnSlide img 
{max-width: 100%;max-height: 54px;}

#SIXwdgSliderMenu .left-menu,
#SIXwdgSliderMenuShopOnline .left-menu
	{
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	-o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	}

#SIXwdgSliderMenu .sliding-menu,
#SIXwdgSliderMenuShopOnline .sliding-menu 
	{
	background-color: #eff4cc;
	position: fixed;
	display: block;
	z-index: 1;
	width: 340px;
	top: 0;
	bottom: 0;
	left: -340px;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

#SIXwdgSliderMenu .sliding-menu,
#SIXwdgSliderMenuShopOnline .sliding-menu
	{
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
	}

.slidingMenuAttivo #SIXwdgSliderMenu .sliding-menu,
.slidingMenuAttivo #SIXwdgSliderMenuShopOnline .sliding-menu
	{
	-webkit-transform: translate3d(340px,0,0)!important;
	-moz-transform: translate3d(340px,0,0) !important;
	-o-transform: translate3d(340px,0,0) !important;
	-ms-transform: translate3d(340px,0,0) !important;
	transform: translate3d(340px,0,0) !important;
	}
	
#SIXwdgSliderMenu .boxLivello_2,
#SIXwdgSliderMenuShopOnline .boxLivello_2,
#SIXwdgSliderMenuShopOnline .boxLivello_3
	{
	position: relative;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	margin: 0;
	}
	
#SIXwdgSliderMenu .boxLivello_2,
#SIXwdgSliderMenuShopOnline .boxLivello_2,
#SIXwdgSliderMenuShopOnline .boxLivello_3 
	{
	position: absolute;
	display: block;
	top: 0;
	left: -5000px;
	right: 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out, left 0.6s step-end;
	-moz-transition: opacity 0.3s ease-out, left 0.6s step-end;
	-o-transition: opacity 0.3s ease-out, left 0.6s step-end;
	-ms-transition: opacity 0.3s ease-out, left 0.6s step-end;
	transition: opacity 0.3s ease-out, left 0.6s step-end;
	width: 100%;
	background-color: #EFF4CC;
	}

#SIXwdgSliderMenu .boxLivello_2.boxLivello_2_attivo,
#SIXwdgSliderMenuShopOnline .boxLivello_2.boxLivello_2_attivo,
#SIXwdgSliderMenuShopOnline .boxLivello_3.boxLivello_3_attivo
	{
	left: 330px;
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	}

#SIXwdgSliderMenu .current,
#SIXwdgSliderMenuShopOnline .current
{color: #FF6B00 !important;}

#SIXwdgSliderMenuShopOnline .boxLivello_3 {list-style-type: none;}

/*################# FINE PUSH LEFT MENU#################*/

