*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	font-family: "Helvetica", sans-serif;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	color: #FFE7B9;
}

div {
	display: block;
}

.loading {
	background: url('../asets/core/loader.gif') no-repeat center center;
}

#bg-1 {background-image:url('../assets/images/1c.jpg');}

#bg-2 {background:#000;}

#bg-3 {background-image:url('../assets/images/2c.jpg');}

#bg-4 {background:#000;}

#bg-5 {background-image:url('../assets/images/3c.jpg');}

#bg-6 {background:#000;}

#bg-7 {background-image:url('../assets/images/4c.jpg');}

#bg-8 {background:#000;}

#bg-9 {background-image:url('../assets/images/5c.jpg');}

#bg-10 {background:#000;}

#bg-11 {background-image:url('../assets/images/6c.jpg');}

#bg-12 {background:#000;}

#bg-13 {background-image:url('../assets/images/7c.jpg');}

#bg-14 {background:#000;}

#bg-15 {background-image:url('../assets/images/8c.jpg');}

#bg-16 {background:#000;}

#bg-17 {background-image:url('../assets/images/9c.jpg');}

#bg-18 {background:#000;}

.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

video {
	width: 100%;
	position: absolute;
}

.loader {
	width: 100%;
	position: absolute;
	background: #000;
}

.loader img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ffff00; */
}

/* PAGE COVER */

#page-cover .cover {
	width: 50%;
	text-align: center;
	position: relative;
}

#page-cover .cover .square {
	position: absolute;
	top: 0;
	width: 64%;
	margin: 0 18%;
	background: #603620;
	opacity: 0.7;
	z-index: 1;
}

#page-cover .cover .headline {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	padding-top: 64px; padding-top: 4rem;
	padding-bottom: 24px; padding-bottom: 1.5rem;
}

#page-cover .cover .headline h2 {
	text-transform: uppercase;
	font-size: 64px; font-size: 4rem;
	line-height: 1;
	margin: 0;
}

#page-cover .cover .headline h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 80px; font-size: 5rem;
	line-height: 1.2;
	margin: 0;
	margin-top: -12px; margin-top: -0.75rem;
}

#page-cover .cover .divider {
	display: inline-block;
	background: #A89A7D;
	width: 10%;
	height: 8px; height: 0.5rem;
	margin-top: 16px; margin-top: 1rem;
}

#page-cover .cover .headline h3 {
	display: block;
	width: 352px; width: 22rem;
	margin: 16px auto; margin: 1rem auto;
/*
	margin: 64px 0 0 -220px; margin: 4rem 0 0 -13.75rem;

	position: absolute;
	top: 0;
	left: 50%;
*/

	/* text-transform: uppercase; */
	font-size: 26px; font-size: 1.625rem;
}

#page-cover .cover .headline.light h3 {
	color: #fff;
}

#page-cover .cover .headline h5 {
	color: #FBAB49;
	font-size: 18px; font-size: 1.125rem;
	margin: 0;
	margin-top: 24px; margin-top: 1.5rem;
}

#page-cover .cover .headline.dark {
	z-index: 2;
}

#page-cover .cover .headline.dark * {
	color: #000;
	text-shadow: 0 0 48px rgba(0,0,0,0.9); text-shadow: 0 0 3rem rgba(0,0,0,0.9);
}

#page-cover .cover .headline.light {
	z-index: 3;
}

#page-cover .intro {
	width: 50%;
	text-align: center;
	position: relative;
}

/* SECTION */

section p {
	position: absolute;
	top: 50%;
	left: 3%;
	display: block;
	width: 352px; width: 22rem;
	margin: 0;
	padding: 16px; padding: 1rem;
	line-height: 1.4;
	/* background: rgba(71, 43, 32, 0.7); */ /* #472B20 */
	font-size: 20px; font-size: 1.25rem;
	text-shadow: 0 0 8px #000; text-shadow: 0 0 0.5rem #000;
	color: #fff;
}

section#page-16 p {
	top: auto;
	bottom: 12%;
	left: 3%;
}

section#page-16 p.credits {
	bottom: 1.5%;
	width: 435px; width: 27.188rem;
	text-transform: uppercase;
	font-size: 8px; /*font-size: 0.5rem;*/
	line-height: 1.75;
	color: #ccc;
	display: none;
}

/* ANCHORS */

.anchors {
	position: fixed;
	z-index: 200;
	top: 50%;
	right: 0;
}

.anchors a {
	display: block;
	width: 12px; width: 0.75rem;
	height: 12px; height: 0.75rem;
	margin: 8px 16px; margin: 0.5rem 1rem;
	-moz-border-radius: 6px; -moz-border-radius: 0.375rem;
	-webkit-border-radius: 6px; -webkit-border-radius: 0.375rem;
	border-radius: 6px; border-radius: 0.375rem;

	background: transparent;
	border: 1px solid #FFE7B9; border: 0.063rem solid #FFE7B9;
}

.anchors a:hover {
	background: rgba(255,231,185,0.5); /* #FFE7B9 */
}

.anchors a.active {
	background: rgba(255,231,185,0.8); /* #FFE7B9 */
}

/* DYNAMIC ELEMENTS */

.dynamics {
	z-index: 100;
}

.dynamics .cavemap {
	position: fixed;
	top: 0;
	right: 0;
}

.dynamics .cavemap img,
.dynamics .cavemap svg {
	width: 456px;
	height: 240px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.dynamics .cavemap svg path,
.dynamics .cavemap svg circle,
.dynamics .cavemap svg polygon {
	display: none;
}

.dynamics .arrow {
	position: fixed;
	bottom: 32px; bottom: 2rem;
	left: 50%;
	margin-left: -55px; margin-left: -3.438rem;
	text-align: center;
	text-transform: uppercase;
}

.dynamics .arrow.up {
	display: none;
	z-index: 101;
	margin-left: -74px; margin-left: -4.625rem;
	cursor: pointer;
}

.dynamics .arrow img {
	width: 64px; width: 4rem;
	height: auto;
}

.dynamics .arrow h4 {
	margin: 0;
}

.dynamics .photo-container {
	position: fixed;
	top:0;
	left: 0;
}

.dynamics .photo-container img {
	width: 100%;
}

.dynamics .virtual-frame {
	position: relative;
	width: 100%;
}

.dynamics .addon-bg-6 {
	display: none;
}

.dynamics .addon-bg-6 .virtual-frame .container {
	position: absolute;
	left: 56%;
	top: 45%;
	text-align: center;
}

.dynamics .addon-bg-6 .virtual-frame .container p {
	width: 192px; width: 12rem;
	line-height: 1.44;
	color: #fff;
}

.dynamics .addon-bg-6 .virtual-frame .container .circle {
	width: 192px; width: 12rem;
	height: 192px; height: 12rem;
	background: rgba(255, 230, 185, 1);
	-moz-border-radius: 96px; -moz-border-radius: 6rem;
	-webkit-border-radius: 96px; -webkit-border-radius: 6rem;
	border-radius: 96px; border-radius: 6rem;
}

.dynamics .addon-bg-6 .virtual-frame .container img {
	width: 16px; width: 1rem;
	margin-bottom: 16px; margin-bottom: 1rem;
}

.dynamics .addon-bg-16 {
	display: none;
	background: #000;
}

.dynamics .addon-bg-16 .virtual-frame {
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.dynamics .addon-bg-16 .virtual-frame.reorigin {
	-ms-transform-origin: -30% top; /* IE 9 */
	-webkit-transform-origin: -30% top; /* Chrome, Safari, Opera */
}

.dynamics .addon-bg-16 .virtual-frame.zoomed {
	-ms-transform: scale(1.15); /* IE 9 */
	-webkit-transform: scale(1.15); /* Opera, Chrome, and Safari */
	transform: scale(1.15);
}

.dynamics .addon-bg-16 .virtual-frame img.cave-bird-eye {
	position: absolute;
	top: 0;
	left: 0;
}

.dynamics .addon-bg-16 .virtual-frame .container {
	position: absolute;
	text-align: center;
}

.dynamics .addon-bg-16 .virtual-frame .container.part-1,
.dynamics .addon-bg-16 .virtual-frame .container.part-2,
.dynamics .addon-bg-16 .virtual-frame .container.part-3 {
	left: 0;
	top: 0;
	display: none;
}

.dynamics .addon-bg-16 .virtual-frame .container.waterflow {
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.8;
}

.dynamics .addon-bg-16 .virtual-frame .container.waterflow svg path {
	stroke-dasharray: 900;
	stroke-dashoffset: 0;
	/* animation: name duration timing-function delay iteration-count direction fill-mode play-state; */
	-webkit-animation: dash 5s ease-in-out normal; /* Chrome, Safari, Opera */
	animation: dash 5s ease-in-out normal;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes dash {
	from {
		stroke-dashoffset: -900;
	}
	to {
		stroke-dashoffset: 0;
	}
}

/* Standard syntax */
@keyframes dash {
	from {
		stroke-dashoffset: -900;
	}
	to {
		stroke-dashoffset: 0;
	}
}

.blink {
	-webkit-animation: blink 1s ease-in-out alternate infinite; /* Chrome, Safari, Opera */
	animation: blink 1s ease-in-out alternate infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes blink {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* 1024 x 768 */
/*
@media all
and (min-device-width : 48rem)
and (max-device-width : 64rem) {
*/
@media all
and (max-width : 64rem) {

	#page-cover .cover .square {
		width: 74%;
		margin: 0;
		margin-left: 26%;
	}

	#page-cover .cover .headline {
		left: 63%;
	}

	#page-cover .cover .headline h3 {
		font-size: 24px; font-size: 1.5rem;
	}

/*	html {
		font-size: 80%;
	}*/

	#page-cover .cover .headline h2 {
		font-size: 3.3rem;
	}

	#page-cover .cover .headline h1 {
		font-size: 4rem;
	}

	#page-cover .cover .headline h3 {
		font-size: 1.25rem;
		width: 18rem;
	}

	#page-cover .cover .headline h5 {
		font-size: 1rem;
	}

	.dynamics .arrow {
		margin-left: -32px; margin-left: -2rem;
	}
}

@media all
and (max-width : 720px) {

	#page-cover .cover .headline h2 {
		font-size: 2.8rem;
		line-height: 1.2;
	}

	#page-cover .cover .headline h1 {
		font-size: 3rem;
	}

	#page-cover .cover .headline h3 {
		font-size: 1.1rem;
		width: 13rem;
	}

	#page-cover .cover .headline h5 {
		font-size: .9rem;
		margin-top: 1rem;
	}
	#page-cover .cover .square {
	width: 80%;
	margin-left: 23%;
	}

	.dynamics .arrow {
		margin-left: -32px; margin-left: -2rem;
	}
}




































