/*
Small (smaller than 640px)
Medium (641px to 1007px)
Large (1008px and larger)
*/


/*********************************************************** SMALL SCREEN */	
	#footer-top-button-container {
		width: 70px;
	}
	
	.footer-bottom-nav-link {
		width: calc(100% - 82px);
		max-width: none;
		margin: 0px 0px 0px 0px;
	}
	
	.footer-bottom-nav-link-button {
		letter-spacing: 3px;
	}
	
	#footer-access-wrapper {
		width: 300px;
		display: none;
	}
	#footer-access-wrapper-mobile {
		display: block;
	}
	
	#footer-bottom-nav-logo-box {
		width: 100%;
	}
	#footer-bottom-nav-logo {
		width: 230px;
		height: calc(230px * (134 / 388));
	}
	
	#footer-bottom-nav-media {
		display: none;
	}
	#footer-bottom-nav-media-mobile {
		display: flex;
	}
	
	#footer-bottom-copyright {
		display: none;
		margin: 0px auto;
	}
	
	
	#footer-map-wrapper {
		width: 100%;
	}
	
	#reserve-bar-mobile {
		display: block;
	}
	
	.footer-access-box {
		left: 20px;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#footer-top-button-container {
		width: 105px;
	}
	
	.footer-bottom-nav-link {
		width: calc((100% / 3) - 1px);
		max-width: 200px;
		margin: 0px;
	}
	
	.footer-bottom-nav-link-button {
		letter-spacing: 3px;
	}
	
	#footer-access-wrapper {
		width: 300px;
		display: inline-block;
	}
	#footer-access-wrapper-mobile {
		display: none;
	}
	
	#footer-bottom-nav-logo-box {
		width: 100%;
	}
	#footer-bottom-nav-logo {
		width: 290px;
		height: calc(290px * (134 / 388));
	}
	
	#footer-bottom-nav-media {
		display: inline-block;
	}
	#footer-bottom-nav-media-mobile {
		display: none;
	}
	
	#footer-bottom-copyright {
		display: block;
		margin: 40px auto 0px auto;
	}
	
	#footer-map-wrapper {
		width: calc(100% - 300px);
	}
	
	#reserve-bar-mobile {
		display: none;
	}
	
	.footer-access-box {
		left: 60px;
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#footer-top-button-container {
		width: 115px;
	}
	
	.footer-bottom-nav-link {
		width: calc((100% / 4.5) - 1px);
		max-width: 220px;
		margin: 0px 0px 0px 80px;
	}
	
	.footer-bottom-nav-link-button {
		letter-spacing: 3px;
	}
	
	#footer-access-wrapper {
		width: 450px;
		display: inline-block;
	}
	#footer-access-wrapper-mobile {
		display: none;
	}
	
	#footer-bottom-nav-logo-box {
		width: 290px;
	}
	#footer-bottom-nav-logo {
		width: 290px;
		height: calc(290px * (134 / 388));
	}
	
	#footer-bottom-nav-media {
		display: inline-block;
	}
	#footer-bottom-nav-media-mobile {
		display: none;
	}
	
	#footer-bottom-copyright {
		display: block;
		margin: 0px auto;
	}
	
	#footer-map-wrapper {
		width: calc(100% - 450px);
	}
	
	#reserve-bar-mobile {
		display: none;
	}
	
	.footer-access-box {
		left: 60px;
	}
}


/***************************************************************************************************************** FOOTER */


/***************************************************************************************************************** ACCESS */
#footer-info-wrapper {
	position: relative;
	width: 100%;
	height: 460px;
	background: transparent;
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
}

#footer-map-wrapper {
	position: relative;
	height: 100%;
	background: transparent;
	margin: 0px;
	display: inline-block;
}

#footer-access-wrapper {
	position: relative;
	height: 100%;
	background: transparent;
	margin: 0px;
	display: inline-block;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("assets/images/footer/footer-access.jpg");
}

#footer-access-wrapper-mobile {
	position: relative;
	width: 100%;
	height: 400px;
	background: transparent;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("assets/images/footer/footer-access.jpg");
}

.footer-access-box {
	width: calc(100% - 62px);
}

.footer-access-title {
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	color: white;
	letter-spacing: 4px;
	line-height: 25px;
	text-align: left;
}

.footer-access-text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: white;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: left;
}

.footer-reserve-button {
	position: relative;
	width: 170px;
	height: 50px;
	background: rgb(45, 77, 88);
	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 4px;
	line-height: 50px;
	text-align: center;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(223, 209, 167);
	
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.footer-reserve-button:hover {
	background: rgb(99, 81, 61);
}

.footer-access-title-image {
	position: relative;
	width: calc(23px * (120 / 30));
	height: 23px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	margin: 0px;
}


/***************************************************************************************************************** BOTTOM NAV */
#footer-bottom-nav-wrapper {
	position: relative;
	width: 100%;
	background: rgb(45, 77, 88);
	margin: 0px;
}

#footer-bottom-nav-container {
	position: relative;
	width: 100%;
	background: transparent;
	margin: 0px auto;
	
	display: flex;
	flex-wrap: wrap;
}

#footer-bottom-nav-logo-box {
	position: relative;
	
	background: transparent;
	margin: 0px 0px 40px 0px;
	display: inline-block;
}

#footer-bottom-nav-logo {
	position: relative;
	
	background: transparent;
	margin: 0px 0px 40px 0px;
	display: inline-block;
	
	cursor: pointer;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("assets/images/main/bottom-logo.svg");
}

.footer-bottom-nav-link {
	position: relative;
	background: transparent;
	display: inline-block;
}

.footer-bottom-nav-link-button {
	position: relative;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 37px;
	text-align: left;
	
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.footer-bottom-nav-link-button:hover {
	color: rgba(255, 255, 255, 1);
}

#footer-bottom-nav-media {
	position: relative;
	max-width: 180px;
	
	background: transparent;
	margin: 40px 0px 0px 120px;
}
#footer-bottom-nav-media-mobile {
	position: relative;
	width: calc(36px * 2 + 30px);
	height: 36px;
	
	margin: 40px 0px 0px 0px;
	
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-bottom-nav-media-button-mobile {
	position: relative;
	width: 36px;
	height: 36px;
	
	display: inline-block;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
    border: 1px solid rgb(223, 209, 167);
	border-radius: 50%;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#footer-bottom-nav-media-button-mobile-fb {
	background-image: url("assets/images/main/media-fb.svg");
}
#footer-bottom-nav-media-button-mobile-ig {
	background-image: url("assets/images/main/media-inst.svg");
}

.footer-bottom-nav-media-button {
	position: relative;
	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0px;
	line-height: 37px;
	text-align: left;
	
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.footer-bottom-nav-media-button:hover {
	color: rgba(255, 255, 255, 1);
}

#footer-bottom-copyright {
	position: relative;
	width: 100%;
	max-width: 1380px;
	height: 28px;
	background: transparent;
	
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 1px;
	line-height: 28px;
	text-align: left;
}


/***************************************************************************************************************** TOP BUTTON */
#footer-top-button-container {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background: rgb(99, 81, 61);
	margin: 0px;
	cursor: pointer;
}
#footer-top-button-container:hover .footer-top-button-arrow {
	top: 0px;
}

.footer-top-button {
	width: 28px;
	height: calc(70px + 20px + 150px);
	background: transparent;
	margin: 0px;
}

.footer-top-button-text {
	position: absolute;
	top: 150px;
	left: -62px;
	width: 150px;
	height: 28px;
	background: transparent;
	margin: 0px;
	
	/*writing-mode: vertical-lr;
	writing-mode: sideways-lr;*/
	rotate: 90deg;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 5px;
	line-height: 28px;
	text-align: left;
}

.footer-top-button-arrow-box {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 8px;
	height: 70px;
	background: transparent;
	margin: 0px;
	overflow: hidden;
}

.footer-top-button-arrow {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 8px;
	height: 70px;
	background: transparent;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("assets/images/main/arrow-up.svg");
	
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}

#reserve-bar-mobile {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	
	background: rgb(223, 209, 167);
	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: rgb(45, 77, 88);
	letter-spacing: 4px;
	line-height: 55px;
	text-align: center;
	
	z-index: 9999;
}

