/*************************************/
/*BACKGROUND ELEMENTS*/
/*************************************/
body {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

#skyline {
	position: absolute;
	top: 0;
	left: 0;
}

#tower {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 33%;
	margin: auto;
	width: 340px;
	height: 650px;
	z-index: 3;
}

#cityscape {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: repeat-x;
	background-position: bottom left;
	background-image: url('../img/cityscape2.png');
}








/*************************************/
/*QUEUE IN BOTTOM LEFTHAND CORNER*/
/*************************************/
#queue-info-bg {
	position: absolute;
	bottom: 75px;
	left: 0;
	height: 75px;
	width: 450px;
	z-index: 10;
	-webkit-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
	opacity: 0.8;
}

#queue-info-container {
	position: absolute;
	bottom: 80px;
	left: 20px;
	z-index: 11;
	color: white;
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 20px;
}

#selected-container-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 75px;
	width: 450px;
	z-index: 10;
	opacity: 0.8;
}

#queue-controls {
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 18pt;
	color: white;
	position: absolute;
	bottom: 110px;
	left: 340px;
	z-index: 12;
}

#queue-controls i {
	cursor: pointer;
	margin-right: 7px;
}

#queue-controls i:hover {
	color: #ccc;
}

#queue-controls i:active {
	color: #999;
}

.activeControl {
	color: #999 !important;
}

#distance-tracker {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	font-size: 2em;
}







/*************************************/
/*SETTINGS IN TOP RIGHTHAND CORNER*/
/*************************************/
#settings {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Lucida Sans Unicode";
	color: white;
}

#settings i {
	position: absolute;
	display: block;
	font-size: 50px;
	text-align: center;
	width: 48px;
	z-index: 5;
	margin: 20px 0 0 48px;
	cursor: pointer;
}

#settings i:hover {
	color: #ccc;
}

#settings i:active {
	color: #999;
}

#settings-list {
	position: absolute;
	background: #3093B4;
	right: 0;
	top: 0;
	width: 150px;
	-webkit-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
	display: none;
	z-index: 5;
}

#settings-list ul {
	margin: 90px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#settings-list ul li {
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
}

#settings-list ul i:hover {
	color: #ccc;
}

#settings-list ul i:active {
	color: #999;
}

#settings-list ul li:last-child {
	-webkit-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}

#set-download a, #set-download a:visited {
	color: white;
	text-decoration: none;
}

#set-download a:active, #set-download a:hover {
	color: #ccc;
	text-decoration: none;
}








/*************************************/
/*AUDIO CIRCLES*/
/*************************************/
.circle {
	width: 45px;
	height: 45px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	bottom: 445px;
	left: 0;
	margin: auto;
	cursor: pointer;
	z-index: 3;
	display: none;
}

/*for distinguishing audio that is active in proximity*/
.prox-active {
	-webkit-filter: saturate(2);
	filter: saturate(2);
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-webkit-box-shadow: 1px 1px 35px 15px rgba(255,255,255,0.4);
	box-shadow: 1px 1px 35px 15px rgba(255,255,255,0.4);
}





/*************************************/
/*AUDIO CIRCLE CONTROLS*/
/*************************************/
.current .right, .current .left {
  height: 45px;
  width: 22px;
  z-index: 12;
  background-color: white;
  opacity: 0.2;
}

.current .right {
	float: right;
	border-left: 1px solid black;
	border-bottom-right-radius: 45px;
	border-top-right-radius: 45px;
}

.current .left {
	float: left;
	border-bottom-left-radius: 45px;
	border-top-left-radius: 45px;
}

.circle-controls span {
	width: 3px;
	font-size: 16pt;
	margin-left: 4px;
	line-height: 40px;
	display: none;
}

.circle-controls .left span {
	font-size: 20pt;
	margin-left: 7px;
}

.current .left:active,
.current .left:focus,
.current .right:active,
.current .right:focus {
	opacity: 0.4;
}




/*************************************/
/*INFO POPUP*/
/*************************************/
#statement-popup, #bios-popup, #instructions-popup {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	margin: 0;
	z-index: 100;
	display: none;
}

#statement-area, #bios-area, #instructions-area {
	padding: 10px 25px 0 25px;
	color: white;
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 12pt;
	width: 80%;
	height: 80%;
	margin: auto;
	margin-top: 4%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow-y: auto;
	position: relative;
}

#instructions-area {
	padding: 3 5%;
	width: 70%;
	height: 74%;
}

#instructions-list {
	width: 615px;
	margin: 35px auto 0 auto;
}

#bios-list, #statement-list {
	width: 60%;
	margin: auto;
}

#bios-list a, #bios-list a:hover, #bios-list a:active, #bios-list a:visited {
	color: #ccc;
}

/*show instructions on loading page*/
#instructions-popup {
	display: block;
}

h1 {
	font-size: 28pt;
	text-align: center;
	margin: 0;
	padding: 0;
}

#statement-close, #bios-close, #instructions-close {
	position: absolute;
	top: 2px;
	right: 18px;
	z-index: 101;
	color: white;
	font-size: 24pt;
	cursor: pointer;
}

#statement-close:hover, #bios-close:hover, #instructions-close:hover {
	color: #ccc;
}

#statement-close:active, #bios-close:active, #instructions-close:active {
	color: #999;
}




/*************************************/
/*SPEED AND DISTANCE POPUP*/
/*************************************/
#speed-popup, #distance-popup {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	margin: 0;
	display: none;
	z-index: 100;
}

#speed-list, #distance-list {
	position: absolute;
	color: white;
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 12pt;
	width: 25%;
	max-width: 300px;
	height: 225px;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#distance-list {
	height: 175px;
}

#speed-list ul, #distance-list ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#speed-list ul li, #distance-list ul li {
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
}

#settings-list ul li:hover, #speed-list ul li:hover, distance-list ul li:hover {
	color: #ccc;
}

#settings-list ul li:active, #speed-list ul li:active, #distance-list ul li:active {
	color: #999;
}

#speed-close, #distance-close {
	position: absolute;
	top: -22px;
	right: -14px;
	z-index: 101;
	color: white;
	font-size: 24pt;
	cursor: pointer;
}

#speed-close:hover, #distance-close:hover {
	color: #ccc;
}

#speed-close:active, #distance-close:active {
	color: #999;
}







/*************************************/
/*SKYLINE LIGHTS*/
/*************************************/
.skyline-light {
	height: 8px;
	width: 4px;
	background: rgba(209,201,40,1);
	position: absolute;
	z-index: 2;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
	box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
	animation-name: citylights;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	display: none;
}

/* The animation code */
@keyframes citylights {
	0% {
    	-webkit-box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
		box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
    }
    
    80% {
    	-webkit-box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
		box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
    }
    
    90% {
    	-webkit-box-shadow: 0px 0px 9px 3px rgba(209,201,40,1);
		box-shadow: 0px 0px 9px 3px rgba(209,201,40,1);
    }
    
    100% {
    	-webkit-box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
		box-shadow: 0px 0px 0px 0px rgba(209,201,40,0);
    }
}



body {
	cursor: url('../img/cursors/mouse-ear-small.png') 14 14, auto;
}



#fadescreen {
	position: absolute;
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	margin: 0;
	z-index: 150;
}


/*remove artist*/
#queue-info-artist {
	display: none;
}

#queue-info-container {
	bottom: 110px;
}