/* GENERAL */
/* Notes: 
$('*').css('text-shadow','none').css('box-shadow','none');
*/

@media screen and (min-width: 1400px) {
	body #titleText {
		font-size: 60px;
	}
	
	body .logoutContainer {
 	   top: -20px;
    }
}

@media screen and (min-width: 911px) {	
	body .bobRoss {
		opacity: .4;
		right: -50px;
	}
	
	body #unvotedPanel,body #votedPanel {
		width: 45%;
	}
	body #votingContainer > div {
		width: 95%;
	}
	body .track {
		font-size: 16px;
		font-weight: bold;
	}
}

@media screen and (max-width: 910px) {
	body .bobRoss {
		opacity: .3;
		right: -50px;
	}
	
	#votingContainer #unvotedPanel, #votingContainer #votedPanel {
		padding: 0;
		margin: 0;
	}
	body #votingContainer > div {
		width: 100%;
	}
	body #votingContainer .headingText { 
		padding: 10px;
	}	
	body #unvotedPanel,body #votedPanel {
		width: 49%;
	}
}

@media screen and (max-width: 770px) {
	body .bobRoss {
		opacity: .2;
		right: -50px;
	}
	#loginContainer {
		width: 450px;
	}
	.login .loginSection input {
		font-size: 30px;
	}
}

@media screen and (max-width: 440px) {
	body .bobRoss {
		opacity: .15;
		right: -50px;
	}
	body {
		margin: 0;
	}
	.loginSection input {
    	width: 90%;
    }
    #loginContainer {
    	width: 100%;
    }    
	.login .loginSection input {
		font-size: 25px;
	}
	#titleText .titleTextInner {
	    font-size: 25px;
	    letter-spacing: 0px;
	    line-height: 0;
	}
	/* VOTING */
	body .track {
		font-size: 12px;
		margin: auto;
	}
	body .tracksLeftText, body .successText {
		font-size: 35px;
	}
	body #votedPanel h3, body #unvotedPanel h3 {
		font-size: 25px;
	}
    body #votedPanel h3 {
    	padding-bottom: 22px;
    }
	#unvotedPanel h3 {
		padding: 0;
	}
	#unvotedTracks {
		padding: 0;
		margin: 0;
	}
}

html {
	height: 100%;
	/* This line causes epic levels of jank: background: none repeat scroll 0 0 #1E5799;*/
}

body {
	background: black url('/static/images/SynthStudio-70pct.webp') no-repeat center center fixed !important;
	
	/*background: linear-gradient(to bottom, #2774c6 5%,#1e5799 50%,#1e5799 100%);*/
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.scLink:hover {
	background: url("/static/images/soundcloud-icon.png") no-repeat scroll 0 0 / 40px 40px rgba(0, 0, 0, 0);
	opacity: 1;
}

.scLink {
	background: url("/static/images/soundcloud-icon - gray.png") no-repeat scroll 0 0 / 40px 40px rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    opacity: 0.35;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 100000;
}

.bobRoss {
	position: fixed;
	bottom: 0;
	right: 0;
	opacity: .5
}

.votedTracks, .unvotedTracks {
	padding-right: 15px;
	padding-left: 15px;
	min-height: 40px;
	padding-top: 70px;
	padding-bottom: 40px;
	margin: 0;
}

.votingOpen {	
	background: url(/static/images/voting-open.png) no-repeat;
	width: 600px;
	height: 350px;
	border-radius: 25px;
	box-shadow: inset 5px 5px 150px 50px #2774C6, inset 25px 24px 50px 0px #2774C6, inset 0px 0px 40px 30px #2774C6;
	margin: 50px auto;	

}

.votingClosed {
	background: url(/static/images/voting-closed.jpg) no-repeat;
	width: 600px;
	height: 350px;
	border-radius: 25px;
	box-shadow: inset 5px 5px 150px 50px #2774C6, inset 25px 24px 50px 0px #2774C6, inset 0px 0px 40px 30px #2774C6;
	margin: 50px auto;	
}

.votingClosed-inner {
	background: url(/static/images/voting-closed.jpg) no-repeat;
	width: 600px;
	height: 350px;
	border-radius: 25px;
	box-shadow: 0 0 10px #EAF1F9, 5px 5px 150px 50px #EAF1F9 inset, 25px 24px 50px 0 #EAF1F9 inset, 0 0 40px 30px #EAF1F9 inset;
	margin: 50px auto;	
}

.trackPoints {
	color: #7CD466;
	z-index: 5000;
	position: absolute;
	font-size: 12px;
	margin-left: 40px;
	bottom: 10px;
}

#modalCover {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	opacity: .38;	
	z-index: 4500;
	cursor: pointer;
}

.validated {
	background: url("/static/images/check-icon.png") right center white;
	background-repeat: no-repeat;
}

.failed {
	background: url("/static/images/fail-icon.png") right center white;
	background-repeat: no-repeat;
}

.socialBtn {
	cursor: pointer;
	opacity: .67;
}

.logoutContainer {
	position: absolute;
	margin-top: 20px;
}

.registerContainer {
	position: fixed;
}

.logoutContainer, .registerContainer {
	top: 0;
	/*width: 100%;*/
	height: 30px;
	font-size: 25px;
	background-color: orange;
	color: white;
	font-family: "Fjalla One",sans-serif;
	cursor: pointer;
}

.socialBtn img {
	height: 50px;
}

.socialBtn:hover {
	opacity: 1;
}

.underBody {
	user-select: none;
    width: 100%;
	/*height: 100%;*/
    /*position: fixed;*/
    /* overflow: auto; This line kills Sortable's drag scroll in FF */
	/*background: #000 url('/static/images/SynthStudio5.jpg') no-repeat center center fixed;*/
	/*background: linear-gradient(to bottom, #1e5799 6%,#1e5799 33%,#2774c6 100%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;*/
}

.btnPlay { 
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #00BFFF;
}

.clear {
	clear: both;
}

@font-face {
    font-family: 'crushed';
    src: url('/static/fonts/crushed-webfont.eot');
    src: url('/static/fonts/crushed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/crushed-webfont.woff') format('woff'),
         url('/static/fonts/crushed-webfont.ttf') format('truetype'),
         url('/static/fonts/crushed-webfont.svg#crushedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: CFXerography;
	src: url(/static/fonts/CFXerographyDemo-Regular.ttf);
}

@font-face {
	font-family: computer_7;
	src: url(/static/fonts/computer_7.ttf);
}

@font-face {
	font-family: crushed_old;
	src: url(/static/fonts/crushed.ttf);
}

@font-face {
	font-family: StickyBits;
	src: url(/static/fonts/StickyBits.ttf);
}

@font-face {
	font-family: BirdsOfParadise;
	src: url(/static/fonts/BirdsOfParadise.ttf);
}

@font-face {
	font-family: CheddarJack;
	src: url(/static/fonts/CheddarJack.ttf);
}

@font-face {
	font-family: Realistik;
	src: url(/static/fonts/Realistik.otf);
}


@font-face {
	font-family: RobotoLight;
	src: url(/static/fonts/RobotoLight.ttf);
}

/* VOTING */

#votingContainer > div {
    height: 100%;
    margin: 0 auto;
    width: 900px;
}

#loginContainer > div {
    height: 100%;
    margin-top: 40px;
}

#loginContainer {
}


#generalContainer {
	width: 500px;
	margin: 50px auto 15px auto;
	font-family: "Fjalla One",sans-serif;
	color: white;
	font-size: 40px;
}

#votingContainer, #loginContainer {
	z-index: 300;
	/* position: relative; */
	margin: 0 auto;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none; 	/* not implemented in browsers yet */
	user-select: none; 	/* not implemented in browsers yet */
}

#votingContainer {
	height: 100%;
	background: white;
	background: rgba(255,255,255,.9);
	/*box-shadow: 0 0 10px white, 0 0 10px white;*/
	width: 100%;
	margin-top: -26px;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.starPanels {
    float: left;
    position: relative;
    width: 45%;
    margin-bottom: 200px;
}

.starPanel, #unvotedPanel, #votedPanel {
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255,255,255,.8);
	box-shadow: 0 0 0px #000000;
	-moz-box-shadow: 0 0 0px #000000;
	-webkit-box-shadow: 0 0 0px #000000;
	height: 100%;
	width: 97%;
	border: 1px solid #ccc;
	margin: 5px 0;	
	/* padding: 10px;*/
	float: left;
	border-radius: 5px;	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none; 	/* not implemented in browsers yet */
	user-select: none; 	/* not implemented in browsers yet */
}

#votedPanel {
	/*box-shadow: 0 0 25px rgba(255,0,0,.3);*/
}

.votedPanelSuccess {
	box-shadow: 0 0 25px rgba(0,255,0,.3);
}

#votedTracks, #unvotedTracks {
	/*padding: 0;*/
	/*padding-left: 15px;*/
	min-height: 50px;
}

.starPanel h3 {
	/*left: 40%;*/
    /*margin-left: -55px;*/
    /* position: absolute;*/
}

#unvotedPanel {
	position: relative;
}

#unvotedPanel h3 {
	/*position: absolute;*/
	/*left: 30%;*/
	/*margin-left: -55px;*/
}

#unvotedTracks {
	/*padding-top: 75px;*/
}

.starPanel h3, #votedPanel h3, #unvotedPanel h3 {
	position: absolute;
	margin: 13px auto 0 auto;
	padding: 0px;

	font-size: 35px;
	pointer-events: none;
	color: #aaa;
	font-family: StickyBits, "Helvetica Neue", helvetica;
	width: 100%;
}


.track {
	position: relative;
	color: #666;
	background-color: white;
	overflow-y: hidden;
	cursor: move;
	border-radius: 5px;
	padding: 7px;
	margin: 0px auto;
	border: 1px solid #eee;
	list-style-type: none;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}


/* Clearfix */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
  }
  /* Ensuring the elements fit in the 20px height */
  #player > div {
	box-sizing: border-box; /* Include padding and borders in the element's total width and height */
	height: 20px; /* Set fixed height for all inner divs */
  }
  #player > div > svg {
	height: 100%; /* Make SVG height equal to its container */
	width: auto;  /* Scale the width to maintain aspect ratio */
  }
  


.track:hover {
	background-color: #f5f5f5;	
	/*box-shadow: inset 0px 0px 5px rgba(0,0,0,.4)*/
}

.trackMove {
    /*box-shadow: 5px 5px 5px rgba(0,0,0,.8)*/
}

.titleTextInner span {
}

.titleTextInner {
	/*text-shadow: 0 0 15px #FFFFFF, 0 0 15px #FFFFFF;*/
	font-family: crushed;
	line-height: 50px;
	letter-spacing: -5px;
	
	/*
    color: #FFA500;
    font-family: crushed;
    font-size: 100px;
    text-shadow: 0 0 20px #FFFFFF, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
	*/
}

#titleText {
	margin: 40px auto 0 auto;
	width: 90%;
	text-align: center;
	color: white;
	font-size: 45px;
	/*text-shadow: 0 0 10px #FFA500;*/
}

.titleNumber {
    color: #FFA500;
    /*text-shadow: 0 0 6px #FFFFFF, 0 0 6px #FFFFFF;*/
    font-family: computer_7,"Helvetica Neue",helvetica;
}

.threeDee {
	font-weight:bold;
	/*text-shadow:0px 0px 0 rgb(238,238,238),0px -1px 0 rgb(220,220,220),0px -2px 0 rgb(203,203,203),0px -3px 0 rgb(185,185,185),0px -4px 0 rgb(168,168,168), 0px -5px 0 rgb(151,151,151),0px -6px 5px rgba(0,0,0,1),0px -6px 1px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,.2);*/
}

.tracksLeftNum, .checkmarkSuccess {
	font-family: "Helvetica Neue", helvetica;
	/*text-shadow: 0px 0px 3px rgba(0,0,0,.5);*/
	display: inline;
}

.checkmarkSuccess {
	color: #54c439;
	font-size: 40px;
}

.tracksLeftNum {
	color: #aaa;
	font-size: 50px;
}

.tracksLeftText, .successText {
	/*font-family: 'Allura', cursive;*/
	/*font-family: 'Over the Rainbow', cursive;*/
	font-family: 'Engagement', cursive;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 50px;
	/*text-shadow: 0px 0px 3px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,.5), 0px 0px 15px rgba(0,0,0,.5);*/
	/* text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.5); */
	/* opacity: .7; */
	display: inline-block;
}

.successText {
	color: #54c439;
	border-bottom: 3px dotted #7CD466; 
	line-height: 42px;
}

.tracksLeftText {
	color: #aaa;
	/*color: #ffe7e7;*/
	/* border-bottom: 3px dotted #aaa; */
	border-bottom: none;
}

#tracksLeft {
	position: absolute;
	z-index: 800;
}

#success {
	position: absolute;
	left: -600px;
	z-index: 800;
}

.tracksLeftContainer {
	width: 500px;
	z-index: 300;
	padding: 5px 5px 5px 5px;
	display: block;
	position: relative;
	height: 60px;
	opacity: .7;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.successContainer {	
	/*text-shadow: 0px 0px 1px black, 0px 0px 3px black, 1px 1px 0 rgba(0, 0, 0, 0.2), 2px 2px 0 rgba(0, 0, 0, 0.4), 2px 4px 13px white;*/
	text-shadow: 0px 0px 1px black, 2px 2px 2px rgba(0,0,0,.5), 1px 1px 0 rgba(0, 0, 0, 0), 2px 2px 0 rgba(0, 0, 0, 0.4), 2px 4px 13px white;
	opacity: .75;

	z-index: 300;
	height: 60px;
	padding: 5px;
	display: none;
	position: relative;
	line-height: 1.5;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}



/* 
LOGIN
*/

.orSep {
	font-family: "Fjalla One",sans-serif;
	font-size: 20px;
	color: white;
	opacity: .8;
	margin-bottom: 30px;	
}

.loginSection, .socialSection, .helpSection {
	text-align: center;
}

.helpSection {
	margin-top: 5px;
}

.signupPanel .back {
	left: -5px;	
}

.signupPanel {
	padding-top: 15px;
	padding-bottom: 10px;

	/* As Modal: */
	/*margin-right: -150px;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 50%;*/
	/* As Non-Modal: */
	position: relative;

	width: 450px;
	z-index: 5000;
	background: rgba(255,255,255,.7);
	text-align: center;
}

.signupPanel .soundcloud {
	background: url("/static/images/soundcloud-icon.png") right center white;
	background-repeat: no-repeat;
}

.signupPanel h1 {
	font-family: StickyBits, "Helvetica Neue", helvetica;
	padding: 0;
	margin: 0;
	font-size: 45px;
	color: #333;
}

.generalDialogPanel {
	display: block;
	position: relative;
	margin: 15px auto 0px auto;
	text-align: center;
	width: fit-content;
}

#signupContainer {
	/* Non-Modal */
	display: block;
	position: relative;
	margin: 15px auto 0px auto;
	text-align: center;
	width: fit-content;
}

#signupContainer .signupPanel input {
	font-size: 30px;
	width: 78%;
	padding-right: 70px;
	padding-left: 5px;
}

.signupPanel .btn {
	margin-top: 14px;
}

.signupPanel input:hover{
    /*border: 1px solid #FF9600;*/
}

.signupPanel input:active {
    border: 1px solid #FF9600;
}

.signupPanel input:focus {
    border: 1px solid #FF9600;
}


.passwordReset input, .emailReset input, .loginSection input, .signupPanel input {
    border: 4px solid #FFFFFF;
    font-family: "Fjalla One",sans-serif;
    font-size: 35px;
    height: 53px;
    padding-right: 70px;
    margin-bottom: 3px;
    margin-right: 3px;
    position: relative;
    vertical-align: bottom;
	box-sizing: inherit;
}

.loginSection .start {
	width: 150px;
}

.loginSection input:hover {
    border: 4px solid rgba(255, 150, 0,1);
}

::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: .45;
}
:-moz-placeholder {   /* Older versions of Firefox */
	opacity: .45;
}
:-ms-input-placeholder { 
	opacity: .5;
}

.passwordReset, .emailReset {
	background-color: rgba(1,1,1,.4);
	padding: 15px;
	width: 450px;
	
	/*Modal version:
	text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -150px;*/
	/* Non-Modal Version: */
	position: relative;

	color: white;
	font-family: "Fjalla One",sans-serif;
	z-index: 6000;
}

.forgotPassword:hover {
	color: rgba(255,255,255,1);
}


.btn {
    background-color: #dddddd;
    border: 4px solid rgba(255, 255, 255, 0.8);
    font-size: 41px;
    height: 63px;
    line-height: 49px;
    margin: 0 3px 3px 0;
    position: relative;
    vertical-align: bottom;
    font-family: "Fjalla One",sans-serif;
    cursor: pointer;
}

.btn:hover {
	background-color: white;
	border: 4px solid rgba(255, 150, 0, 0.8);
}


.btn:active {
    background-color: #FFFFFF;
    border: 4px solid rgba(255, 150, 0, 0.8);
}


.btn:focus {
    background-color: #FFFFFF;
    border: 4px solid rgba(255, 150, 0, 0.8);
}

/*.btn:focus {
    box-shadow: 8px 8px 5px #FFFFFF, -8px -8px 10px #FFFFFF, 0 0 10px #FF0000, 0 0 15px #800080, 0 0 30px rgba(255, 150, 0, 0.7) inset;
}


.btn:hover {
    box-shadow: 8px 8px 5px #FFFFFF, -8px -8px 10px #FFFFFF, 0 0 20px #FF0000, 0 0 30px #800080, 0 0 20px rgba(255, 150, 0, 0.8) inset;
}
.btn:active {
    box-shadow: 8px 8px 5px #FFFFFF, -8px -8px 10px #FFFFFF, 0 0 10px #FF0000, 0 0 15px #800080;
}*/

.login {
    margin: 50px auto 20px auto;
	/*background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 0.4em;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 50%;
    margin: 50px auto 20px auto;*/
    
    /*
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 0.4em;
    box-shadow: 0 0 0 8px rgba(255, 150, 0, 0), 0 0 50px #000000 inset, 0 0 40px #0000FF inset, 0 0 60px #FFFF00 inset, 5px 5px 300px #000000, 0 0 5px #000000, 0 0 30px #000000;
    margin: 50px auto 20px auto;
    width: 80vw;*/
}

.login h2 {
	font-family: StickyBits;
}

.awesomeInput {
	margin-bottom: 30px;
	height: 60px;
}

/*
Load Indicator
*/
#loadIndicator {
	display: none;
	position: absolute;
	height: 100px;
	width: 100px;
	margin-left: -100px;
	left: 50%;
	top: 60%;
}

#loadIndicator .loadText {
	color: #FFFFFF;
    font-family: arial;
    font-size: 20px;
    left: 70px;
    opacity: 0.8;
    position: absolute;
    top: 105px;
}

.loader {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 375px;
  height: 100px;
  z-index: 4000;
}
.loader span {
  display: block;
  background: #ccc;
  width: 10px;
  height: 10%;
  border-radius: 14px;
  margin-right: 5px;
  float: left;
  margin-top: 25%;
}
.loader span:last-child {
  margin-right: 0px;
}
.loader span:nth-child(1) {
  animation: load 1.25s 0.7s infinite linear;
  -webkit-animation: load 1.25s 0.7s infinite linear;
}
.loader span:nth-child(2) {
  animation: load 1.25s 0.6s infinite linear;
  -webkit-animation: load 1.25s 0.6s infinite linear;
}
.loader span:nth-child(3) {
  animation: load 1.25s 0.5s infinite linear;
  -webkit-animation: load 1.25s 0.5s infinite linear;
}
.loader span:nth-child(4) {
  animation: load 1.25s 0.8s infinite linear;
  -webkit-animation: load 1.25s 0.8s infinite linear;
}
.loader span:nth-child(5) {
  animation: load 1.25s 0.6s infinite linear;
  -webkit-animation: load 1.25s 0.6s infinite linear;
}
.loader span:nth-child(6) {
  animation: load 1.25s 0.4s infinite linear;
  -webkit-animation: load 1.25s 0.4s infinite linear;
}
.loader span:nth-child(7) {
  animation: load 1.25s 0.2s infinite linear;
  -webkit-animation: load 1.25s 0.2s infinite linear;
}
.loader span:nth-child(8) {
  animation: load 1.25s 0s infinite linear;
  -webkit-animation: load 1.25s 0s infinite linear;
}
.loader span:nth-child(9) {
  animation: load 1.25s 0.1s infinite linear;
  -webkit-animation: load 1.25s 0.1s infinite linear;
}
.loader span:nth-child(10) {
  animation: load 1.25s 0.2s infinite linear;
  -webkit-animation: load 1.25s 0.2s infinite linear;
}
.loader span:nth-child(11) {
  animation: load 1.25s 0.3s infinite linear;
  -webkit-animation: load 1.25s 0.3s infinite linear;
}
.loader span:nth-child(12) {
  animation: load 1.25s 0.4s infinite linear;
  -webkit-animation: load 1.25s 0.4s infinite linear;
}
.loader span:nth-child(13) {
  animation: load 1.25s 0.5s infinite linear;
  -webkit-animation: load 1.25s 0.5s infinite linear;
}
.loader span:nth-child(14) {
  -webkit-animation: load 1.25s 0.6s infinite linear;
  animation: load 1.25s 0.6s infinite linear;
}
.loader span:nth-child(15) {
  animation: load 1.25s 0.7s infinite linear;
  -webkit-animation: load 1.25s 0.7s infinite linear;
}

@-webkit-keyframes load {
  0% {
    background: rgb(255,200,0);
    margin-top: 25%;
    height: 10%;
  }

  50% {
    background: rgb(255,150,0);
    height: 100%;
    margin-top: 0%;
  }

  100% {
    background: rgb(255,255,255);
    height: 10%;
    margin-top: 25%;
  }
}

@keyframes load {
  0% {
    background: rgb(255,200,0);
    margin-top: 25%;
    height: 10%;
  }

  50% {
    background: rgb(255,150,0);
    height: 100%;
    margin-top: 0%;
  }

  100% {
    background: rgb(255,255,255);
    height: 10%;
    margin-top: 25%;
  }
}

/*

OLD
.loader span:last-child {
  margin-right: 0px;
}
.loader span:nth-child(1) {
  animation: load 1.25s 1.4s infinite linear;
}
.loader span:nth-child(2) {
  animation: load 1.25s 1.2s infinite linear;
}
.loader span:nth-child(3) {
  animation: load 1.25s 1s infinite linear;
}
.loader span:nth-child(4) {
  animation: load 1.25s 0.8s infinite linear;
}
.loader span:nth-child(5) {
  animation: load 1.25s 0.6s infinite linear;
}
.loader span:nth-child(6) {
  animation: load 1.25s 0.4s infinite linear;
}
.loader span:nth-child(7) {
  animation: load 1.25s 0.2s infinite linear;
}
.loader span:nth-child(8) {
  animation: load 1.25s 0s infinite linear;
}
.loader span:nth-child(9) {
  animation: load 1.25s 0.2s infinite linear;
}
.loader span:nth-child(10) {
  animation: load 1.25s 0.4s infinite linear;
}
.loader span:nth-child(11) {
  animation: load 1.25s 0.6s infinite linear;
}
.loader span:nth-child(12) {
  animation: load 1.25s 0.8s infinite linear;
}
.loader span:nth-child(13) {
  animation: load 1.25s 1s infinite linear;
}
.loader span:nth-child(14) {
  animation: load 1.25s 1.2s infinite linear;
}
.loader span:nth-child(15) {
  animation: load 1.25s 1.4s infinite linear;
}

@keyframes load {
  0% {
    background: rgb(255,200,0);
    margin-top: 25%;
    height: 10%;
  }

  50% {
    background: rgb(255,150,0);
    height: 100%;
    margin-top: 0%;
  }

  100% {
    background: rgb(255,255,255);
    height: 10%;
    margin-top: 25%;
  }
}


*/

.passwordReset .back {
	left: -5px;
}

.emailReset .back {
	left: -10px;
}

.labelTag {
  position: absolute;
  top: 0px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px 2px 2px 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.35em;
  font-weight: bold;
  color: white;
  font-family: "Fjalla One",sans-serif;
  background-color: #FFA500;
  z-index: 11;
  -moz-border-radius: 5px 2px 2px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 2px 2px 0;
  -moz-box-shadow: 0px 2px 0 rgba(31, 41, 51, 0.1);
  -webkit-box-shadow: 0px 2px 0 rgba(31, 41, 51, 0.1);
  box-shadow: 0px 2px 0 rgba(31, 41, 51, 0.1);
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}
.labelTag:before {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #ffc938;
}
.labelTag:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 6px;
  bottom: -6px;
  left: 0;
  background-color: #FFFFFF;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}



/* body .sc-player:hover .sc-scrubber {
	left: 5000px !important;
} .sc-player:hover on .sc-scrubber

body .playing:hover .sc-scrubber {
	left: 45px;
	left: 5000px !important;
} .sc-player:hover on .sc-scrubber
 */
body .sc-player a {
	font-size: 16px;
	color: #666;
}

body .sc-player ol.sc-trackslist {
	 overflow: hidden;
}
	
body .sc-player ol.sc-trackslist li.active a {
	cursor: move;
	font-family: Fjalla One;
	font-size: 16px;
	font-weight: lighter;
}

body .sc-player ol.sc-trackslist li.active:hover, body .sc-player ol.sc-trackslist li:hover {
	/*background-color: #F5F5F5;*/
}

body .sc-trackslist > li > a {
	text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
}

body .sc-player ol.sc-trackslist li {
	margin: 0;
	margin-top: -5px;
	cursor: move;
}

body .sc-player .sc-controls {
	top: 0px; 
	height: 30px; 
	width: 30px;
}

body .sc-player {
	overflow: hidden; 
	margin: 0; 
	height: 40px;
}




