* {
	margin: 0;
	padding: 0;
}
body {
	min-height:400px;
    	background:#000;
 	width:100%;
	height:100%;
	text-align:center;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  	font-size: 25px;
   	color: #ccc;
	overflow-y: hidden;
	overflow:hidden;
}

#inputs{
	position:fixed;
 	width:100%;
	z-index:100;
}

#type { 
	display:inline-block;
	float:left;
	margin:auto;
}

#search { 
	display:inline-block;
	float:right;
}

.styleButton {
    background-color: Transparent;
    cursor:pointer;
    overflow: hidden;
}

button {
	color: #bbb;
    background-color: Transparent;
    cursor:pointer;
    overflow: hidden;
    padding: 5px;
    border: 3px solid #222;
    border-radius: 5px;
  font-size: 25px;
}
button.white {
	color: #000;
	width: 40px;
    background-color: #ccc;
}

button:hover {
	background: rgba(64,64,64,.5);
	color: #fff;
}

input[type="text"] {
 height: 60px;
  background: rgba(0, 0, 0, .35);
  font-size: 45px;
  border: none;
   	color: #ccc;
}
#serchtext {
  display: inline-block;
  outline: none;
  padding-right: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
   width: 0px;
  opacity:0;
}

#serchtext:focus {
	max-width:600px;
  width: 80%;
  z-index: 1;
  opacity: 1;
  cursor: text;
}
/*
input[type="submit"] {
  height: 60px;
  width: 63px;
  display: inline-block;
  float: right;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease;
}*/
input.faded {
  opacity: 0.5;
}

#soundcloud0,#instagram0{
  height: 60px;
  width: 63px;
  display: inline-block;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease;
}
.hidden,#soundcloud0.hidden,#instagram0.hidden{
  display: none;
}

#menu
{
	z-index:100;
  	position: absolute;
  	top: 60px;
  	left: 10px;
  	display: none;
	width: auto;
	text-align:left;
  	color: #ccc;
  	background: rgba(0, 0, 0, .35);
}

#othersearchs
{
	z-index:100;
  	position: absolute;
  	top: 64px;
  	right: 0;
  	display: none;
	width: 60px;
}

ul.navlist
{
list-style: none;
}

ul.navlist li
{
display: block;
}

ul.navlist li a
{
	color: #ccc;
	text-decoration: none;
}
ul.navlist li a:hover
{
	color: #fff;
}

ul.navlist li.hidden{
	display: none;
}

#initial{
    position: relative;
	display:none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
 	width:100%;
}

#flashContent{
	top:0px;
	position:fixed;
 	width:100%;
	height:100%;
	overflow:hidden;
}
#slideshow{
 	width:100%;
	height:100%;
	overflow:hidden;
}
#slideshow canvas{
	width:100%;
	height:100%;
	overflow:hidden;
}
#footer { 
	bottom: 0;
	position: absolute;
	width:100%;
	height:70px;
	overflow: hidden;
}

.lightbox-target {
position: fixed;
top: 60px;
left: 10%;
background: rgba(0,0,0,.7);
width: 80%;
padding: 10px;
display: none;
z-index:100;
}
#share{
	margin: 5px;
	padding: 0px;
	width: 100%;
	height:auto;
	top:0;
}
#privacy{
	margin: 5px;
	padding: 0px;
	width: 100%;
	top:0;
}

#bottom{
	position: fixed;
	margin: 5px;
	padding: 0px;
	width: 100%;
	bottom:0;
	z-index:1;
}
#bottom button{
	background: rgba(0,0,0,.7);
    	display:inline;
	width: 10%;
}
