/* Rich Tours */
.cursor-hand {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.text-error {
  color: red;
}

.fl-n {
  float: none !important;
}

.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.block {
  margin-top: 80px;
}

.pull-right .icon-box.style1 {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #01b7f2;
  border-left: none;
  height: auto;
}

.pull-right .icon-box.style1 > i {
  background-color: #01b7f2;
  margin: 0;
}

.pull-right .icon-box.style1 > span {
  padding: 10px;
}

.search-box {
  /*margin-top: -40px;*/
}

.search-box #mobile-search-tabs > li > a {
  font-size: 1rem;
  background-color: #ffffff;
}

.search-box > li.active {
  display: block;
  margin-top: 2px;
}

ul.search-tabs li {
  margin-top: 2px;
}

ul.search-tabs li a {
  font-size: 1rem;
}

.list-section {
  background-color: #eeeeee;
}

.listing-style1.cruise .feedback {
  line-height: 30px;
}

.listing-style1.cruise .time [class^="soap-icon"] {
  float: none;
}

.image-box.style3 .details .box-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.image-box .box .departure img {
  /*width: 40px;*/
  display: block;
  margin: 0 auto;
  max-height: 40px;
  max-width: 80px;
}

.photo-gallery:not(.flex-direction-style) .flex-direction-nav li a,
.image-carousel.style2 .flex-direction-nav li a {
  background-color: #fdb714;
}

.feedback .price {
    float: none;
    text-align: center;
    line-height: 2;
    display: inline-block;
}

/* Ribbon */
.box_ribbon {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
  position: absolute;
  left: 10px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}




/*.fullwidthbanner-container {
  height: 500px;
}*/

/* bxSlide */
.bx-wrapper,
.bx-wrapper .bx-viewport {
  max-height: 500px;
  /*height: 500px !important;
  background-color: #cccccc;*/
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}

.bx-wrapper img {
  margin: 0 auto;
}

/* flexSlide */
.image-carousel.style2 .slides > li {
  margin-right: 30px;
}

/* Responsive */
@media (max-width: 991px) {
  .search-box {
    margin-top: -40px;
  }

  .search-tab-content .fixheight {
    padding-top: 0;
  }

  .search-box .search-tab-content {
    padding-top: 0;
  }
}
