@media all and (max-width: 1150px)
{
	
	.list-item .w12, .list-item .w15, .list-item .w24, .list-item .w18, .list-item .w48, .list-item .w46, .list-item .w30
	{
		width:100%; 
		margin-left:0px!important;
	}
	
	
	.w48
	{
		width:100%;
	}
	
	.w4
	{
		display:none;
	}
	
	
}



@media all and (max-width: 1000px)
{
	
	
	.nav-text
	{
		display:none;
	}
	
	
	#navi
	{
		width:40px;
	}
	
	
	#content-backend
	{
   		 width: calc(100% - 100px);	
		margin-left: 40px;
	}
	
	
	
	.navi-item {
		width: calc(95% - 20px);
		position: relative;
		padding: 5%;
		padding-top: 15px;
		padding-bottom: 25px;
		padding-left: 20px;
		float: left;
		font-family: 'Open Sans';
		font-weight: 400;
		font-size: 1.1em;
		color: white;
	}


	
}



@media all and (max-width: 830px)
{
	
	
	/* Change from 3 Columns to 1 Column */ 
	.w28
	{
		width:94%;
		margin-bottom:20px;
	}
	
	.w2
	{
		display: none;
	}
	
	.hidemobile
	{
		display:none;
	}
	
	

	
	#header-logged {
		height: 82px;
	}
	
	
	
	#logo-logged {
		height:82px;
		width:auto;
	}
	
}
	
	