#wait-to-switch-overlay {
	position: fixed;
	top: 10%;	
	width: 15%;			
	left: 30%;
	background-color: black;	
	border: 1px solid white;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;	
	color: white;
	z-index: 1000;
	display: none;
}

#main-volume-row {
	background-color: black;
	border-radius: 25px;
	height: 34px;	
}

#left-trophy-holder, #right-trophy-holder {
	width:100%;
	text-align:center;
	display:none;
}

#left-trophy, #right-trophy {
	width: 235px;
}

#main-trophy-holder {
	width:100%;
	position:absolute;
	top:0;
	text-align:center;
	z-index:45;
	display:none;
}

#main-trophy {
	width:360px;
}

.animated-likes-milestone {    
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation-name: grow;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: grow;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    
    transition-property: -moz-transform;
    transition-duration: 1s;
    animation-name: grow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@-webkit-keyframes grow {
    from {
        -webkit-transform:scale(.9);
    }
    to {
        -webkit-transform:scale(1);
    }
}
@-moz-keyframes grow {
    from {
        -moz-transform:scale(.9);
    }
    to {
        -moz-transform:scale(1);
    }
}
@keyframes grow {
    from {
        transform:scale(.9);
    }
    to {
        transform:scale(1);
    }
}

.slidecontainer {
  position: relative;
  top: 290px;  
  width: 20%; /* Width of the outside container */  
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;    
  background-color: #0000CC;
  outline: none;
  opacity: 1.0;
  -webkit-transition: .2s;
  transition: opacity .2s;  
  position: relative;
  top: 5px;  
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%; 
  background: white;
  cursor: pointer;    
}

.slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  cursor: pointer;  
}

.battle-vs-center {
    position:absolute;
    left:50%;
    top:40px;
    font-size:0.8em;
    z-index:100;
    color:black;
    font-weight:bold;
}

.battle-vs-left {
    position:absolute;
    left:32%;
    top:40px;
    font-size:0.8em;
    z-index:100;
    color:black;
    font-weight:bold;
}

.battle-vs-right {
    position:absolute;
    left:62%;
    top:40px;
    font-size:0.8em;
    z-index:100;
    color:black;
    font-weight:bold;
}

.battle-column {
	text-align:center;
	color:black;
	font-size:0.75em;
	position:relative;
	top:5px;	
	font-weight: bold;
}

#battle-list-page {    
    top: 0;
    background-color: black;
    width: 100%;
    max-width: 375px;
    height: 659px;
    color: white;
    overflow-y: auto;
	margin: 0 auto;
}

#battle-page {		
	top: 0;
	max-width:1440px;
	width: 100%;		
	display: none;	
	margin: 0 auto;
}

#chat-frame {
	border:none;
	width:100%;
	max-width:480px;
	height:685px;	
}

#chat-frame-holder {
	display: inline-block;
    float: left;
	width: 34%;	
	height: 685px;
}

#stage-grid {
	width:66%;		
	height: 685px;
	background-color: black;
	display: inline-block;
    float: left;
}

#most-liked-pic, #most-watched-pic {
	border-width: 4px;   
	border-color: white;   
	border-style: solid;
	width: 40%;
	min-width: 75px;
	max-width: 208px;
}

#voting-please-wait {
	width: 100%;
	color: white;
	text-align: center;
}

#voting-no-events-blurb {
	display: none;
	text-align: center;
}

#choose-event-blurb {
	display:none;
	width:100%;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

#left-frame-wrapper, #right-frame-wrapper, #main-frame-wrapper {
	position:relative;
	top:10px;	
	width:100%;
}

#left-favorite-holder {
	position:relative;
	top:5px;	
}

#left-dj-holder {
	text-align: left;
}

#left-dj-holder, #left-like-holder, #left-genre-holder {
	position:relative;
	top:5px;		
}

#left-genre-holder {
	text-align: right;
}

#left-like-holder, #left-favorite-holder {
	text-align: center;
}

#left-iframe {
	height:200px;
	width:100%;
}

#left-agora-wrapper, #right-agora-wrapper {
	display:none;
	width: 100%;
	height:200px;
	background-color:black;
}

.small-agora-channel {
	height:200px;
	width:353px;
	margin: auto;
}

.large-agora-channel {	
	height:330px;
	width:587px;
	margin: auto;
}

.single-agora-channel {
	height:88%;
	width:100%;
	margin: auto;
	position: relative;
	top: 6%;
}

#left-agora-channel, #right-agora-channel {
			
}

#left-frame {
	height:260px;	
	width:100%;
	font-size:0.75em;
	background-color:#CC0000;
	color:white !important;
	text-shadow:none;				
	margin-right: 2px;
	margin-bottom: 4px;
}

#right-favorite-holder, #main-favorite-holder {
	position:relative;
	top:5px;
	text-align: right;
}

#right-dj-holder, #right-like-holder, #main-like-holder {
	position:relative;
	top:5px;
	text-align: center;
}

#right-like-holder, #right-favorite-holder, #left-like-holder, #left-favorite-holder {
	width: 20%;
	height: 50px;
}

#right-dj-holder, #right-genre-holder, #left-dj-holder, #left-genre-holder {
	width: 30%;
}

#right-genre-holder {
	position:relative;
	top:5px;	
	text-align: right;
}

#main-dj-genre-holder {
	position: relative;
	top: 5px;	
	width:30%;
}

#main-follow-tip-holder {	
	position: relative;
	top: 5px;
	text-align: left;
	width: 30%;
	height: 50px;
}

#main-follow-me, #main-tip-me {
	height: 50px;
}

#main-like-holder, #main-favorite-holder {
	position:relative;
	top: 10px;
	width: 20%;
}

#right-tray, #main-tray, #left-tray {
	position:relative;
	top: 10px;
	width: 100%;
	font-size:0.9em;
}

#main-tray {
	height: 50px;
}

#right-iframe {
	height:200px;
	width:100%;	
}

#right-iframe-overlay, #left-iframe-overlay {
	position: absolute;
	top: 0px;
	height:200px;
	width:100%;		
	z-index:50;
	background-color: transparent;
}

#right-frame {
	height:260px;
	width:100%;
	font-size:0.75em;
	background-color:#00CC00;
	color:white !important;
	text-shadow:none;		
	margin-left: 2px;	
	margin-bottom: 4px;
}

#main-iframe {
	height:330px;
	width:100%;
}

#main-agora-wrapper {
	display:none;
	width: 100%;
	height:330px;
	background-color:black;
}

/*
#main-agora-channel {
	height:330px;
	width:587px;
	margin: auto;
}
*/

#twitch-overlay {
	position: absolute;
	top:290px;
	height: 35px;
	right: 0px;
	width: 150px;
	z-index: 50;
	background-color: transparent;
}

#main-iframe-overlay {
	position: absolute;
	float: top;
	top: 0px;
	height:330px;
	width:100%;	
	z-index:50;
	background-color: transparent;
}

#main-twitch-wrapper {
	height:330px;
	width:100%;
	display:none;
}

#main-frame {
	height:395px;
	width:100%;
	font-size:0.75em;
	background-color:#0000CC;
	color:white !important;
	text-shadow:none;	
}

.animated-views-red {
	display: none;
	position: absolute;
	top: 0;
	left: 5px;			
	-webkit-animation: floatBubble 2s normal ease-out;
	animation: floatBubble 2s normal ease-out;
	z-index: 100;
}

.animated-views-green {
	display: none;
	position: absolute;
	top: 0;
	left: 5px;			
	-webkit-animation: floatBubble 2s normal ease-out;
	animation: floatBubble 2s normal ease-out;
	z-index: 100;
}

.animated-views-blue {
	display: none;
	position: absolute;
	top: 0;
	left: 5px;			
	-webkit-animation: floatBubble 2s normal ease-out;
	animation: floatBubble 2s normal ease-out;
	z-index: 100;
}

.animated-likes-red {
	display: none;
	position: absolute; 
	top: 0;
	left: 65px;			
	-webkit-animation: floatBubble 2s normal ease-out;
	animation: floatBubble 2s normal ease-out;
	z-index: 100;
}

.animated-likes-green {
	display: none;
	position: absolute; 
	top: 0;
	left: 70px;			
	-webkit-animation: floatBubble 2s normal ease-out;
	animation: floatBubble 2s normal ease-out;
	z-index: 100;
}

.animated-likes-blue {
	display: none;
	position: absolute; 
	top: 0;
	left: 75px;			
	-webkit-animation: floatBubble 2s normal ease-out;
	animation: floatBubble 2s normal ease-out;
	z-index: 100;
}

#animated-likes-count, #animated-favorites-count {
	text-shadow: -1px 1px 0 #FFF,
				  1px 1px 0 #FFF,
				 1px -1px 0 #FFF;
				-1px -1px 0 #FFF;
}

@-webkit-keyframes floatBubble {
	0% {
		top:380px;
	}
	100% {
		top: 0px;
	}
}
@keyframes floatBubble {
	0% {
		top:380px;
	}
	100% {
		top: 0px;
	}
}

.intro-highlight {
	 background-color: rgba(255,255,255,.5) !important;
}

#event-ended-tip-1 {	
	background-color:#CC0000;
	border: 1 px solid #CC0000;
	color:white !important;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 10px;
	width: 50%;
	max-width:200px;	
	min-width: 69px;
	font-size: 0.7em;
}

#event-ended-tip-2 {	
	background-color:#00CC00;
	border: 1 px solid #00CC00;
	color:white !important;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 10px;
	width: 50%;
	max-width:200px;	
	min-width: 69px;
	font-size: 0.7em;
}

#event-ended-tip-3 {	
	background-color:#0000CC;
	border: 1 px solid #0000CC;
	color:white !important;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 10px;
	width: 50%;
	max-width:200px;	
	min-width: 69px;
	font-size: 0.7em;
}

#main-follow-label {
	left: 3px;
	position:relative;
	top:5px;	
}

#main-tip-label {	
	position:relative;
	top:5px;
	left:3px;
}

#event-ended-close, #event-starting-soon-close, #event-ended-share {	
	background-color:#000000;
	color:white !important;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 50%;
	max-width:200px;	
	min-width: 110px;
	font-size: 0.7em;
}

#event-starting-soon-overlay, #event-ended-overlay {
	position: fixed;
	display:none;
	top: 0;	
	width: 100%;
	height: 100%;
	max-width: 1440px;
	max-height: 725px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;		
}

#event-starting-soon-overlay-content {
	position: fixed;
	top: 15vh;
	left: 30%;
	width: 40%;		
	height: 250px;
	background-color: black;	
	border: 1px solid white;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;	
	color: white;	
}

#event-ended-overlay-content {
	position: fixed;
	top: 5vh;
	left: 20%;
	margin-left:0 auto;
	width: 60%;		
	height: 550px;
	background-color: black;	
	border: 1px solid white;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;	
	color: white;		
}

#tip-me-overlay {
	position: fixed;
	display:none;
	top: 0;	
	width: 100%;
	max-width: 1440px;
	height: 700px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;	
}

#tip-me-overlay-content {
	position: fixed;
	top: 15vh;
	left: 30%;
	width: 40%;	
	height: 300px;
	background-color: black;		
	border: 1px solid white !important;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;	
	color: white;
}

#follow-me-overlay {
	position: fixed;
	display:none;
	top: 0;	
	width: 100%;
	max-width: 1440px;
	height: 700px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;	
}

#follow-me-overlay-content {
	position: fixed;
	top: 15vh;
	left: 30%;
	width: 40%;	
	height: 300px;
	background-color: black;	
	border: 1px solid white !important;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;	
	color: white;
}