@import url("https://fonts.googleapis.com/css?family=Amatic+SC:700");

body {
	font-family: 'Amatic SC', cursive, 'Open Sans', Helvetica, Arial, sans-serif;
	color:#3b3b3b;
	overflow-x: hidden;
	background-color: #d3d3d3;
}

body.black, body.silver {
	background: #b5bdc8; /* Old browsers */
	background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

body.pink {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3a9e5+0,c85ec7+47,a575a2+100&1+0,0.47+100 */
background: -moz-linear-gradient(top,  rgba(227,169,229,1) 0%, rgba(200,94,199,0.75) 47%, rgba(165,117,162,0.47) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(227,169,229,1) 0%,rgba(200,94,199,0.75) 47%,rgba(165,117,162,0.47) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(227,169,229,1) 0%,rgba(200,94,199,0.75) 47%,rgba(165,117,162,0.47) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3a9e5', endColorstr='#78a575a2',GradientType=0 ); /* IE6-9 */

}

#container-login-form.babyblue, .artist-info-table.babyblue {
				background: #359ACE;
				color: white;
			}

#container-login-form.gray, .artist-info-table.gray {
				background: #808080;
				color: #d5d5d5;
			}

#container-login-form.silver h3, #container-login-form.yellow h3 {
				color: black;
}

#container-login-form.silver, .artist-info-table.silver {
				background: #dadada;
				color: #7f7f7f;
			}

#container-login-form.black, .artist-info-table.black {
				background: black;
				color: white;
			}

#container-login-form.pink, .artist-info-table.pink {
				background: #ff80ff;
				color: #970097;
			}

#container-login-form.pink {
	box-shadow: 0 0 20px rgba(255,255,255,0.5);
}

#container-login-form.racinggreen, .artist-info-table.racinggreen {
				background: #00592d;
				color: white;
			}

#container-login-form.red, .artist-info-table.red {
				background: red;
				color: white;
			}

#container-login-form.orange, .artist-info-table.orange {
				background: orange;
				color: white;
			}

#container-login-form.yellow, .artist-info-table.yellow{
				background: yellow;
				color: black;
}

.artist-info-table a:hover {
	text-decoration: underline;
}

.artist-info-table {
	font-size: 20px;
	margin: 15px;
	width: 95%;
}


td.tracklist {
	background-color: #d3d3d3;
	background-color: rgba(192,192,192,.5);
	color: black;
	border-radius: 5px;
	padding: 5px;
	font-size: 16px;
}

p.validation-error {
	color: #dd0005;
	text-shadow: 0 0 3px white;
}

#container-login-form, #container_forg { 
	text-align: center;
	background-color: #359ACE;
	max-width: 600px;
	padding: 15px;
	width: 90%;
	display: block;
	margin: 20px auto;
	border-radius: 2px;
	padding: 30px 10px 10px 0px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	font-size: 45px;
	
	-webkit-animation: fadeIn 1s; /* Safari and Chrome */
    -moz-animation: fadeIn 1s; /* Firefox */
    -ms-animation: fadeIn 1s; /* Internet Explorer */
    -o-animation: fadeIn 1s; /* Opera */
    animation: fadeIn 1s;
}

#container-login-form p, $container_forg p {
	padding: 0 20px;
	text-align: justify;
}

#container_forg, #container-login-form {
	color: #ffffff;
}
	
#container-login-form h3, #container_forg h3 { 
	font-weight: 100;
	font-size: 45px; 
	text-align: center; 
	color: #FFFFFF;
} 

/* This is the small grey line at the bottom and underneath our heading */
#container-login-form hr, #container_forg hr {
  border: 1px solid #D8D8D8;
  width: 80%;
  margin: 20px auto;
  opacity: 0.3;
  clear: both;
  display: block;
}

/* .login is given to every input box on ALL of the forms. */
#container-login-form > .login, #container_forg > .login {
	display: block;
	clear: both;
	margin: 10px;
	margin-left: 10%;
	width: 80%;
	padding: 10px;
	font-size: 30px;
	color: #000000;
	border: 2px solid rgba(200, 54, 54, 0.1); 
			
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

/* When you hover over an input box */
#container-login-form .login:hover, #container_forg .login:hover {
	border: 2px solid rgba(200, 54, 54, 0.4); 
}

/*When the input box has "focus", e.g. the cursor has clicked on it or you have TAB'ed to it */
#container-login-form .login:focus, #container_forg .login:focus {
	border: 2px solid rgba(200, 54, 54, 0.8); 
}

#container-login-form div, #container_forg div {
	color: white;
	margin: 10px auto;
	display: block;
	clear: both;
}

/* Even though this is called btnLogin, it is the button that appears on every form */
.btnLogin {
	display: block;
	clear: both;
	padding: 10px;
	width: 150px;
	width: 60%;
	border: none;
	background: #444444;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	height: auto;
	color: #C0C0C0;
	font-size: 30px;
	
	transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	}
	
/* When you hover over the button */
.btnLogin:hover {
	background-color: #FF9900;
	color: black;
	opacity: 0.8;
}

/* More options are the links to the other forms/homepage */
.moreOptions {
	margin: 0px 0px auto;
}

/* Each link individual */
.moreOptions  span{
	font-size: 25px;
}

/* When you hover over each option */
.moreOptions span:hover {
	cursor: pointer;
	opacity: 0.6;
	}

/* The forgotten password link */
.forgotten { 
		margin: 20px 0px 0px 180px;
		font-size: px;
		}
	
/* When you hover over the forgotten password link */
.forgotten:hover {
	cursor: pointer;
	opacity: 0.6;
	}	

/* The container for the forgotten password form */
#container_forg { 
	display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* end password form stuff */

.countrylist {
	z-index: 999999;
}

.left-big-icon {
	display: inline !important;
	font-size: 35px;
	margin-right: 10px;
}

.ajax-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(33,33,33,0.5);
	z-index: 9998;
}

.ajax-loader-inside {
	position: fixed;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	z-index: 9999;
	margin-left: -100px;
	margin-top: -12px;
}

/* global box-sizing */

::selection {
	background: transparent;
	color: #ffba00;
}

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

h1 {
	font-weight: 600;
	font-size: 34px;
	color: #3b3b3b;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color:#444;
	text-decoration: none;
}
a:focus {
	outline:0;
	text-decoration: none;
}

a:hover,
a:active {
	outline:0;
	text-decoration: none;
}

.jumbotron {
	background-color: transparent !important;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


.quote-container {
/*	margin-left: -30px;
	margin-right: -25px; */ 
	width: 100%;
	padding: 0px;
	background: none;
}

.quote-display  {
	width: 100%;
	border: none;
	box-shadow: 0px 0px 5px #4A4A4A;
	font-size: 14px;
	margin-bottom: 10px;
}

.quote-container .inset-box {
	display: inline-block;
	width: auto;
	padding: 10px;
	border: none;
	background: white;
	box-shadow: 0px 0px 5px #4A4A4A;
	font-size: 12px;
	margin-right: 10px;
	vertical-align: center;
	text-align: center;
}

.quote-container .inset-right {
	text-align: right;
}

.quote-container .inset-right .inset-box {
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*404 ERROR */

#post-404 {
	text-align: center;
	padding: 50px 0;
}

#post-404 a {
	color: #ffba00;
}

.login { 
	margin-top: 2px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.login > form {
	font-size: 11px;
	font-weight: normal;
	width: auto;
}

.login > form > input {
	padding: 4px;
	margin-right: 2px;
	width: 60px;
	height: 25px;
	background: #E2E2E2;
	border: 1px solid #626262;
}

.login > form > input[type="text"], .login > form > input[type="password"] {
	display: none;
}

.login > form > input:hover {
	background: #CFCFCF;
}

.login > form > input.submit {
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 10px;
	height: 25px;
	background: #7998D0;
	color: #E2E2E2;
	width: auto;
}

.login > form > input.submit:hover {
	background: #6487C8;
}

.login > span {
	float: right;
	font-size: 12px;
	margin-top: 15px;
	color: gray;
}

input,
textarea {
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(254,254,254,1) 0%, rgba(219,219,219,1) 80%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(80%,rgba(219,219,219,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 80%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 80%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 80%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(254,254,254,1) 0%,rgba(219,219,219,1) 80%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
}

textarea {
	resize: none;
	height: 129px;
}

.form {
	margin-top: 30px;
}
