body .container-fluid
{
	top:47px;
	left:0;	
	margin0;
	padding:0;	
	min-height:calc(100% - 87px);	
	z-index:0;
	background-color:#ccc;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	color:#000;
}

#MyMenu
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

#MainNotyfier
{
	display:none;
	overflow:auto;
}

.Notyfier
{
	width:24px;
	height:24px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color:#f00;
}

#OfferteBox,#PromozioniBox
{
	position:absolute;
	top:150px;
	left:50%;
	color:#fff;
	width:49%;
	height:50vh;
	overflow:auto;
	visibility:visible;
}

#PromozioniBox
{
	left:0;
	padding-left:10px;
	color:#000;
}

.carousel-item>img
{
	margin:auto !important;
	text-align:center !important;
}

.HomePromo
{
	height:50vh;
	text-align:center !important;
	color:#000;
	background-color:#fff;
}

.HomePromo img
{
  width:25% !important;
}