html {
  width: 100%;
  height: 100%;
  background: radial-gradient(#fff9ee, #E4F6FF);
  font-family: sans-serif;
}
#container{position: relative;
width: 89%;
margin:0 auto;
text-align:left;
overflow:hidden;
padding: 5px;
}



.logo_img{
	margin:0 20px 0 50%;
	transform: translate(-50%, -5%);
	float:left;
}

.logo{
  font-size: 24px;
  margin:0 20px 0 50%;
  transform: translate(-50%, -10%);
  color: #10d0f4; 
  text-shadow: -1px 0 1px white, 0 -1px 1px white, 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px black;
  float:left;  
}


.searchbox{
margin:40px 0 0 0;
height:53px;
  border:1px solid rgba(255, 255, 255, 0.5);
 overflow:hidden;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  -moz-appearance: none;
  -webkit-appearance: none;
  width:100%;
  position: relative;
  top: 10%;
}
.searchtext{
  padding: 5px;
  font-size: 20px;
  border-left: 10px solid rgba(89,89,89, 0.5);
  border-top: 10px solid rgba(89,89,89, 0.5);
  border-right: 100px solid rgba(89,89,89, 0.5);
  border-bottom: 10px solid rgba(89,89,89, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  color: #333;
  width: 100%;
  position: absolute;

}
.search{
  margin:9px;
  padding: 9px 9px 7px 9px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) inset, 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-border-radius:  0 5px 5px 0;
  -webkit-border-radius:  0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: rgba(16,208,244, 0.7);
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  color: #595959;
  text-shadow: 1px 1px rgba(113,113,113, 1);
  width: 80px;
  position: absolute;
  right: 0%;

}

.search:hover{
  margin:9px;
  padding: 9px 9px 7px 9px;
  background: rgba(255,0,0, 0.7);
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
  width: 82px;
  position: absolute;
  right: 0%;
  text-shadow: 1px 1px 3px rgba(113,113,113, 1);
}
.checkbox{
	
	overflow:hidden;
    margin:50px 8px 0 8px;
}

.search_label{
	width:100px;
	margin:5px;
	padding:5px;
    border:solid 1px #cccccc;
	font-size: 14px;
	font-weight: 700;
	float:left;
	text-align:center;
	background: rgba(187,240,255, 0.2);
}



#works,
.works {
	width: 100%;
}


#filter li {
    display: block;
	float: left;
	list-style: none;
	margin-left: 9px;
}
#filter li a {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    display: block;
    color: #666;
    transition: all 0.4s ease;
}
#filter li a:hover,
#filter li a.current {
    background: #666;
    color: #fff;
}
	
.work {
	width: 122px;
	float: left;
	margin: 10px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

