@media (min-width: 1020px) {
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, sans-serif;
		font-size: 15px;
	}
	#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: 90vh;
	}
	#header {
		position: absolute;
		width: 100%;
		height: 100px;
		background: #C1A4A3 url("../images/header.png") no-repeat center center;
		background-size: auto 100%;
		z-index: 999;
	}
	
	#header .menu {
		display:none;
	}

	#content {
		position: fixed;
		width: 100%;
		top: 100px;
		bottom: 30%;
		z-index: 5;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#navigation {
		position:fixed;
		width: 220px;
		height: 100%;
		border-right: 5px solid #C1A4A3;
		overflow:auto;
	}

	#information {
		position:absolute;
		left: 220px;
		overflow: hidden;
		right:235px;
		height:100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	#openinghours {
		position:fixed;
		right: 0px;
		width: 230px;
		height: 100%;
		border-left: 5px solid #C1A4A3;
	}

	#footer {
		position: absolute;
		background-color: #fff;
		bottom: 0px;
		height: 30%;
		border-top: 5px solid #C1A4A3;
		border-bottom: 5px solid #C1A4A3;
		width: 100%;
		overflow: hidden;
		text-align: center;
		z-index: 999;
	}
	#close-pop-up {
		display: none;
	}

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

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

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

	#openinghours table {
		width: 100%;
		padding: 5%;
		font-size: 10px;
	}
	#openinghours td {
		font-weight: bold;
	}
	#information iframe {
		margin-left: 5px;
		width:100%;
		height: 100%;
	}
	.brandheader {
		text-align: center;
		border-bottom: 1px dashed black;
		border-top: 1px dashed black;
	}
	.brandtab {
		padding-bottom:	10px;
		border-bottom: 1px dashed black;
		display:none;
	}
	.big-image {
		float: left;
		width: 50%;
	}
	.small-images img {
		margin: 0 5px;
		width: 50px;
		height: auto !important;
	}
	.full {
		width:100%;
	}
	.half {
		width:50%;
	}
	.height-80 {
		height:80%;
	}
	.full-padding {
		width:100%;
		padding: 0 5%;
	}

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

	.content {
		width: 96%;
		margin: 0 0 0 2%;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	#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;
	}
	
	#opentimes { display: none;}

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