/* ==========================================================
	Custom Styles
============================================================= */

/**
 * Book Now Tab
 */
.tab-booknow {
  position: fixed;
  z-index: 1000;
  top: 150px;
  right: 0;
  background: url('../img/layout/tab-booknow.png') no-repeat center right;
}
.tab-booknow a {
  display: block;
  width: 53px;
  height: 220px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url('../img/layout/tab-booknow.png') no-repeat center left;
  opacity: 1;
  border: 0 none;
}
.tab-booknow a:hover {
  opacity: 0;
}