#sidebar div.block{
    display: none;
}

#main {
    display: block !important;
    /* float: left; */
    width: 100% !important;
    /* margin-left: 1% !important; */
    /* font-size: xx-large; */
}

#headerTitle img{
	    /* width: 100% !important; */
	    /* position: relative !important; */
}
#header h1{
	padding: 0px  !important;
}

#header {
	z-index: 999 !important;
}


#gotop button {
    width: 55px !important;
    height: 55px !important;
    background-size: 55px !important;
    }


#floatbar, #floatbar--informacoes {transition: all 0.3s;}
#floatbar {
  /* mude a vontade */
  height: 40px !important;
  width: 46px;
  overflow: hidden !important;
  font-size: 0px !important;
  background: #fff url("../imagens/sandwich.png") no-repeat right;
  background-position: 98% 50%;
  background-size: auto 25px;
  top: 0px !important;
  z-index: 99 !important;
  opacity: 1 !important;
}
#floatbar--informacoes {
  opacity: 0;
  
}
#floatbar:focus {
 background-color: #334;
 width: 50% !important;
 height: 50% !important;
 padding: 5% !important;
 font-size: 2em !important; 
 background-position-y: 95%;
 z-index:9999 !important;
 opacity: 0.99 !important;
 left: 45% !important;
}

#floatbar:focus #floatbar--informacoes {opacity: 1;}

#floatbar--informacoes li{
	color: #fff !important;
	list-style: none !important;
	display: -webkit-box !important;
	margin: 10px;
}