@media only screen and (max-width: 767px) {
	#container {max-width: 100%;}
	#container > nav {
		width: 100%;
		left: -101%;
	}
	body {
		font-family: 'proxima_novalight';
		font-size: 16px;
		line-height: 20px;
		color: #9a7a3b;
	}
	/* header */
	#header {
		height: 340px;
		background: #fff;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	#header #reserve {
		position: relative;
		display: block;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
		overflow:hidden;
		right: 0;
		top: 0;
	}
	#menus .head,
	#info .head  {
		position: relative;
		display: block;
		height: 430px;
		overflow: hidden;
	}
	#menus .head h1,
	#info .head h1 {
	
		font-size: 54px;
	}
	#info .text,
	#slideshow .text,
	#menus .text,
	#contact_form,
	#press .text{
		position:relative;
		text-align:center;
		display: block;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 50px;
	}
	#menus .details {
		max-width: 100%;
		padding: 5px;
		
	}
	#info #image img{width:97%;}
	
	#menus nav ul li {
		font-style: normal;
		display:block;
		font-size: 32px;
		padding-top: 10px;
		
	}
	
	#menus .items li .name {
		display: inline-block;
		text-align: left;
		float: left;
		background: white;
		padding-right: 8px;
		padding-left: 10px;
		max-width: 300px;
	}
	#menus .items li .price {
		float: right;
		background: white;
		bottom: 0px;
		padding-left: 8px;
		padding-right: 10px;
		margin-bottom: 5px;
	}
	#menus .items  #description {
		font-style: italic;
		font-size: 14px;
		background: white;
		text-align: left;
		float: left;
		padding-bottom: 20px;	
	}
	
	#press #article li {
		position :relative;
		max-width: 95%;
		margin-bottom: 2%;
	}
	
	
	#contact_form {
		width: 70%;
		text-align: left;

	}
	.separator {
		width: 10%;
		height: 1px;
		border-top: 1px solid #9a7a3b;
		margin-top: 30px;
		display: block;
	}
	#contact input,
	#contact textarea {
		border: 1px solid #9a7a3b;
		width: 100%;
		padding: 9px;
		margin-bottom: 5px;
		color: #9a7a3b;
		font-size: 15px;
		margin-bottom: 15px;
	}
	/* Footer */
	#footer {
		text-align: center;
		height: 320px;
	}
	#footer > ul {
		display: none;
	}
}