@media screen and (max-width: 800px)
{
	div.sidebar
	{
		display: none;
	}
	
	.mobileHeader
	{
		display: block;
	}
	
	div.fullbg
	{
		  
		 -ms-flex: 0;
		 -webkit-box-flex: 0;
		 -moz-box-flex: 0;
		 -ms-box-flex: 0;
		 box-flex: 0;
		
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	div.wrapper
	{
	  height: 100%;
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-box;
	  display: block;
	  max-width: 100%;
	  width: 100%;
	  
	  -ms-flex-direction: none;
	  -webkit-box-orient: none;
	  -moz-box-orient: none;
	  -ms-box-orient: none;
	  box-orient: none;
	}
	
	div.main
	{
		width: 85%;
		padding-top: 0px;
		margin: 0px auto;
		margin-top: 0px !important;
	}
	
	.show-on-mobile-only
	{
		display: none;
	}
	
	body.home
	{
			background: url('img/vaggivagg_bg.jpg') no-repeat center center fixed;
				  -webkit-background-size: cover;
			  -moz-background-size: cover;
			  -o-background-size: cover;
			  background-size: cover;
	}
	
}


@media screen and (max-width: 1250px)
{
	div.main 
	{
   	 margin-left: 30px;
   	 margin-top: 70px;
	}
	.menus 
	{
	    float: left;
	    font-size: 15px;
	    margin-left: 2%;
	    max-width: auto;
	    padding-bottom: 35px;
	    padding-top: 35px;
	    position: relative;
	    width: 45%;
		}
		
	.menu-food .menuitem h2
	{
		font-size: 14px;
		padding-right: 30px;
	}
	
	.menuitems 
	{
    	padding: 15px 20px 5px;
	}
	
	.menu-drinks .menuitems h2 
	{
    	font-size: 14px;
	}
	
	.menu-food .menuitem .pt-post-prices 
	{
    
    	font-size: 14px;

	}
	
	
}


@media screen and (max-width: 1050px)
{
	div.main 
	{
   	 margin-left: 20px;
   	 margin-top: 70px;
	}
	.menus 
	{
	    float: none;
	    font-size: 15px;
	    margin-left: 0px;
		max-width: 100%;
	    padding-bottom: 35px;
	    padding-top: 35px;
	    position: relative;
	    width: 90%;
	    margin: 10px auto;
	}
	
	.menus:nth-of-type(1) {
    margin: 0 auto;
	}
	
	.menubottom
	{
		display: none;
	}
	
	
}