.shipintro {
  position: absolute;
  top: -2px;
  right: 65px;
  background: #ad1818;
  border-radius: 0 0 15px 15px;
  padding: 10px 15px;
  color: #fff;
}
.shipintro .price {
  font-size: 30px;
  padding: 0 5px;
}
.bookstep {
  background: #eee;
  padding: 10px 0;
}
.bookstep li {
  text-indent: 2em;
}
.bookstep li:first-letter {
  font-weight: 700;
  font-size: 300%;
  color: #ad1818;
}
.cruisesize {
  margin-left: 15px;
  margin-bottom: 15px;
}
.cabininfo .cabintitle {
  font-size: 18px;
}
.photobox > p {
  position: relative;
}
.photobox > p .phototitle {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
}
.nav-tabs-red {
  border-bottom: 4px solid #ad1818;
}
.nav-tabs-red > li {
  margin-right: 5px;
  border-radius: 8px 8px 0 0;
}
.nav-tabs-red > li > a {
  background: #eee;
  border-bottom: 1px solid #ad1818;
  color: #333333;
  text-decoration: none;
}
.nav-tabs-red > li.active > a,
.nav-tabs-red > li.active > a:hover {
  background: #ad1818 !important;
  border: 1px solid transparent;
  color: #fff !important;
  border-bottom-color: #ad1818;
}
.nav-tabs-red > li:hover > a {
  background: #ad1818;
  color: #fff;
  border: 1px solid transparent;
  border-bottom-color: #ad1818;
}
#calendar {
  /* .fc-event{
        font-size: 14px;
    } */
}
#calendar .fc-event-title > span.book {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
#calendar .fc-event-title > span.book .btn {
  padding: 3px;
  width: 90%;
}
#calendar .monthlist {
  display: block;
  margin-bottom: 10px;
}
#calendar .fc-header-title {
  font-size: 24px;
}
#calendar .fc-button {
  font-size: 18px;
}
#calendar .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
