
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



*{
	--grey4: #1e2124;
    --grey3: #282b30;
    --grey2: #36393e;
    --grey1: #424549;

    --purple1: #7289da;
    --yellow1: #F4B400;
    --yellow2: rgba(207, 187, 0, 0.8);
    --yellow3: #faa81a;
    --green1: #1DB954;
    --green2: #3ba55d;
    --red1: #DB4437;

    --accent_color: var(--purple1);

    --text-normal: #dcddde;
    --text-muted: #72767d;

    --background-primary: #36393f;
    --background-secondary: #2f3136;
    --background-secondary-alt: #292b2f;
    --background-tertiary: #202225;
    --background-accent: #4f545c;
    --background-floating: #18191c;
    --background-nested-floating: #2f3136;
    --background-mobile-primary: #36393f;
    --background-mobile-secondary: #2f3136;

    --scroll-track: #2e3338;
    --scroll-thumb: #202225;
}

body { 
	margin: auto;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	/* font-family: -apple-system, Helvetica, Arial, sans-serif; */
	font-family: 'Roboto', sans-serif;
	/* font-family:helvetica; */
	font-weight: 200;
	font-size: 12px;
	background-color: #fee004; 
	/* background-color: #fade40; */
  	/* cursor: url('../assets/images/cursor/15.png') 40 40, auto;	 */

	/* --font_color:rgb(245, 243, 243);   */
	--font_color:rgba(10,10,10);
}

::-webkit-scrollbar {
	display: none
}

a {
	color: inherit;
	text-decoration: inherit
}

.frozen {
	pointer-events: none
}

#bg{
  z-index:0;
  position:absolute;

  left:0px;top:0px;right:0px;bottom:0px;
  width:100%;height:100%;
}

#lock-screen-container {
	z-index: 1999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    /* color: #0f0f0f; */
	color:var(--font_color);
    background-color: rgb(255,255,255);
	pointer-events: all;

}

#lock-screen-bg{
  z-index:-1;
  position:absolute;

  left:0px;top:0px;right:0px;bottom:0px;
  width:100%;height:100%;
}


#bg, #lock-screen-bg{

	/* background:url("../assets/images/bgs/5.jpg");
  background-size: auto 100%; */
  background-color: #fee004;
  /* background-color: #fade40; */

  background-position:50% 50%;
  background-repeat:no-repeat;

}

#lock-screen-container div {
	display: none
}

#lock-screen-container .lock-screen {
	position: absolute;
	width: 100%;
	font-weight: 100;
	text-align: center;
	pointer-events: none
}

#lock-screen-container{
	--lock_time_fontsize:80px;
}

#lock-screen-container #lock-screen-time {
	
	height: var(--lock_time_fontsize);
	top: 10%;
	font-size: var(--lock_time_fontsize);
  	font-weight:300;
}

#lock-screen-container #lock-screen-day {
	height: 22px;
	top: calc(10% + var(--lock_time_fontsize) + 10px);
	font-size:22px;
	font-weight:400;
	letter-spacing:0.01em;
}

#lock-screen-container #lock-screen-slide {
	bottom: 10%;
	height: 20px;
	font-size: 20px;
	opacity: 0.5;
	font-weight:300;
}

#dock {
	z-index: 10;
	position: fixed;
	bottom: 0px;
	width: 95%;
	padding: 0px 2.5% 0px 2.5%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.05)
}

#pages-container {
	position: fixed;
	height: 100vh;
	width: 300vw
}

#pages-container .page {
	position: relative;
	width: 95vw;
	padding: 2.5vw 2.5vw 0px 2.5vw;
	float: left;
	height: 100vh
}

.app-holder {
	position: relative;
	width: 23.75vw;
	height: 23.75vw;
	min-height: 90px;
	float: left
}

	.app-holder.clbn > a > .icon{
		border:1px solid rgba(0,0,0,1);
		/* box-shadow:0px 2px 5px rgba(0,0,0,0.2); */
	}

.app-holder.updating {
	pointer-events: none
}

.app-holder.updating .icon {
	-webkit-filter: brightness(50%)
}

#dock>.app-holder {
	height: 93px
}

.icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 25%
}

.text {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: 35px;
	text-align: center;
	/* color: #323232; */
	color:var(--font_color);
	font-weight:400;
	font-size:11px;
	letter-spacing:0.01em;
}

@media screen and (orientation: landscape) {
	.app-holder {
		width: 19vw;
		height: 15vw
	}
}

@media screen and (min-width: 700px) {
	.icon {
		width: 80px;
		height: 80px
	}
	.text {
		margin-top: 43px
	}
	#dock {
		height: 120px
	}
	#dock>.app-holder {
		height: 113px
	}
}

@media screen and (min-aspect-ratio: 8 / 5) and (max-width: 600px) {
	.icon {
		width: 50px;
		height: 50px
	}
	.text {
		margin-top: 28px
	}
	#dock {
		height: 100px
	}
	#dock>.app-holder {
		height: 70px
	}
	.app-holder {
		width: 15.5vw;
		height: 12vw
	}
}

@media screen and (min-aspect-ratio: 8 / 5) and (min-width: 600px) {
	.icon {
		width: 70px;
		height: 70px
	}
	.text {
		margin-top: 38px
	}
	#dock {
		height: 110px
	}
	#dock>.app-holder {
		height: 80px
	}
	.app-holder {
		width: 15.5vw;
		height: 15.5vw
	}
}

@media screen and (min-aspect-ratio: 8 / 5) and (min-width: 1000px) {
	.icon {
		width: 70px;
		height: 70px
	}
	.text {
		margin-top: 38px
	}
	#dock {
		height: 100px
	}
	#dock>.app-holder {
		height: 70px
	}
	.app-holder {
		width: 15.5vw;
		height: 12.5vw
	}
}

.notification-container {
	z-index: 2000;
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -150px;
	width: 90%;
	max-width: 500px;
	height: 85px;
	border-radius: 10px;
	background-color: #e6e6e6;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	opacity: 0;
	transition:0.3s;
}

.notification-container.down{
	margin-top:0px;
	opacity:1;
}

.notification-container .notification-final {
	top: 5vw
}

.notification-container .notification-top-row {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #f5f5f5
}

.notification-container .notification-img {
	position: relative;
	float: left;
	height: 18px;
	margin-top: 6px;
	margin-left: 8px
}

.notification-container .notification-title {
	position: relative;
	float: left;
	margin-left: 7px;
	height: 30px;
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5)
}

.notification-container .notification-when {
	position: relative;
	float: right;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	font-weight: 500;
	text-transform: lowercase;
	color: rgba(0, 0, 0, 0.5)
}

.notification-container .notification-body {
	position: relative;
	height: calc(100% - 30px);
	width: 100%
}

.notification-container .notification-from {
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 15px;
	font-weight: 800
}

.notification-container .notification-content {
	position: relative;
	padding-top: 2px;
	line-height: 15px;
	padding-left: 15px;
	font-weight: 500
}

#overlay {
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.2)
}

.popup {
	z-index: 1000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	border-radius: 7px;
	overflow: hidden;
	max-width: 275px;
	width: 90vw;
	background-color: #f5f5f5;
	pointer-events: all
}

.popup .popup-title {
	position: relative;
	width: 100%;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 16px
}

.popup .popup-subtitle {
	position: relative;
	max-width: 80%;
	padding-left: 10%;
	text-align: center;
	margin-top: -15px;
	/* height: 40px; */
	height:auto;
	line-height: 20px;
	font-size: 14px;
	font-weight:400;
	padding-bottom:5px;
}

.popup .popup-picture {
	position: relative;
	max-width: 80%;
	padding-left: 10%;
	padding-bottom: 20px;
	padding-top: 0px
}

.popup .popup-button {
	position: relative;
	width: 100%;
	text-align: center;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	color: #007aff;
	cursor: pointer;
	font-weight:500;
}

.popup .pb-half {
	width: calc(50% - 1px)
}

.popup .popup-cancel,
.popup .popup-ok {
	/* font-weight: bold; */
	/* font-weight:700; */
}

.popup .popup-ok {
	border-left: 1px solid rgba(0, 0, 0, 0.15)
}

#mail-container {
	height: 152.5px;
	display: none
}

#airdrop-container {
	display: none
}

#ass-popup-container {
	height: 292px;
	display: none
}

.appPage {
	z-index: 900;
	position: absolute;
	min-height: 100vh;
	height: auto;
	background-color: blue;
	width: 100vw;
	display: none;
	top: 0;
	margin-top: 0
}

.page-bg {
	z-index: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh
}

.top-bar {
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.back-button {
	position: absolute;
	width: auto;
	height: 20px;
	padding: 10px;
	left: 5px;
	top: 10px;
	cursor: pointer
}

.back-img {
	position: relative;
	height: 100%;
	float: left
}

#our-title {
	color: white
}

.back-text {
	position: relative;
	float: left;
	margin-left: 6px;
	line-height: 20px;
	font-size: 14px;
	font-weight:400;
}

.page-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13px;
	margin: auto;
	width: 150px;
	height: 16px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: black
}

.page-content {
	position: absolute;
	width: 100%;
	padding-top: 50px;
	margin-top: 0;
	top: 0
}

#tour-container,
#tour-top,
#tour-bg {
	/* background-color: #0f0f0f;
	color: white */
	/* background:white; */
	background-color: #f5f5f5;
	color: #007aff;
	
}

#tour-top {
	background-color: #f5f5f5;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.25) */
}

#tour-back-img {
	/* filter: invert(1); */
}

#tour-page-title {
	/* color: white */
	color:black;
}

#tour-content {
	/* display:none; */
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	height: auto;
	max-width: 600px;
	padding-bottom: 50px;

	color: var(--grey3);
}

#tour-embed{
	/* display:none; */
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	height: auto;
	max-width: 600px;
	width:calc(100% - 40px);
	padding-top: 80px;
	padding-bottom: 50px;
	padding-left:20px;
	padding-right:20px;
}

#tour-title {
	position: relative;
	width: 80%;
	max-width: 500px;
	margin-top: 75px;
	margin-bottom: 25px;
	left: 10%
}

#tour-title-text {
	position: relative;
	width: 100%;
	left: 0px;
	margin-top: 50px;
	text-align: center;
	color: white;
	font-size: 100px;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase
}

#tour-subtitle-text {
	position: relative;
	width: 100%;
	left: 0px;
	margin-top: 15px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase
}

#country-toggle-container {
	position: relative;
	width: calc(100% - 100px);
	height: 24px;
	padding-bottom: 10px;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px
}

.country-toggle {
	position: relative;
	float: left;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	cursor: pointer
}

.toggle-selected {
	background-color: #fff;
	color: #000000
}

.toggle-left {
	margin-left: 0%;
	border-radius: 5px 0px 0px 5px
}

.toggle-middle {
	margin-left: 0%;
	border-radius: 0px 0px 0px 0px
}

.toggle-right {
	margin-left: 0%;
	border-radius: 0px 5px 5px 0px
}

.toggle-size-1 {
	display: none;
	width: calc(100% - 0px)
}

.toggle-size-2 {
	width: calc(50% - 2px)
}

.toggle-size-3 {
	width: calc(33% - 3px)
}

.toggle-size-4 {
	width: calc(25% - 4px)
}

#usa {
	display: none
}

#aus {
	display: none
}

.tour-country {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 0px
}

.tour-title {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	padding-bottom: 10px
}

.tour-part {
	margin-top: 45px;
	margin-bottom: 5px;
	position: relative;
	width: 80%;
	margin-left: 10%;
	height: 75px;
	margin-bottom: 20px
}

.part-date {
	position: absolute;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px
}

.part-loc {
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	top: 30px
}

.part-title {
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	top: 50px;
	width: calc(100% - 85px)
}

.part-button {
	position: absolute;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	cursor: pointer;
	right: 0px;
	text-align: center;
	width: 60px;
	line-height: 35px;
	height: 35px;
	border-radius: 5px;
	background-color: #2d2d2d;
	color: white
}

.part-tickets {
	top: 0px
}

.tickets-soldout {
	background-color: #ff4632;
	font-size: 10px;
	cursor: default
}

.part-rsvp {
	top: 40px
}

.part-soldout {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	height: 100%
}

#advice-container,
#advice-top,
#advice-bg {
	background-color: black;
	color: white
}

#advice-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

#advice-back-img {
	filter: invert(1)
}


#advice-content {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	height: auto;
	max-width: 600px;
	padding-bottom: 50px
}

#advice-title {
	position: relative;
	width: 80%;
	left: 10%;
	padding-bottom: 0px
}

#advice-title-text {
	position: relative;
	width: 100%;
	left: 0px;
	margin-top: 50px;
	text-align: center;
	color: white;
	font-size: 100px;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase
}

#advice-subtitle-text {
	position: relative;
	width: 100%;
	left: 0px;
	margin-top: 20px;
	text-align: center;
	color: white;
	font-size: 20px;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase
}

#advice-page-title {
	color: white
}

#toe-container,
#toe-top {
	background-color: #f5f5f5;
	color: #007aff
}

#toe-bg {
	background-color: white
}

#toe-content {
	height: auto;
	min-height: calc(100% - 50px);
	background-color: white
}

.toe-photo {
	position: relative;
	margin: 1px;
	width: calc(25% - 2px);
	float: left;
	cursor: pointer
}

.toe-bottom {
	position: relative;
	width: 100%;
	text-align: center;
	float: left;
	color: black;
	margin-top: 15px;
	font-size: 14px;
	padding-bottom: 50px
}

#photos-container{
	/* overflow:hidden; */
}

#photos-container,
#photos-top {
	background-color: #f5f5f5;
	color: #007aff
}

#photos-bg {
	background-color: white
}

#photos-albums, #photos-content, #photos-focus {
	height: auto;
	min-height: calc(100% - 50px);
	background-color: white
}
#photos-albums{
	/* background:red; */
}
#photos-content, #photos-focus{
	display:none;
}

#photo-focus{
	position:absolute;
	width:100%;
	left:0px;right:0px;top:0px;bottom:0px;margin:auto;
}

.photos-photo {
	position: relative;
	margin: 1px;
	width: calc(25% - 2px);
	float: left;
	cursor: pointer
}

.photos-photo-div {
	--m-all:1px;
	/* --m-all:1px; */

	float:left;
	position:relative;
	margin:var(--m-all);
	width:calc(50% - (var(--m-all)*2));
	height:auto;
	overflow:hidden;
	border-radius:3px;
	/* background:orange; */
	cursor:pointer;

	/*  */

	--p-bottom:0px;
	padding-bottom:var(--p-bottom);
	background:rgb(245,245,245);
}



.photos-photo-div:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

@media only screen and (min-width: 600px) {
	.photos-photo-div{
		width:calc(33% - (var(--m-all)*2));
		height:auto;
	}
}
@media only screen and (min-width: 800px) {
	.photos-photo-div{
		width:calc(25% - (var(--m-all)*2));
		height:auto;
	}
}
@media only screen and (min-width: 1000px) {
	.photos-photo-div{
		width:calc(20% - (var(--m-all)*2));
		height:auto;
	}
}

.photos-photo-div > img{
	position:absolute;
	height: 100%;
	width: 100%;
	object-fit: cover
}

.photos-photo-div.photo-large {
	position:absolute;
	top:0px;bottom:0px;margin:auto;
	width:calc(100% - (var(--m-all)*2));
	height:auto;
}

.photos-photo-div.photo-large > img {
	
	position:absolute;
	height: 100%;
	width: 100%;
	/* object-fit: none; */
	/* object-fit: cover; */
	object-fit: contain;

}



.photos-bottom {
	position: relative;
	width: 100%;
	text-align: center;
	float: left;
	color: black;
	margin-top: 15px;
	font-size: 14px;
	padding-bottom: 50px
}

#photos-albums{

	width:calc(100% - 25px);
	padding:95px 12.5px 0px 12.5px;
	/* background:orange; */

}

#photos-albums-header{

	position:absolute;
	width:calc(100% - 44px);
	left:22px;
	top:70px;

	/* background:pink; */
	font-weight:600;
	font-size:20px;
	color:var(--grey1);

}


.photo-album{
	--m-all-sm:4px;
	--m-all-med:5px;
	--m-all-lg:7px;
	--m-all-xl:7px;
	float:left;
	position:relative;
	margin:var(--m-all-sm);
	width:calc(50% - (var(--m-all-sm)*2));
	height:auto;
	overflow:hidden;
	/* background:orange; */
	cursor:pointer;

	/*  */

	--p-bottom:40px;
	padding-bottom:var(--p-bottom);
}

.photo-album:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

@media only screen and (min-width: 600px) {
	.photo-album{
		margin:var(--m-all-med);
		width:calc(33% - (var(--m-all-med)*2));
		height:auto;
	}
}
@media only screen and (min-width: 800px) {
	.photo-album{
		margin:var(--m-all-lg);
		width:calc(25% - (var(--m-all-lg)*2));
		height:auto;
	}
}
@media only screen and (min-width: 1000px) {
	.photo-album{
		margin:var(--m-all-xl);
		width:calc(20% - (var(--m-all-xl)*2));
		height:auto;
	}
}

	.photo-album-thumbnail{
		/* display:none; */
		position:absolute;
		width:100%;
		/* background:blue; */
		background:var(--text-normal);
		border-radius:5px;
		overflow:hidden;

		/* display: flex;
		justify-content: center;
		align-items: center; */
	}
	.photo-album-thumbnail:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	.photo-album-thumbnail > img{
		/* display:none; */
		position:absolute;
		/* min-height:100%;min-width:100%; */
		/* flex-shrink: 0;
		min-width: 100%;
		min-height: 100% */
		height: 100%;
		width: 100%;
		object-fit: cover
	}

	.photo-album-title, .photo-album-num{
		font-weight:300;
		font-size:13px;
	}
	.photo-album-title{
		position:absolute;
		top:calc(100% - var(--p-bottom) + 4px);
		color:var(--grey4);
	}
	.photo-album-num{
		position:absolute;
		top:calc(100% - var(--p-bottom) + 22px);
		color:var(--text-muted);
	}
