/*Tutti i diritti riservati */ 
#section_upper_block {
    position: relative;
}
.gamelistoptions {} ul#category_tabs:empty + .gamelistoptions {
    display: none;
}
#search > div {
    display: inline-block;
}
#search {
    display: block;
    background: #3324ea;
    bottom: 0;
    box-shadow: 0 0 10px #000000;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    right: 0;
		    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#search:hover {
  padding-right: 5px;
}
#search > a {
	color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  text-indent: 5px;
  width: 35px;
}
#search > a:hover {
	color: #fff;
  text-decoration: none;
}
#search #searchinput {
    box-shadow: 0 2px 10px grey inset;
    border: none;
    width: 0;
    padding: 0;
    height: 25px;
    text-indent: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#search:hover #searchinput {
    box-shadow: 0 2px 10px grey inset;
    border: none;
    width: 120px;
}