html, body {
	width:  100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	-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 */
}

#background {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: -2147483647;
	animation: hue_gradient 250000ms ease-in-out infinite;
/*
	-moz-transition: all 4.5s ease-in-out;
	-webkit-transition: all 4.5s ease-in-out;
	transition: all 4.5s ease-in-out;
*/
/*	box-shadow: inset 0 0 0 3000px rgba(255,255,255,0.3); */

	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='80');
	filter: blur(80px) contrast(2.0) brightness(1.0);
	-webkit-filter: blur(80px) contrast(2.0) brightness(1.0);
	-moz-filter: blur(80px) contrast(2.0) brightness(1.0);
	-o-filter: blur(80px) contrast(2.0) brightness(1.0);
	-ms-filter: blur(80px) contrast(2.0) brightness(1.0);
}

@keyframes hue_gradient {
  0%, 100% {
/*transform: translateY(40px) rotate3D(-10,0,0,0deg) rotate(0deg);*/
transform: rotate(-360deg);
  }
  50% {
/*transform: translateY(-40px) rotate3D(10,0,0,180deg) rotate(360deg);*/
transform: rotate(360deg);
  }
}



.blur {
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='80');
	filter: blur(80px) contrast(4.0) brightness(1.0);
	-webkit-filter: blur(80px) contrast(4.0) brightness(1.0);
	-moz-filter: blur(80px) contrast(4.0) brightness(1.0);
	-o-filter: blur(80px) contrast(4.0) brightness(1.0);
	-ms-filter: blur(80px) contrast(4.0) brightness(1.0);
}

.flat_black {
background-color: #000020;
/*background: #000000;
background: -moz-linear-gradient(top, #000000 0%, #ff0000 16%, #000000 33%, #00ff00 50%, #000000 66%, #0000ff 85%, #000000 100%);
background: -webkit-linear-gradient(top, #000000 0%,#ff0000 16%,#000000 33%,#00ff00 50%,#000000 66%,#0000ff 85%,#000000 100%);
background: linear-gradient(to bottom, #000000 0%,#ff0000 16%,#000000 33%,#00ff00 50%,#000000 66%,#0000ff 85%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
*/
}
/*.flat_black {
	background-color: #3d4246;
	background-image: -moz-linear-gradient(top, #3d4246, #202123);
	background-image: -ms-linear-gradient(top, #3d4246, #20123);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d4246), to(#202123));
	background-image: -webkit-linear-gradient(top, #3d4246, #202123);
	background-image: -o-linear-gradient(top, #3d4246, #202123);
	background-image: linear-gradient(top, #3d4246, #202123);
	background-repeat: repeat-x;

	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3d4246', endColorstr='#202123', GradientType=0);
}*/

#get {
    color:#FFF;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:10vmin;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
	z-index: 2147483647;
    text-shadow: 0 1px 0 #ccc,
	0 2px 0 #bbb,
    0 3px 0 #333,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);

}

.when {
    color:#FFF;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:1.5vw;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
	z-index: 2147483647;
	text-shadow: 0 1px 0 #ccc,
	0 2px 0 #bbb,
    0 3px 0 #333,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);
}

.shadow {
	text-shadow: 0 1px 0 #ccc,
	0 2px 0 #bbb,
	0 3px 0 #333,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.3),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.25),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.15);
}

.btn-sample { 
	color: #ffffff; 
	background-color: #1A1A1A; 
	border-color: #000000; 
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
	color: #ffffff; 
	background-color: #00A6CC; 
	border-color: #000000; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
	background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
	background-color: #1A1A1A;
	border-color: #000000;
}

.btn-sample .badge {
	color: #1A1A1A;
	background-color: #ffffff;
}

#clickmenu {
cursor: pointer;
color: white;
opacity: 0.8;
z-index: 1000;
}

#music_control {
display: none;
}


@media screen
and (min-device-width : 320px)
and (max-device-width : 600px) {
input#vol-control {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
}
