@font-face {
    font-family: 'de_valenciaregular';
    src: url('fonts/De Valencia (beta)-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'd-dindin-bold';
    src: url('fonts/d-din-bold-webfont.woff2') format('woff2'),
         url('fonts/d-din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'd-dindin-italic';
    src: url('fonts/d-din-italic-webfont.woff2') format('woff2'),
         url('fonts/d-din-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'd-dinregular';
    src: url('fonts/d-din-webfont.woff2') format('woff2'),
         url('fonts/d-din-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



::-webkit-input-placeholder {
color:#000;
opacity:1
}
::-webkit-textarea-placeholder {
color:#000;
opacity:1
}
:-moz-placeholder {
color:#000;
opacity:1
}
:-moz-textarea-placeholder {
color:#000;
opacity:1
}
::-moz-placeholder {
color:#000;
opacity:1
}
::-moz-textarea-placeholder {
color:#000;
opacity:1
}
:-ms-input-placeholder {
color:#000;
opacity:1
}
:-ms-textarea-placeholder {
color:#000;
opacity:1
}
:invalid {
box-shadow:none
}
:-moz-submit-invalid {
box-shadow:none
}
:-moz-ui-invalid {
box-shadow:none
}
input:-webkit-autofill {
background-color:#fff!important;
-webkit-box-shadow:0 0 0 1000px #fff inset
}




body, html {
	height: 100%;
	font-family: 'd-dinregular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	margin: 0 0 10px;
	padding: 0;
	font-family: 'd-dinregular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
}
p {
	margin: 0 0 10px;
}
p strong {
    font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
}

h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 10px;
}
h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 10px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 10px;
}


input, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	outline: 0
}


a, a:focus, a:visited {
	color: #fff;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
a:hover {
	color: #000;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
#wrap {
	float: left;
	width: 100%
}
header {
    float: left;
    width: 100%;
    position: relative;
    height: 560px;
    /* background: aqua; */
    z-index: 20;
}

.header-secondary {
    height: 380px !important
}

#preheader {
    background: rgb(255 255 255 / .3);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 14px;
    text-transform: uppercase;
    font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 10px;
}

#preheader .button {
    padding: 4px 8px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    font-size: 14px;
    margin-left: 5px;
}

#preheader .button:hover {
    background: #ffffff;
}


#preheader .mobile-break {
    display: none;
}




#scene-wrap {
    position: relative;
    height: 650px;
    /*background-color: red;*/
    margin: 300px 0 0;
}

#scene-wrap-footer {
    position: fixed;
    bottom: -420px;
    width: 100%;
    height: 640px
}

#scene {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 16s ease;
    transition: all 1s ease;
	overflow: hidden;
}

.scene-scroll {
    position: fixed !important;
    bottom: -500px !important;
	height: 720px !important;
}

.scene-bottom {
    position: absolute !important;
    height: 100% !important;
/*  background-color: blue !important;*/ 
    margin: 0 !important;
    width: 100% !important;
}

#sceneview {
    height: 30px;
    z-index: 70;
    background: aliceblue;
    width: 30px;
    position: relative;
	display: inline-block;
}

#album-btns, #album-btns-mob {
	position: absolute;
	top: 70px;
	left: 50%;
	width: 426px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}

#album-btns-mob {
	display: none;
}

#album-btns img {
	max-width: 100%;
	height: auto
}

#album-btns-mob img {
	max-width: 100%;
	height: auto
}


#album-01-btn, #album-02-btn, #album-03-btn, #album-04-btn, #album-05-btn, #album-06-btn, #album-07-btn, #album-08-btn, #album-09-btn, #album-10-btn, #album-11-btn, #album-12-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 4;
	border-radius: 25px;
	cursor: pointer;
}


#album-01-btn-mob, #album-02-btn-mob, #album-03-btn-mob, #album-04-btn-mob, #album-05-btn-mob, #album-06-btn-mob, #album-07-btn-mob, #album-08-btn-mob, #album-09-btn-mob, #album-10-btn-mob, #album-11-btn-mob, #album-12-btn-mob {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 4;
	border-radius: 25px;
	cursor: pointer;
}

#album-01-btn,  #album-01-btn-mob {
	top: 2.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#album-02-btn,  #album-02-btn-mob {
    top: 8%;
    right: 23%;
}
#album-03-btn,  #album-03-btn-mob{
    top: 23.5%;
    right: 7.6%;
}

#album-04-btn,  #album-04-btn-mob {
	right: 2%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#album-05-btn,  #album-05-btn-mob {
    bottom: 22.9%;
    right: 7.7%;
}

#album-06-btn,  #album-06-btn-mob{
    bottom: 7.6%;
    right: 23.2%;
}

#album-07-btn,  #album-07-btn-mob {
	bottom: 2%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#album-08-btn,  #album-08-btn-mob{
    bottom: 7.8%;
    left: 23.4%;
}

#album-09-btn,  #album-09-btn-mob {
    bottom: 23%;
    left: 8.2%;
}

#album-10-btn,  #album-10-btn-mob {
	left: 2.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


#album-11-btn,  #album-11-btn-mob {
    top: 23.5%;
    left: 8%;
}

#album-12-btn, #album-12-btn-mob {
	top: 8%;
	left: 23.2%;
}



#album-titles {
	position: relative;
    width: 220px;
    height: 220px;
	border-radius: 110px;
	-webkit-transform: translate(-50%,-50%);;
	-ms-transform: translate(-50%,-50%);;
	transform: translate(-50%,-50%);;
	top: 50%;
	left: 50%;
	z-index: 1;
	text-align: center;
}

#album-title h2{
	position: absolute;
    font-family: "de_valenciaregular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 38px;
    line-height: 40px;
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#album-title h4{
	position: absolute;
	font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    line-height: 15px;
	text-transform: uppercase;
	padding-top: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}




#logo {
    position: absolute;
    top: 146px;
    left: 50%;
    width: 272px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.logo-secondary  {
    top: 80px !important;
}

#moon {
    position: fixed;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 530px;
}

.moon-secondary  {
    width: 400px !important;
    position: absolute !important;
    top: 18px !important;
}

#moon img, #logo img {
    width: 100%;
}








#part-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    width: 1340px;
	height: 480px;
}

#temple-front {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.animate-down {
	bottom: -400px !important;
}

.animate-out {
	width: -400px !important;
}

#part-1-centre {
    position: absolute;
    bottom: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 330px;
	z-index: 53;
	height: 100%;
	text-align: center
}

#part-1-centre img{
	width: 100%
}

#part-1-right {
    position: absolute;
    bottom: 0;
	right: 0;
	width: 606px;
	z-index: 52;
	height: 100%;
}

#part-1-right img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#part-1-left {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 606px;
	z-index: 51;
	height: 100%;
 }

#part-1-left img{
	position: absolute;
    bottom: 0;
    right: 0;
	width: 100%;
}


#part-1a {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 380px;
	height: 560px;
	z-index: 48;
	text-align: center
}

#temple-top {
	position: absolute;
	left: 50%;
	top: 0;
	width: 350px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 44;
}

#temple-top img {
	width: 100%
}


#part-2 {
    position: absolute;
    bottom: 140px;
    left: 50px;
    z-index: 40;
    width: 500px;
}
#part-2 img{
	position: relative;
    z-index: 42;
}


#temple-back-loop {
    position: absolute;
    top: 0;
    left: 174px;
	width: 100px;
	height: 165px;
	z-index: 41;
	background-image: url(../img/temple-back-loop.png);
}


#jungle-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
	z-index: 51;
	height: 600px;
	pointer-events: none;
}

#jungle-left img{
	position: absolute;
	bottom: 0;
	width: 100%
}

/* Stone Pillars*/

#part-3 {
    position: absolute;
    bottom: 140px;
    right: 100px;
    z-index: 30;
    width: 500px;
	height: 480px
}


#dragon-head{
    position: absolute;
	height: 200px;
    width: 310px;
    z-index: 32;
	background-image: url(../img/dragon-ani.png);
}


#pillar-1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 33;
	pointer-events: none;
}


#jungle-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 52;
    width: 700px;
	height: 600px;
	pointer-events: none;
}
#jungle-right img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%
}
#landscape-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 400px;
	z-index: 20;
	pointer-events: none;
}

#landscape-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 500px;
	z-index: 19;
	pointer-events: none;
}

#landscape-3 {
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 600px;
	z-index: 18;
	pointer-events: none;
}

#landscape-4 {
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 700px;
	z-index: 17;
	pointer-events: none;
}




.rotate {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 200s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 200s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 200s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(359deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(359deg);
    }
}



navigation {
	position: absolute;
	top: 20px;
	width: 920px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
}
navigation ul li {
	width: auto;
	margin: 0 8px;
	padding: 0;
	font-size: 16px;
	display: inline;
	font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: lowercase;
}

#navigation .current_page_item a {
    text-decoration: underline;
}
/*navigation ul li a {
	color: #ede5d5
}*/
navigation ul li a:hover {
	color: #d2d2cc
}



#music-navigation {
    position: relative;
    /* top: 20px; */
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    padding-bottom: 20px;
}
	
#music-navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
}

#music-navigation .current_page_item a {
     text-decoration: underline;
}

#music-navigation ul li {
	width: auto;
	margin: 0 8px;
	padding: 0;
	font-size: 16px;
	display: inline;
	font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-decoration: none;
	border-bottom: none;
	text-transform: lowercase;
}

#music-navigation ul li a {
	color: #fff;
	text-decoration: none
}

#music-navigation ul li a:hover {
	color: #d2d2cc;
	text-decoration: none
}



#social-mobile {
    top: 6px;
    right: 8px;
    display: none;
    position: fixed;
}

.home #social-mobile {
    top: 76px;
}

#social-mobile a {
	color: #fff;
	font-size: 16px;
	margin: 0 0 0 8px
}

#social {
	top: -10px;
	display: inline-block;
}
#social a {
	color: #fff;
	font-size: 20px;
	margin: 0 8px
}
#social a:hover {
	color: #d2d2cc
}

.fa-facebook {
    font-size: 28px;
    margin-right: 2px;
}

#facebook-hover {
    background-color: rgba(0, 0, 0, .6);
    padding: 10px 11px;
    position: absolute;
    right: 12%;
    margin-top: 10px;
    font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: lowercase;
    font-size: 16px;
    line-height: 18px;
	display: none
}
#facebook-btn {
    display: inline-block;
}

main {
	float: left;
	width: 100%;
	margin: 0;
	z-index: 2;
}
#inner {
	margin: 0 auto;
	width: 920px;
}

#inner-narrow {
	margin: 0 auto;
    width: 500px;
}

#inner-narrow iframe {
    width: 100%;
    height: 830px;
    border: 0px;
}



.section {
	float: left;
	width: 100%;
	margin-bottom: 300px;
}
.section-symbol {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 50px
}
.section-symbol img {
	max-width: 100%;
	height: auto
}

.section-title {
    position: absolute;
    width: 180px;
    left: 50%;
    height: 180px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 90px;
    margin-top: 10px;
}

.section-title h2 {
    font-family: "de_valenciaregular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	margin: 0px;
}

#videos {
    border-bottom: 1px solid #ffffff;
    padding: 80px 0 10px;
}
#videos .section-symbol {
	padding: 0 0 30px
}
#video-list {
	float: left;
	width: 100%
}
.video-item {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0
}
.video-item embed, .video-item iframe, .video-item object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}



/* Styles for Accordion */

.accordian-panel{
  display:none;
}

.accordian-toggle {
    width: 100%;
    text-align: left;
    border: none;
    padding: 0px;
    margin-bottom: 1px;
    cursor: pointer;
    background: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'd-dinregular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.accordian-toggle:focus{
  outline:none;
}

#content .tracklist li {
    list-style-type: none;
    list-style-position: inherit;
    height: inherit;
    line-height: inherit;
}

.tracklist ul li {
    background: none;
    padding-left: 0px;
}
.tracklist ul {
	list-style-type: none;
    padding: 0px;
}
    

.tracklist .fa-chevron-right {
    color: #ffffff;
    margin: 0px 10px 0px 2px;
    font-size: 14px;
    line-height: 16px;
}

.tracklist .acc-rotate {
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.tracklist .acc-rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}


.music-item {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.music-item iframe {
    width: 100%;
}


/* Content  */



.content-alpha-with-thumbnail {
    float: left;
	width: 440px
}

.content-video {
	float: left;
	width: 440px
}
.content-alpha img {
	border: 1px solid #d3d3d3;
	max-width: 100%;
	height: auto
}
.content-beta {
    margin: 0;
}

.content-alpha {
	float: left;
	width: 440px
}

.content-beta-with-thumbnail {
   float: right;
   width: 440px;
   margin: -4px 0 0
}

#content p a {
    text-decoration: underline;
}

#content .small-text {
    font-size: 14px;
}

#content a  {
    color: #ffffff;
}

#content a:hover {
text-decoration: none;
}

#content ol {
    clear: both;
    padding: 0;
}

#content li {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    border-bottom: solid 1px #ffffff;
    line-height: 20px;
    padding: 4px 0px;
    height: inherit;
}


#content .button {
	border: 1px solid #ffffff;
	display: inline-block;
	font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 15px;
	margin: 10px 0 16px;
	padding: 10px 10px 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background-color: transparent;
}

#content a.button{
	color: #ffffff;
	text-decoration: none;
}

#content .button:hover {
	background-color: #272727;
	color: #ffffff;
	text-decoration: none;
}

#content .custom-pagination a {
  background-color: #ffffff;
  color: #272727;
}


.breadcrumb {
	font-size: 14px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 20px;
}



/* Pageination  */

.custom-pagination {
    margin-top: 0px;
    display: inline-block;
    float: left;
	font-size: 14px;
	font-family: 'd-dinregular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.custom-pagination span,
.custom-pagination a {
/*  display: inline-block; */ 
  padding: 5px 10px;
  text-decoration:none

}
.custom-pagination a {
  background-color: #ffffff;
  color: #272727;
}
#content .custom-pagination a:hover {
  background-color: #272727;
  color: #fff;
  text-decoration:none
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
    padding: 0;
    color: #272727;
}
.custom-pagination span.current {
  background-color: #272727;
  color: #fff;
}






/* Spotify
-------------------------------------------------------------- */

.spotify-container {
    position: relative;
    padding-bottom: 105%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
    .spotify-container iframe,
    .spotify-container object,
    .spotify-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
#text-5 {
    float: left;
    width: 100%;
    position: relative;
}

#spotify-close-btn {
    position: relative;
    top: 73px;
    z-index: 49;
    padding: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 20px;
	cursor: pointer;
	font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


#album-container {
    position: absolute;
    width: 300px;
    height: 435px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
	z-index: 45;
}

#album-frame {
    width: 100%;
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    /* position: relative; */
    /* display: inline-block; */
    background-color: red;
    height: 77%;
    overflow: hidden;
}

#album-1 {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
	margin-top: 40px;
    display: inline-block;
}

#spotify-frame  {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
	z-index: 46;
	background: black;
}


.loop {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 40px;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 40px;
}

#music {
/*    border-bottom: 1px solid #ffffff;*/
    padding: 80px 0 50px;
}
#music .section-symbol {
	padding: 0 0 30px
}

#music a  {
    color: #272727;
}

#music a:hover {
text-decoration: none;
}
.music-alpha {
	float: left;
	width: 440px
}
.music-alpha img {
	border: 1px solid #d3d3d3;
	max-width: 100%;
	height: auto
}
.music-beta {
	float: right;
	width: 440px;
	margin: -4px 0 0
}

.music-beta ol {
    clear: both;
	padding: 0;
}

.music-beta li {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    border-bottom: solid 1px #272727;
    height: 26px;
    line-height: 26px;
}



/* Mobile Navigation 
-------------------------------------------------------------- */

#mobile-menu-btn {
    color: #fff;
    margin: 0 8px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    position: absolute;
	display: none
}

#mobile-menu {
	display: none
	}
	

.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	float: left;
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 201; /* Sit on top */
	left: 0;
	top: 0px;
	background-color: rgba(0, 0, 0, .7);
	overflow-x: hidden; /* Disable horizontal scroll */
}
/* Position the content inside the overlay */
.overlay-content-wrap {
	margin: 0 auto;
}
.overlay-content-grid {
	cursor: default;
	text-align: center;
	position: absolute;
  	top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#mobile-menu-close {
    display: inline-grid;
	font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px white;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}


#mobile-menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none
}
#mobile-menu  ul li {
    margin: 0 0 2px 0;
    font-family: 'd-dindin-bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
	text-transform: lowercase;
}
#mobile-menu ul li a {
	color: #ffffff;
	text-decoration:none
}

#mobile-menu  ul li a:visited {
	color: #ffffff;
	text-decoration:none
}


#footer-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
	display: none
}
	
#footer-mobile img {
    max-width: 100%;
}


.bit-widget {
    font-size: 16px !important;
    line-height: 18px!important;
    font-family: 'd-dinregular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.bit-widget .bit-event {
    border-top: 1px solid rgb(255, 255, 255) !important;
}

.bit-widget .bit-upcoming-events, bit-past-events {
    border-bottom: 1px solid rgb(255, 255, 255) !important;
}

.gallery br {
    display: none;
}

#gallery-1 img {
    border: 1px solid #ffffff !important
}
.gallery-item {
	margin-top: 10px !important
}
.featherlight:last-of-type {
    background: rgba(0,0,0,.7) !important
}



@media only screen and (max-width:900px) {
#inner {
    width: 90%;
}
.content-alpha {
    width: 48%;
}	
.content-beta-with-thumbnail {
    width: 48%;
}
navigation ul {
    display: none;
}
#social-mobile {
    display: inline-block
}
#social a {
    font-size: 14px;
    margin: 0 4px;
}
.fa-facebook {
    font-size: 17px;
    margin-right: 2px;
}	
navigation {
    top: 7px;
    width: 100%;
	position: fixed;
}

.home navigation {
    top: 75px;
}

#mobile-menu-btn {
	display: block
}
#part-2 {
    left: -120px;
	bottom: 120px;
}
#part-3 {
    right: -130px;
}
#jungle-left, #jungle-right {
    bottom: -150px;
}
.gallery-item {
     width: 33% !important;
     margin-top: 0px !important
}
}


@media only screen and (max-width:780px) {
	
#album-btns {
	display: none;
}
#album-btns-mob {
	display: block;
}
}
	
@media only screen and (max-width:420px) {
.embed-container {
    padding-bottom: 38.5%;
}
	
header {
    height: 340px;
}


#preheader .mobile-break {
    display: inline;
}

#preheader .button {
    padding: 2px 4px;
    margin-left: 0px;
}


#inner-narrow {
    width: 90%;
}

#album-title h4 {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.loop {
    margin: 0 0 20px;
    padding: 0 0 10px;
}


#landscape-1 {
    height: 200px;
}
#landscape-2 {
    height: 300px;
}
#landscape-3 {
    height: 350px;
}
#landscape-4 {
    height: 400px;
}
	
#inner {
    width: 90%;
}


#jungle-left {
    width: 200px;
	height: 200px;
	bottom: 0;
}

#jungle-right {
    width: 200px;
	height: 200px;
	bottom: 0;
}
	
#scene-wrap {
    position: absolute;
    height: 100%;
    margin: 0;
    width: 100%;
}
	
#scene {
    bottom: -40px;
}
	
#scene-wrap-footer {
     display: none
}
	
#part-1 {
    width: 830px;
    height: 300px;
}
	
#part-1-centre {
    width: 185px;
	height: auto;
}
	
#part-1-right, #part-1-left {
    width: 380px;
    height: auto;
}
	
#part-1-right img {
    bottom: -30px;
}
	
#part-1-left img {
    bottom: -30px;
}
#album-container-01 {
    width: 300px;
    height: 200px;
}
#album-container-02 {
    width: 280px;
    height: 240px;
}
#album-1, #album-4 {
    width: 240px;
    margin-top: 20px;
}
	
.music-beta, .content-beta {
    float: none;
    width: 100%;
    margin: 20px 0 0;
}
.music-alpha, .content-alpha {
    float: none;
	width: 100%;
}

#album-btns-mob {
    top: 29px;
    width: 320px;
}
#album-01-btn-mob, #album-02-btn-mob, #album-03-btn-mob, #album-04-btn-mob, #album-05-btn-mob, #album-06-btn-mob, #album-07-btn-mob, #album-08-btn-mob, #album-09-btn-mob, #album-10-btn-mob, #album-11-btn-mob, #album-12-btn-mob {
    width: 38px;
    height: 38px;
    border-radius: 18px;
}
	
.section {
    margin-bottom: 100px;
}
	
.section-symbol {
    padding: 0 0 20px;
}
	
.section-symbol img {
    width: 140px;
}
.section-title {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}
	
.section-title h2 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: -.05em;
}
	
#music-navigation {
    padding-bottom: 10px;
	margin-bottom: 20px;
}
	
#music-navigation ul li {
    font-size: 14px;
}
	
#album-container {
    position: absolute;
    width: 240px;
    height: 205px;
}
	
	

#moon {
    top: 85px;
    width: 360px;
	overflow: hidden;
}
#logo {
    top: 84px;
    width: 210px;
}
#temple-top {
    width: 280px;
}
#part-1a {
    width: 320px;
	height: 305px;
}
#part-3, #part-2 {
    display: none;
}

#album-titles {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    margin-top: 5%;
}
#album-title h2 {
    font-size: 28px;
    line-height: 30px;
}
	
.content-beta-with-thumbnail {
    float: none;
    width: 100%;
    margin: 10px 0 0;
}
	
.moon-secondary {
    width: 360px !important;
    top: -34px !important;
}
.header-secondary {
    height: 280px !important;
}
.logo-secondary {
    top: 40px !important;
}
	
.spotify-container {
    position: relative;
    padding-bottom: 33.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
#spotify-frame {
    width: 240px;
}
#spotify-close-btn {
    top: 50px;
}
#footer-mobile {
	display: block
}
.gallery-item {
     width: 50% !important
}
}