@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* RESET */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	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;
}

/* TYPE */

body {
	background:#000000;
}

#bg-sky {
	position:fixed;
	opacity:0;
	height:100vh;
	width:100vw;
}

@media only screen and (min-width: 800px) {
	#bg-sky {
		opacity:1;
		background-image: url(../_img/bg-sky.jpg);
		background-attachment:fixed;
		background-size: cover;
		background-position: left center;
		background-repeat: repeat-x;
	}
}

@media only screen and (min-width: 1200px) {
	#bg-sky {
		background-size: contain;
	}
}

* {
	color:#FFFFFF;
	font-family: "krete", serif;
	scroll-behavior:smooth;
	text-align:center;
	box-sizing:border-box;
	transition:1s ease;
}

h2 {
	text-align:center;
	font-size:33px;
	line-height:1.2;
	font-family: "trajan-pro-3", serif;
	font-weight: 600;
	font-style: normal;
	margin:0 auto 44px;
	color: #c2cff4;
}

@media only screen and (min-width: 800px) {
	h2 {
	color:#d1d7e5;
}
}

h3 {
	color: #c2cff4;
    font-family: 'trajan-pro-3';
    font-size: 18px;
    line-height: 1.4;
}

p {
	font-size:18px;
	line-height:1.6;
	margin:0 auto 22px;
}

strong {
	font-family:inherit;
	font-weight:700;
}

em {
	font-family:inherit;
	font-weight:inherit;
	font-style:italic;
}

.max-width {
	max-width:1000px;
	margin:0 auto 0;
}

.button {
	color: #000000 !important;
    font-family: 'trajan-pro-3';
    text-decoration: none;
    display: inline-block;
	margin: 0px auto 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    text-transform: none;
    padding: 11px 17px 11px;
	border-radius:7px;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	-moz-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfefe+0,c2cff4+100 */
	background: linear-gradient(to bottom,  #fdfefe 0%,#c2cff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.button:hover {
	background: linear-gradient(to bottom,  #fdfefe 0%,#FFFFFF 100%);
}

iframe {
	max-height:450px;
	margin:0 auto 0;
	left:0;
	right:0;
}

/* ----- NAV BAR RULES ----- */

#nav {
	height:55px;
	padding: 17px;
	text-align:center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:50;
	transition:.3s ease;
	max-width:none;
	margin:0 auto 0;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	-moz-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfefe+0,c2cff4+100 */
	background: linear-gradient(to bottom,  #fdfefe 0%,#c2cff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.hamburger {
  display:inline;
  position: fixed;
  top: 15px;
  left: 17px;
  height: 28px;
  width: 32px;
  cursor: pointer;
  z-index: 113;
  background-attachment: fixed;
  -webkit-transition: .5s;
  transition: .5s;
}

.hamburger.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active .middle {
  opacity: 0;
}

.hamburger.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.hamburger span {
  background: #000000;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger:hover span{
  opacity:.8;
}

.hamburger span:nth-of-type(2) {
  top: 11px;
}

.hamburger span:nth-of-type(3) {
  top: 22px;
}

.hamburger .text {
	display: block;
    position: absolute;
    bottom: -10px;
    font-size: 9px;
    width: 100%;
    opacity: .5;
    letter-spacing: 2px;
}

.nav-title {
	width: 25px;
    position: absolute;
    top: 12px;
    transform: translateX(-27px);
}

#nav-items {
	display:none;
	margin:0 0 0 12px;
}

#nav-items ul {
	display: block;
	margin:0 auto 0;
	padding:0;
}
#nav-items ul li {
	padding: 0px 26px 0px 8px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin:0;
}

#nav-items ul li.nav-item a {
	font-family:'trajan-pro-3';
    text-transform: none;
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    display: block;
    letter-spacing: 0px;
    font-weight: bold;
}

.nav-title:hover {
	filter:brightness(1.6)
}

.nav-title-small:hover {
	filter:brightness(1.2)
}

.fa-user-circle {
	margin-left:4px;
}

.mfp-bg {
	opacity:0.95 !important;
}
	
#nav a.button {
	z-index:20;
	position:relative;
	float:right;
	margin: 4px 0 0;
	transform: translateY(-11px);
}

#nav a.button:hover {
}

@media only screen and (min-width: 678px) {
	#nav-items {
		display:block;
	}
	
	.hamburger {
    	display:none;
	}

}

#nav .social {
	display:none;
	float: right;
    padding-right: 22px;
}

@media only screen and (min-width: 624px) {
	#nav .social {
		display:block;
	}
}

#nav .social a i {
	color: #FFFFFF;
    font-size: 23px;
    margin: 4px 9px 17px;
}
#nav h3 {
	color:#FFFFFF;
	font-size:22px;
	text-transform:uppercase;
}

#nav .social a i:hover {
	color: #FFFFFF;
}

#nav.scroll {
}


/* ----- OVERLAY RULES ----- */

.overlay {
  position: fixed;
  background:rgba(0,0,0, .95);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  /*opacity: 1;
  visibility: hidden;*/
  overflow: hidden;
  z-index:100;
	visibility:hidden;
  /*border-bottom:4px solid #aa1d38;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfefe+0,c2cff4+100 */
	background: linear-gradient(to bottom,  #fdfefe 0%,#c2cff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.overlay.open {
  /*opacity: 1;*/
	z-index:40;
  visibility: visible;
  height: 100%;
	-webkit-transition: opacity .35s, visibility .35s, height 1s;
  transition: opacity .35s, visibility .35s, height 1s;
}

.overlay nav {
  	position: relative;
  	height: 70%;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  	text-align: center;
}

.overlay nav .social {
	display:block !important;
}

#overlay a.button {
	float:none;
	margin:22px auto 22px;
	max-width:250px;
}
	

.overlay-item {
	font-family:'trajan-pro-3';
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: uppercase;
  	font-style: normal;
  	font-weight: 700;
  	font-size: 28px;
	line-height:1.4;
  	letter-spacing:0px;
  	position: relative;
  	color: #000000;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
}
					

.overlay .social {
	margin:22px auto 22px;
}

#overlay .social {
	float:none;
	margin:44px auto 0;
	padding:0;
}

.overlay .social a {
	display:inline-block;
	margin:0 auto 0;
	text-align:center;
	color:#fff200;
	font-size:28px
}

/* WRAPPER */

#wrapper {
	padding:0;
}

/* SECTIONS */

#hero {
	padding:111px 11px 171px;
	background-image: url(../_img/bg-sky.jpg);
    background-size: cover;
	background-attachment:scroll;
    background-position: bottom center;
	-webkit-box-shadow: 0px 111px 111px 0px rgba(0,0,0,0.14) inset;
	-moz-box-shadow: 0px 111px 111px 0px rgba(0,0,0,0.14) inset;
	box-shadow: 0px 111px 111px 0px rgba(0,0,0,0.14) inset;
}

@media only screen and (min-width: 800px) {
	#hero {
		background-image:none;
	}
}

#hero img {
	display:block;
	margin:22px auto 44px;
	width:100%;
	max-width:800px;
	padding:0 5% 2% 0;
}

.billing {
	width:calc(100% - 44px);
	display:inline-block;
	vertical-align:top;
	margin:0 22px 22px;
	text-shadow:0 0 11px rgba(0,0,0,.5)
}

.billing.long {
	display:block;
	width:calc(100% - 44px);
	max-width:none;
}

.billing-credit {
	color: #c2cff4;
    font-size: 14px;
	line-height:1.2;
	margin-bottom:7px;
	letter-spacing:.5px;
}

.billing-name {
	color: #FFFFFF;
    font-family: 'trajan-pro-3';
    font-size: 20px;
	line-height:1.2;
	letter-spacing:.5px;
}

.billing-name a {
	font-size:20px;
	text-decoration:none;
}

.billing-name a:hover {
	text-decoration:underline;
}

.bio-popup {
	position: relative;
	background: #000000;
	padding: 20px;
	max-width: 900px;
	margin: 20px auto;
	border: 2px solid #FFFFFF;
	text-align:center;
	overflow:scroll;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

.bio-popup::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.bio-popup img {
	float:none;
	display:block;
	margin:0 auto 22px;
	max-width:280px;
	/*border:3px solid #ffdd02;*/
}

.bio-popup h4, .bio-popup h5, .bio-popup p {
	display:block;
	text-align:center;
}

.creative-bio-popup h4, .creative-bio-popup h5, .creative-bio-popup p {
	display:block;
	text-align:center;
}

.bio-popup h4 {
	color:#c2cff4;
	font-size: 27px;
	line-height: 1;
	margin:0 0 8px 0;
	text-transform:uppercase;
	font-weight:bold;
}

.bio-popup h5 {
	color:#FFFFFF;
	font-size: 20px;
	line-height: 1;
	margin:0 0 22px 0;
	text-transform:none;
}

.bio-popup p {
	color:#FFFFFF;
	font-size: 16px;
	line-height: 1.6;
	overflow:hidden;
}

.bio-wrap {
		text-align:center;
	}

@media only screen and (min-width: 794px) {
	
	.bio-popup {
		padding: 55px 44px 55px 44px;
		text-align:left;
	}
	
	.bio-popup img {
		float:left;
		margin:0 33px 12px 0;
	}
	
	.cast, .creative {
		width:180px;
	}
	
	.bio-wrap {
		text-align:left !important;
		overflow: hidden;
	}
}

@media only screen and (min-width: 800px) {
	.billing {
		width:calc(33% - 44px);
		max-width:200px;
	}
}

#about {
	padding:44px 33px 111px;
	text-shadow:0 0 11px rgba(0,0,0,.5);
}

@media only screen and (min-width: 800px) {
	#about {
		padding:111px 44px 111px;
	}
}

#watch {
	padding:111px 33px 111px;
}

#hear {
	padding:111px 33px 111px;
}

#updates {
	padding:177px 33px 40vh;
}

#updates #mice p {
	margin-top:77px;
	font-size:12px;
}

/*  PRIVACY */

.lity-close {
	color:#FFFFFF !important;
}

#privacy-policy {
	padding:44px;
	overflow:scroll;
}

#privacy-policy a {
	color: #FFFFFF;
}

#privacy-policy h1 {
	font-size:36px;
}

#privacy-policy p {
	font-size:16px;
}

#privacy-policy h2 {
	font-size:16px;
	margin:44px auto 11px;
}

/*
==============================================
MUSIC PLAYER
==============================================
*/

#music-btn {
    position: fixed;
    z-index: 44;
    left: 0;
    bottom: 133px;
    height: 128px;
    width: 28px;
    padding: 12px 5px 5px 5px;
    border-radius: 0 11px 11px 0;
    border: rgba(255,255,255,0) solid 1px;
    color: #ffffff;
    cursor: pointer;
    transition: 1s ease;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfefe+0,c2cff4+100 */
	background: linear-gradient(to bottom,  #fdfefe 0%,#c2cff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#music-btn:hover {
	border-top:1px solid rgba(255,255,255,.5) !important;
	border-right:1px solid rgba(255,255,255,.5) !important;
	border-bottom:1px solid rgba(255,255,255,.5) !important;
}

#music-btn:hover span i {
	transition:1s ease;
	transform:scale(1.1)
}

body.spotify-open #music-btn {
    left: 270px;
}

#open-spotify-btn {
	margin-top: 12px;
}

#music-btn span {
    display: block;
    position: absolute;
    left: -96px;
    font-size: 16px;
    letter-spacing: 3px;
    bottom: 49px;
    width: 219px; 
    transform: rotate(-90deg);
    text-transform: uppercase;
	font-weight:normal;
	color:#000000;
}

#music-btn span i {
    color:#000000;
	margin:4px;
}

#music-btn span i.left {
    display: none;
}

body.spotify-open #music-btn span i.left {
    display: inline-block;
}

body.spotify-open #music-btn span i.right {
    display: none;
}

#spotify-player {
    position: fixed;
    left: -270px;
    bottom: 0;
    width: 270px;
	background: #000000;
	border-radius: 12px 12px 0 0;
    transition: 1s ease;
	z-index: 44;
	border:#000000 1px solid;
}

body.spotify-open #spotify-player {
    left: 0;
}

#spotify-player iframe {
    display: block;
    width: 100%;
	border-radius: 12px 12px 0 0;
}

#spotify-player #music-links {
    text-align: center;
    overflow: auto;
	background: rgba(0,0,0,.3);
	padding:33px 22px;
	filter: drop-shadow(0 -2px 1px rgba(0,0,0,.3));
}

#spotify-player #music-links h5.title {
	text-transform:uppercase;
	letter-spacing:1px;
    padding: 0;
    line-height: 1.2;
    margin: 0px 0 11px;
    color: #FFFFFF;
	font-style:normal;
}

#spotify-player #music-links h5 {
    margin: 0px 0 22px;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    color: #c2cff4;
    text-transform: none;
	font-style:italic;
}

#spotify-player a {
    	margin: 0 10px;
    	font-size: 25px;
    	color: #000000;
    	transition: .3s ease;
	}

@media screen and (max-width: 768px) {
	
	#music-btn {
		left: 0px;
		bottom:99px;
	}
	
	body.spotify-open #music-btn {
		left: 240px;
	}
	
	#spotify-player {
		border-radius: 0px 10px 0px 0px;
		width: 240px;
	}
	
	/*#spotify-player iframe {
		height: 255px;
	}*/
	
	#spotify-player #music-links {
		padding:22px;
		height: 200px;
/*		border-radius: 0px 0px 10px 0px;*/
	}
	
	#spotify-player #music-links h5 {
		font-size: 16px;
		letter-spacing:1px;
	}
	
	#spotify-player a {
		font-size: 21px;
	}
}

.bit-widget .bit-top-track-button {
	color:#FFFFFF !important;
	margin:0 auto 22px;
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0px !important;
}

.bit-widget .bit-play-my-city-button {
    display: inline-block !important;
    width: 200px !important;
    margin: 22px auto 0 !important;
}

.bit-widget .bit-event .bit-button {
    border-radius: 8px;
}


.bit-widget .bit-event .bit-offers {
	border-radius: 8px;
}

.bit-widget.bit-layout-desktop  .bit-event .bit-event-buttons {
    margin: 7px 0;
}

/* ANIMATION */

.flash {
	animation:flash 3s ease forwards;
}

@-webkit-keyframes flash {
	0% {
    	filter:drop-shadow(8px 8px 4px rgba(0,0,0,.4)) blur(11px);
	}
	40% {
		filter:drop-shadow(8px 8px 4px rgba(0,0,0,.4)) blur(11px);
	}
	100% {
		filter:drop-shadow(8px 8px 4px rgba(0,0,0,.4)) blur(0);
	}
}

@keyframes flash {
	0% {
    	filter:drop-shadow(8px 8px 4px rgba(0,0,0,.4)) blur(11px);
	}
	40% {
		filter:drop-shadow(8px 8px 4px rgba(0,0,0,.4)) blur(11px);
	}
	100% {
		filter:drop-shadow(8px 8px 4px rgba(0,0,0,.4)) blur(0);
	}
}

@-webkit-keyframes bg {
	0% {
    	opacity:0;
	}
	100% {
		opacity:1;
	}
}

@keyframes bg {
	0% {
    	opacity:0;
	}
	100% {
		opacity:1;
	}
}