@media (max-width: 650px) {
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
	}
	#fade {
		display:none;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.7;
		z-index: 9999;
	}
	#pop-up {
		display:none;
		position: absolute;
		margin: 5% 10%;
		max-width: 80%;
		max-height: 90%;
		z-index: 10000;
		overflow: hidden;
	}
	#pop-up img{
		height: 100%;
	}
	#header {
		position: absolute;
		width: 100%;
		height: 70px;
		background: #C1A4A3 url("../images/header-mobile.png") no-repeat 10px center;
		background-size: auto 60%;
		z-index: 999;
		border-bottom: 1px solid #000;
	}
	
	#header .menu {
		float:right;
		position: absolute;
		right: 0px;
		display:block;
		width: 75px;
		height: 100%;
	}
	
	#header .menu img {
		height: 100%;
		cursor:pointer;
	}

	#content {	
		top: 70px;
		bottom: 0;
	}

	#navigation {
		display: none;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10;
	}

	#information {
		top: 0;
		left:0;
	}

	#openinghours {
		display: none;
	}

	#footer {
		display:none;
	}

	.nav {
		text-decoration: none;
		display: block;
		text-align: center;
		margin: 0;
		padding: 2% 0;
		color: #000;
		background-color: #C1A4A3;
		font-size: 16px;
		border:none;
		border-bottom: 1px solid #000;
	}

	.nav:hover{
		color: #d0a2a2;
		background-color: #fff;
		border-color: #d0a2a2;
		font-weight: bold;
	}

	.footerImg {
		display: inline;
		position: relative;
		height: 100%;
		margin: 0 10px 0 10px;
	}

	#openinghours table {
		width: 100%;
		padding: 5%;
		font-size: 10px;
	}
	#openinghours td {
		font-weight: bold;
	}
	#close-pop-up {
		display: none;
	}

	.full {
		width:100%;
	}
	.full-padding {
		width:100%;
		padding: 0 5%;
	}

	.txt-right {
		text-align: right;
	}

	.content {
		width: 94%;
		margin: 3%;
	}
	.height-80 {
		width:100%;
		height: auto;
	}
	
	.showxl {display: none;}

	#openinghours h3 {
		font-size: 14px;
		margin: 10px 0 5px 0;
		text-align: center;
	}

	#openinghours ul {
		padding: 0;
		margin: 0;
	}
	#openinghours li {
		text-align: center;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 10px;
		font-weight: bold;
	}

	a {
		color: #000;
		text-decoration: underline;
	}
}