html {min-height: 100%}
body {
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', cursive;
	background-color: #CCC;
	width: 100%;
	height: 100%;
	color: #FFF;
	overflow: hidden;
}
.bg-tk
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
	background: #f17009;
}


.header
{
	padding: 12px;
	top: 200px;
	height: 20px;
	font-size: 20px;
	font-weight: 900;

	background-color: rgba(0,0,0,.7);
	margin: 0;	
	transition: all .5s ease-in-out;
}

.about
{
	position: static;
	top: 120px;
	background-color: rgba(0,0,0,.5);
	height: auto;
	width: 450px;
	left: 495px;
}

.bheader
{
	padding: 12px;
	top: 200px;
	height: 20px;
	font-size: 20px;
	font-weight: 900;

	background-color: rgba(0,0,0,.7);
	margin: 0;	
	transition: all .5s ease-in-out;
}

.baninfo
{
	position: static;
	background-color: rgba(0,0,0,.5);
	height: auto;
	width: 450px;
	margin-top: 10;
	padding-top: 10px;
	padding-bottom: 10px;
}

.events
{
	position: static;
	top: 320px;
	background-color: rgba(0,0,0,.5);
	height: auto;
	width: 450px;
	left: 20px;
}

.admins
{
	position: static;
	background-color: rgba(0,0,0,.5);
	height: auto;
	width: 450px;
	right: 20px;
}

.music
{
	background-color: rgba(0,0,0,.5);
	height: auto;
	padding: 12px;
	width: 425px;
	font-size: 20px;
	font-weight: 900;
	margin-top: 10;
}

.admins .addnew
{
	position: static;
	height: 60px;
	width: 430px;
	left: -10px;
}

.bg-tk:after
{
	position: fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px; 
	content: '';
}

.bg-tk.active
{
	opacity: 1;
}
#top{
	width:100%;
	background: #222;
	text-align:center;
	}
#top a{color:#00FF00;text-decoration:none;}
.top {
	background-color: rgba(0,0,0,1);
	height: 55px;
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: all .5s ease-in-out;
}

.top .left {
	display: inline-block;
	max-width: 500px;
	padding-left: 20px;
	transition: all .5s ease-in-out;
}

.top .left h1 {
	padding: 0;	
	margin: 0;
	padding-top: 7px;	
	transition: all .5s ease-in-out;
	font-size: 35px;
}

.top .left p {
	margin: 0;
	padding: 0;
	font-size: 17px;
}

.SubTitle
{
	display: inline-block;
	max-width: 500px;
	padding-left: 20px;
	transition: all .5s ease-in-out;
}

.loader
{
	position: absolute;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}

#status
{
	font-size: 16px !important;
}

#status_ev
{
	font-size: 16px !important;
}

#loading-progress
{
	background-color: rgb(0,162,218);
	width: 2%;
	height: 100%;
	transition: all 2s ease-in-out;
}

.loads
{
	display: inline-block;
	margin-top: -41px;
	font-size: 18px;
	padding-bottom: 3px;
	background: rgba(0,0,0,0.5);
	max-height: 28px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: solid rgb(0,162,218);
}

.bottom-left-holder {
	width: 100%;
	position: absolute;
	bottom: 51;
	left: 0;
	height: 4px;
	margin: 0;
	padding: 0;
	transition: all .5s ease-in-out;
	background-color: rgba(0,81,109,.6);
}

.snowflake {
	position: absolute;
	width: 10px;
	height: 10px;
	background: linear-gradient(white, white);
	border-radius: 50%;
	filter: drop-shadow(0 0 10px white);
  }