.legend {
font-size:12px;
font-weight:bold;
color:#333333;
background-color:#e0e0e0;
padding:2px 5px 2px 2px;
border-bottom:1px solid #333333;
}

.tag {
padding:2px;
font-size:10px;font-family:Arial;color:#333333;background-color:#f9f9f9;
border-bottom:1px solid #333333;
}

.booking_categories{margin:-74px 0 0 0;}
.booking_categories .wallview {overflow:visible!important;}
.booking_cat{}
.booking_img{margin:0 auto 15px;height:90px;width:90px;border-radius:50%;}
.booking_img img{padding: 17px 0px 0px 14px;width: 70%;}
.bookingbar h3{text-align:center;font-size:24px!important;}

/* ----------------------------------------------*/
/* C 09 - CSS3 Animations
/* ----------------------------------------------*/
.grow {
  -webkit-transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -ms-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}

.grow:hover {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}