.icon.hotel, .icon.hotel i{transition: all 0.2s ease-in-out;}
.icon.hotel {
  float: left;
  background-color: whitesmoke;
  margin: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 8px;
}
.icon.hotel i{
 float: left;
   margin-left: 8px;
 }
.icon.hotel span{
	float:left;
	display: none;
	  margin: 0 5px;
  margin-top: -3px;
	}
.icon.hotel:hover{
width: initial;
cursor: pointer;
  background-color: #9F9F9F;
}
.icon.hotel:hover > span{
display: block;
}
.icon.hotel:hover > i, .icon.hotel:hover > span{color: #fff;}
