@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600");
@import url("fontawesome-all.min.css");

/*
	Parallelism by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-image: url("images/overlay.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.65)), url("../../images/night.jpg");
		background-image: url("images/overlay.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.65)), url("../../images/night.jpg");
		background-image: url("images/overlay.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.65)), url("../../images/night.jpg");
		background-image: url("images/overlay.png"), linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.65)), url("../../images/night.jpg");
		background-position: top left, bottom left, auto;
		background-size: auto, 100% 100%, cover;
		background-attachment: fixed;
		background-repeat: repeat, no-repeat, auto;
		position: relative;
		background-color: #150C07;
		line-height: 1.75em;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* iPhone/iOS specific fixes for body scrolling */
	@supports (-webkit-touch-callout: none) {
		body {
			background-attachment: scroll;
			overflow-x: auto;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
		}
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

		@media screen and (max-width: 1280px) {

			body {
				background-attachment: scroll;
			}

		}

		@media screen and (max-width: 736px) {

			body {
				background-attachment: scroll;
				background-size: auto, 100% 100%, 250% auto;
				background-repeat: repeat, no-repeat, no-repeat;
				background-position: top left, bottom left, 50% 0%;
			}

		}

	body, input, select, textarea {
		font-family: 'Source Sans Pro';
		font-weight: 400;
		padding: 0;
		font-size: 13pt;
		color: rgba(255, 255, 255, 0.6);
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

		@media screen and (max-width: 980px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		color: #fff;
		color: rgba(255, 255, 255, 0.85);
		text-decoration: none;
		-moz-transition: color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out;
	}

		a:hover {
			color: #d64760;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		color: #fff;
		letter-spacing: -0.05em;
	}

	strong, b {
		color: #fff;
		color: rgba(255, 255, 255, 0.85);
		font-weight: 600;
	}

/* List */

	ul.icons {
		cursor: default;
		margin: 0 0 0.5em 0;
	}

		ul.icons li {
			display: inline-block;
			font-size: 1.5em;
			margin-left: 1em;
		}

			ul.icons li span {
				display: none;
			}

			ul.icons li a {
				opacity: 0.35;
				color: #fff;
				-moz-transition: opacity 0.25s ease-in-out;
				-webkit-transition: opacity 0.25s ease-in-out;
				-ms-transition: opacity 0.25s ease-in-out;
				transition: opacity 0.25s ease-in-out;
			}

				ul.icons li a:hover {
					opacity: 1.0;
				}

			ul.icons li:first-child {
				margin-left: 0;
			}

		@media screen and (max-width: 736px) {

			ul.icons {
				margin: 0 0 2em 0;
			}

		}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Wrapper */

	#wrapper {
		min-height: 100vh;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-transition: -moz-filter 0.5s ease-in-out;
		-webkit-transition: -webkit-filter 0.5s ease-in-out;
		-ms-transition: -ms-filter 0.5s ease-in-out;
		transition: filter 0.5s ease-in-out;
		position: relative;
	}

	/* iPhone/iOS specific fixes for wrapper */
	@supports (-webkit-touch-callout: none) {
		#wrapper {
			min-height: 100vh;
			position: relative;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}
	}

		#wrapper:before {
			content: '';
			display: block;
		}

		body.is-poptrox-visible #wrapper {
			-moz-filter: blur(0.25em);
			-webkit-filter: blur(0.25em);
			-ms-filter: blur(0.25em);
			filter: blur(0.25em);
		}

		@media screen and (max-width: 736px) {

			#wrapper {
				min-height: 0;
			}

		}

/* Scroll Zone */

	.scrollZone {
		position: fixed;
		width: 6rem;
		height: 100vh;
		cursor: -moz-grab;
		cursor: -webkit-grab;
		cursor: -ms-grab;
		cursor: grab;
		z-index: 10001;
	}

		.scrollZone.left {
			left: 0;
		}

		.scrollZone.right {
			right: 0;
		}

		@media screen and (max-width: 736px) {

			.scrollZone {
				display: none;
			}

		}

/* Main */

	#main {
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
		-moz-transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
		-ms-transition-delay: 0.5s;
		transition-delay: 0.5s;
		position: relative;
		z-index: 1;
		width: -moz-min-content;
		width: -webkit-min-content;
		width: -ms-min-content;
		width: min-content;
		max-width: 100vw;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		padding: 5px;
	}

	/* iPhone/iOS specific fixes for gallery scrolling */
	@supports (-webkit-touch-callout: none) {
		#main {
			overflow-x: auto;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			position: relative;
		}
		
		#main .items {
			position: relative;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}
		
		#main .item {
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}
	}

		#main .items {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
		}

			#main .items > :last-child {
				border-right: solid 10px #ffffff;
			}

		#main .item {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			margin: 5px;
			height: 16em;
			box-shadow: 0 0 0 10px #ffffff;
		}

			#main .item.span-1 {
				width: 20em;
			}

			#main .item.span-2 {
				width: 30em;
			}

			#main .item.span-3 {
				width: 40em;
			}

			#main .item.intro {
				background-color: #d64760;
				background-image: url("images/overlay.png");
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				padding: 1em 3em;
			}

				#main .item.intro h1 {
					font-size: 3em;
					line-height: 1em;
				}

				#main .item.intro p {
					font-size: 1.25em;
					line-height: 1.5em;
					margin: 0.5em 0 0 0;
					opacity: 0.65;
				}

			#main .item.thumb {
				display: block;
				position: relative;
				background: rgba(255, 255, 255, 0.25);
				cursor: default;
			}

				#main .item.thumb h2 {
					position: absolute;
					bottom: 0;
					left: 0;
					background: none;
					width: 100%;
					padding: 1em;
					font-weight: 600;
					line-height: 1.2em;
					z-index: 2;
					color: #000;
					text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
				}

				#main .item.thumb img {
					display: block;
					z-index: 1;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					-moz-object-fit: cover;
					-webkit-object-fit: cover;
					-ms-object-fit: cover;
					object-fit: cover;
					-moz-object-position: center;
					-webkit-object-position: center;
					-ms-object-position: center;
					object-position: center;
					-moz-transition: opacity 0.75s ease-in-out;
					-webkit-transition: opacity 0.75s ease-in-out;
					-ms-transition: opacity 0.75s ease-in-out;
					transition: opacity 0.75s ease-in-out;
					-moz-transition-delay: 1.25s;
					-webkit-transition-delay: 1.25s;
					-ms-transition-delay: 1.25s;
					transition-delay: 1.25s;
				}

				#main .item.thumb.delay-1 img {
					-moz-transition-delay: 1.375s;
					-webkit-transition-delay: 1.375s;
					-ms-transition-delay: 1.375s;
					transition-delay: 1.375s;
				}

				#main .item.thumb.delay-2 img {
					-moz-transition-delay: 1.5s;
					-webkit-transition-delay: 1.5s;
					-ms-transition-delay: 1.5s;
					transition-delay: 1.5s;
				}

				#main .item.thumb.delay-3 img {
					-moz-transition-delay: 1.625s;
					-webkit-transition-delay: 1.625s;
					-ms-transition-delay: 1.625s;
					transition-delay: 1.625s;
				}

				#main .item.thumb.delay-4 img {
					-moz-transition-delay: 1.75s;
					-webkit-transition-delay: 1.75s;
					-ms-transition-delay: 1.75s;
					transition-delay: 1.75s;
				}

				#main .item.thumb.delay-5 img {
					-moz-transition-delay: 1.875s;
					-webkit-transition-delay: 1.875s;
					-ms-transition-delay: 1.875s;
					transition-delay: 1.875s;
				}

				#main .item.thumb.delay-6 img {
					-moz-transition-delay: 2s;
					-webkit-transition-delay: 2s;
					-ms-transition-delay: 2s;
					transition-delay: 2s;
				}

		body.is-preload #main {
			opacity: 0;
		}

			body.is-preload #main .item.thumb img {
				opacity: 0;
			}

		@media screen and (max-width: 1680px) {

			#main .item {
				height: 14em;
			}

				#main .item.span-1 {
					width: 17em;
				}

				#main .item.span-2 {
					width: 25.5em;
				}

				#main .item.span-3 {
					width: 34em;
				}

		}

		@media screen and (max-width: 736px) {

			#main {
				width: 100%;
				overflow-x: auto;
				overflow-y: auto;
				padding: 2.5px;
				-webkit-overflow-scrolling: touch;
			}

				#main .items {
					-moz-flex-wrap: wrap;
					-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
				}

					#main .items > :last-child {
						border-right: 0;
					}

				#main .item {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					width: calc(50vw - 15px) !important;
					margin: 2.5px;
					box-shadow: 0 0 0 5px #ffffff;
				}

					#main .item.intro {
						width: calc(100vw - 20px) !important;
						text-align: center;
						height: auto;
						padding: 3em;
					}

						#main .item.intro h1 {
							font-size: 2em;
						}

						#main .item.intro p {
							font-size: 1em;
						}

					#main .item.thumb h2 {
						display: block;
						position: absolute;
						bottom: 0;
						left: 0;
						background: none;
						width: 100%;
						padding: 0.5em;
						font-weight: 600;
						line-height: 1.2em;
						z-index: 2;
						font-size: 0.8em;
						color: #000;
						text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
					}

		}

		@media screen and (max-width: 480px) {

			#main .item {
				height: 10em;
			}

			#main .item.thumb h2 {
				font-size: 0.7em;
				padding: 0.4em;
				line-height: 1.1em;
				background: none;
				color: #000;
				text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
			}

		}

		@media screen and (max-width: 360px) {

			#main .item {
				height: 8em;
			}

			#main .item.thumb h2 {
				font-size: 0.6em;
				padding: 0.3em;
				line-height: 1em;
				background: none;
				color: #000;
				text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
			}

		}

/* Header */

	#footer {
	width: 100%;
	padding: 1.5em;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	z-index: 999;
}

		#footer > section:first-child {
			text-align: left;
			max-width: 36em;
			padding-right: 2em;
		}

		#footer > section:last-child {
			text-align: right;
			max-width: 36em;
		}

		#footer h2 {
			font-size: 2.25em;
			margin: 0 0 1em 0;
		}

		#footer .copyright li {
			display: inline-block;
			margin-left: 1em;
			padding-left: 1em;
			border-left: solid 1px rgba(255, 255, 255, 0.25);
			line-height: 1em;
		}

			#footer .copyright li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

		@media screen and (max-width: 980px) {

			#footer {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				#footer > section:first-child {
					width: 100%;
					padding-right: 0;
				}

				#footer > section:last-child {
					text-align: left;
					margin: 1.5em 0 0 0;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			#footer {
				text-align: center;
				padding: 3em;
			}

				#footer > section:first-child {
					text-align: center;
					max-width: 100%;
				}

				#footer > section:last-child {
					text-align: center;
					max-width: 100%;
				}

				#footer .copyright li {
					display: block;
					margin: 0.75em 0 0 0;
					padding-left: 0;
					border-left: 0;
				}

					#footer .copyright li:first-child {
						margin-top: 0;
					}

		}

/* Popup */

	.poptrox-popup {
		background: #1a1f2c;
		background: rgba(18, 21, 29, 0.9);
		box-shadow: 0px 0px 0px 10px #fff, 0px 10px 60px 10px rgba(8, 11, 19, 0.55);
		cursor: default;
	}

		.poptrox-popup .loader {
			display: block;
			width: 48px;
			height: 48px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
			background: url("images/loader.gif");
			opacity: 0.25;
		}

		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #1a1f2c;
			background: rgba(18, 21, 29, 0.85);
			display: block;
			width: 100%;
			line-height: 75px;
			text-align: center;
			font-size: 1.25em;
			color: #fff;
		}

		.poptrox-popup .nav-next, .poptrox-popup .nav-previous {
			text-decoration: none;
			font-weight: normal;
			font-style: normal;
			-moz-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			transition: opacity 0.25s ease-in-out;
			opacity: 0.35;
		}

			.poptrox-popup .nav-next:hover, .poptrox-popup .nav-previous:hover {
				opacity: 1.0;
			}

		.poptrox-popup .nav-next, .poptrox-popup .nav-previous {
			text-decoration: none;
			text-transform: none !important;
			width: 150px;
			height: 75px;
			position: absolute;
			bottom: 0;
			cursor: pointer;
			font-size: 3em;
			line-height: 75px;
		}

			.poptrox-popup .nav-next:before, .poptrox-popup .nav-previous:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

		.poptrox-popup .nav-next {
			right: 0;
			text-align: right;
			padding-right: 30px;
		}

			.poptrox-popup .nav-next:before {
				content: '\f105';
			}

		.poptrox-popup .nav-previous {
			left: 0;
			text-align: left;
			padding-left: 30px;
		}

			.poptrox-popup .nav-previous:before {
				content: '\f104';
			}

		@media screen and (max-width: 736px) {

			.poptrox-popup {
				background: #0a0f1c;
				box-shadow: 0px 0px 30px 10px rgba(8, 11, 19, 0.85);
				border: solid 2.5px #fff;
				-moz-box-sizing: content-box;
				-webkit-box-sizing: content-box;
				-ms-box-sizing: content-box;
				box-sizing: content-box;
			}

				.poptrox-popup .caption {
					display: none !important;
				}

				.poptrox-popup .nav-next {
					display: none !important;
				}

				.poptrox-popup .nav-previous {
					display: none !important;
				}

		}

/* Golden Gallery Effects */
#wrapper {
	position: relative;
}

#wrapper::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(197, 145, 0, 0.05) 0%, rgba(255, 224, 138, 0.03) 50%, rgba(197, 145, 0, 0.05) 100%);
	pointer-events: none;
	z-index: 1;
}

#main {
	position: relative;
	z-index: 2;
}

#main .items {
	position: relative;
}

#main .items::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: linear-gradient(45deg, rgba(197, 145, 0, 0.1), rgba(255, 224, 138, 0.05));
	border-radius: 15px;
	z-index: -1;
	box-shadow: 0 0 30px rgba(197, 145, 0, 0.2);
}

#main .item {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

#main .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(197, 145, 0, 0.1) 0%, rgba(255, 224, 138, 0.05) 50%, rgba(197, 145, 0, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
	pointer-events: none;
}

#main .item:hover::before {
	opacity: 1;
}

#main .item.intro {
	background: linear-gradient(135deg, #c59100 0%, #ffe08a 50%, #c59100 100%) !important;
	box-shadow: 0 8px 25px rgba(197, 145, 0, 0.4), 0 0 20px rgba(197, 145, 0, 0.2);
	border: 2px solid #b8860b;
	position: relative;
	overflow: hidden;
}

#main .item.intro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
	pointer-events: none;
}

#main .item.intro h1 {
	color: #000 ;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

#main .item.intro p {
	color: #000 ;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
}

#main .item.thumb {
	background: linear-gradient(135deg, rgba(197, 145, 0, 0.15) 0%, rgba(255, 224, 138, 0.1) 50%, rgba(197, 145, 0, 0.15) 100%);
	box-shadow: 0 4px 15px rgba(197, 145, 0, 0.3), 0 0 10px rgba(197, 145, 0, 0.1);
	border: 1px solid rgba(197, 145, 0, 0.3);
	transition: all 0.3s ease;
}

#main .item.thumb:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(197, 145, 0, 0.5), 0 0 20px rgba(197, 145, 0, 0.3);
	border-color: #c59100;
}

#main .item.thumb h2 {
	background: linear-gradient(135deg, rgba(197, 145, 0, 0.95) 0%, rgba(255, 224, 138, 0.9) 100%);
	border-top: 2px solid #c59100;
	box-shadow: 0 -2px 10px rgba(197, 145, 0, 0.3);
}

#main .item.thumb h2 span {
	color: #000;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

#map-container {
	background: linear-gradient(135deg, rgba(197, 145, 0, 0.1) 0%, rgba(255, 224, 138, 0.05) 50%, rgba(197, 145, 0, 0.1) 100%);
	border: 2px solid rgba(197, 145, 0, 0.3);
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(197, 145, 0, 0.3), 0 0 20px rgba(197, 145, 0, 0.1);
	padding: 20px;
	margin: 30px auto;
}

#map-container h3 {
	color: #c59100;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(197, 145, 0, 0.3);
	margin-bottom: 15px;
}

#map {
	border: 2px solid #c59100;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(197, 145, 0, 0.3);
}

/* Golden Footer Effects */
.modern-footer {
	background: linear-gradient(135deg, #c59100 0%, #ffe08a 50%, #c59100 100%);
	border-top: 3px solid #b8860b;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -8px 25px rgba(197, 145, 0, 0.4), 0 0 30px rgba(197, 145, 0, 0.2);
	padding: 32px 0 16px 0;
	margin-top: 48px;
	text-align: center;
	position: relative;
	overflow: hidden;
	animation: goldenGlow 4s ease-in-out infinite;
	z-index: 1000;
}

.modern-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #ffe08a, #fff, #ffe08a);
	animation: goldenGlow 3s ease-in-out infinite;
}

.footer-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	padding: 0;
	margin: 0 0 12px 0;
	list-style: none;
	position: relative;
	z-index: 1001;
}

.footer-links a {
    color: #333; /* نص داكن مثل روابط المنيو */
    font-weight: 700;
    font-size: 1.08em;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(135deg, #c59100 0%, #ffe08a 50%, #c59100 100%); /* خلفية ذهبية مثل المنيو */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(3px);
    display: inline-block;
    box-shadow: 0 2px 8px rgba(197, 145, 0, 0.25);
}

.footer-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent); /* وميض فاتح فوق الذهبي */
    transition: left 0.5s ease;
}

.footer-links a:hover::before {
	left: 100%;
}

.footer-links a:hover, .footer-links a.active {
    background: linear-gradient(135deg, #a37800, #f0d080);
    color: #333;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(197, 145, 0, 0.6), 0 4px 12px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    font-weight: 800;
}

.footer-copyright {
	color: #fff;
	font-size: 0.98em;
	margin-top: 8px;
	opacity: 0.9;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1001;
}

@media (max-width: 600px) {
	.footer-links ul {
		flex-direction: column;
		gap: 8px;
	}
	.modern-footer {
		border-radius: 10px 10px 0 0;
		padding: 18px 0 8px 0;
	}
}

/* Golden Animation Effects */
@keyframes goldenGlow {
	0% {
		box-shadow: 0 4px 15px rgba(197, 145, 0, 0.3);
	}
	50% {
		box-shadow: 0 8px 25px rgba(197, 145, 0, 0.5), 0 0 20px rgba(197, 145, 0, 0.3);
	}
	100% {
		box-shadow: 0 4px 15px rgba(197, 145, 0, 0.3);
	}
}

#main .item.thumb {
	animation: goldenGlow 4s ease-in-out infinite;
}

#main .item.thumb:hover {
	animation: none;
}

/* Responsive Golden Effects */
@media screen and (max-width: 736px) {
	#main .items::before {
		top: -5px;
		left: -5px;
		right: -5px;
		bottom: -5px;
		border-radius: 10px;
	}
	
	#map-container {
		margin: 20px auto;
		padding: 15px;
	}
}

@media screen and (max-width: 480px) {
	#main .item.thumb {
		animation: none;
	}
	
	#map-container {
		margin: 15px auto;
		padding: 10px;
	}
}


#map-container {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#map {
    width: 100%;
    height: 500px; /* Default height */
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #map {
        height: 350px; /* Medium screens */
    }
}

@media (max-width: 480px) {
    #map {
        height: 250px; /* Small screens */
    }
}
#main .item.intro {
    background-color: #c59100 !important;
}
/* Language Selector Button Styles */
.language-selector {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 10px 0;
  z-index: 1000;
}
.lang-btn {
  padding: 7px 22px;
  font-size: 1em;
  font-weight: 700;
  border: none;
  border-radius: 22px;
  background: linear-gradient(90deg,#c59100 0%,#ffe08a 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(197,145,0,0.07);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  cursor: pointer;
  outline: none;
}
.lang-btn.active, .lang-btn:focus {
  background: linear-gradient(90deg,#ffe08a 0%,#c59100 100%);
  color: #c59100;
  box-shadow: 0 4px 18px rgba(197,145,0,0.13);
}
/* Always center the gallery title regardless of language */
.item.intro h1 {
  text-align: center !important;
}
/* Photo Caption Style */
.photo-caption {
  display: inline-block;
  background: none;
  color: #000;
  padding: 3px 10px;
  margin-bottom: 6px;
  border-radius: 8px;
  font-size: 1.08em;
  font-weight: 600;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
}
.modern-footer {
  background: linear-gradient(135deg, #c59100 0%, #ffe08a 50%, #c59100 100%);
  border-top: 3px solid #b8860b;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -8px 25px rgba(197, 145, 0, 0.4), 0 0 30px rgba(197, 145, 0, 0.2);
  padding: 32px 0 16px 0;
  margin-top: 48px;
  text-align: center;
}
.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 0;
  margin: 0 0 12px 0;
  list-style: none;
}
.footer-links a {
  color: #333;
  font-weight: 700;
  font-size: 1.08em;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, #c59100 0%, #ffe08a 50%, #c59100 100%);
  box-shadow: 0 2px 8px rgba(197,145,0,0.25);
  transition: all 0.3s ease;
}
.footer-links a:hover, .footer-links a.active {
  background: linear-gradient(135deg, #a37800, #f0d080);
  color: #333;
  box-shadow: 0 0 15px rgba(197,145,0,0.6), 0 4px 12px rgba(0,0,0,0.2);
}
.footer-copyright {
  color: #a07a00;
  font-size: 0.98em;
  margin-top: 8px;
  opacity: 0.85;
}
@media (max-width: 600px) {
  .footer-links ul {
    flex-direction: column;
    gap: 8px;
  }
  .modern-footer {
    border-radius: 10px 10px 0 0;
    padding: 18px 0 8px 0;
  }
}
/* Language Selector Styles */
.language-selector {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.language-toggle {
  background: linear-gradient(90deg, #c59100 0%, #ffe08a 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(197,145,0,0.2);
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.language-toggle:hover {
  box-shadow: 0 4px 12px rgba(197,145,0,0.3);
  transform: translateY(-1px);
}

.language-toggle.open {
  background: linear-gradient(90deg, #ffe08a 0%, #c59100 100%);
  color: #c59100;
}

.language-toggle .arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.language-toggle.open .arrow {
  transform: rotate(180deg);
}

.language-options {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  margin-top: 8px;
  overflow: hidden;
  display: none;
  min-width: 120px;
}

.language-options.show {
  display: block;
}

.language-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  transition: all 0.2s ease;
  outline: none;
}

.language-btn:hover {
  background: #f5f5f5;
  color: #c59100;
}

.language-btn.active {
  background: #c59100;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .language-selector {
    top: 10px;
    right: 10px;
  }
  
  .language-toggle {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  .language-options {
    min-width: 100px;
  }
  
  .language-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* Gallery Main CSS */

/* Custom Heritage Markers */
.custom-heritage-marker {
    background: transparent !important;
    border: none !important;
}

.custom-heritage-marker .marker-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 12px;
    position: relative;
}

/* Mobile Responsive Markers */
@media (max-width: 768px) {
    .custom-heritage-marker .marker-dot {
        width: 20px;
        height: 20px;
        font-size: 10px;
        border-width: 2px;
    }
}

@media (max-width: 480px) {
    .custom-heritage-marker .marker-dot {
        width: 18px;
        height: 18px;
        font-size: 9px;
        border-width: 2px;
    }
}

@media (max-width: 360px) {
    .custom-heritage-marker .marker-dot {
        width: 16px;
        height: 16px;
        font-size: 8px;
        border-width: 1px;
    }
}

/* Marker Colors */
/* Better heritage markers with icons instead of colors */
.marker-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #c59100;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.marker-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(197, 145, 0, 0.4);
    border-color: #e67e22;
}

.custom-heritage-marker {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Popup Styles */
.popup-content {
    min-width: 300px;
    max-width: 400px;
}

.popup-image {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.popup-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.popup-image img:hover {
    transform: scale(1.05);
}

.popup-text h3 {
    margin: 0 0 10px 0;
    color: #c59100;
    font-size: 18px;
    font-weight: bold;
}

.popup-text p {
    margin: 0;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
}

/* Mobile Responsive Popup Styles */
@media (max-width: 768px) {
    .popup-content {
        min-width: 250px;
        max-width: 300px;
        padding: 10px;
    }
    
    .popup-image {
        margin-bottom: 10px;
        border-radius: 6px;
    }
    
    .popup-image img {
        height: 150px;
    }
    
    .popup-text h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .popup-text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .popup-content {
        min-width: 200px;
        max-width: 250px;
        padding: 8px;
    }
    
    .popup-image img {
        height: 120px;
    }
    
    .popup-text h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .popup-text p {
        font-size: 12px;
        line-height: 1.3;
    }
}

/* Extra Small Screens */
@media (max-width: 360px) {
    .popup-content {
        min-width: 180px;
        max-width: 220px;
        padding: 6px;
    }
    
    .popup-image img {
        height: 100px;
    }
    
    .popup-text h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .popup-text p {
        font-size: 11px;
        line-height: 1.2;
    }
}

/* Leaflet Popup Mobile Optimizations */
@media (max-width: 768px) {
    .leaflet-popup-content-wrapper {
        border-radius: 8px !important;
    }
    
    .leaflet-popup-content {
        margin: 8px !important;
    }
    
    .leaflet-popup-tip {
        width: 12px !important;
        height: 12px !important;
    }
}

@media (max-width: 480px) {
    .leaflet-popup-content-wrapper {
        border-radius: 6px !important;
    }
    
    .leaflet-popup-content {
        margin: 6px !important;
    }
    
    .leaflet-popup-tip {
        width: 10px !important;
        height: 10px !important;
    }
}

@media (max-width: 360px) {
    .leaflet-popup-content-wrapper {
        border-radius: 4px !important;
    }
    
    .leaflet-popup-content {
        margin: 4px !important;
    }
    
    .leaflet-popup-tip {
        width: 8px !important;
        height: 8px !important;
    }
}

/* Language Selector Styles */
.language-selector {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1000;
}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-toggle {
    background: rgba(197, 145, 0, 0.9);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.language-toggle:hover {
    background: rgba(197, 145, 0, 1);
}

.language-options {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    min-width: 120px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 5px;
    z-index: 1001;
    overflow: hidden;
}

.language-options.show {
    display: block;
}

.lang-btn {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    background: white;
    color: #333;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.lang-btn:hover {
    background: #f5f5f5;
}

.lang-btn.active {
    background: #c59100;
    color: white;
}

/* Map Container */
#map {
    height: 500px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Mobile Responsive Map */
@media (max-width: 768px) {
    #map {
        height: 400px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    #map {
        height: 350px;
        border-radius: 6px;
    }
}

@media (max-width: 360px) {
    #map {
        height: 300px;
        border-radius: 4px;
    }
}

/* Gallery Grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #c59100;
}