.modal-backdrop.show {
  opacity: 0.7;
}

.bravo_wrap .bravo_detail_location .bravo_banner {
  background-color: #1a2b48;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_location .bravo_banner {
    padding: 150px 0;
  }
}
.bravo_wrap .bravo_detail_location .bravo_banner .container {
  position: relative;
}
.bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery {
  height: 500px;
  position: relative;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery {
    height: 300px;
  }
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery {
    height: 200px;
  }
}
.bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery .modal .modal-dialog {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  margin: -10px auto 0;
}
.bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery .modal .modal-content {
  padding: 0;
  background: transparent;
  border: none;
}
.bravo_wrap .bravo_detail_location .bravo_banner h1 {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
}
.bravo_wrap .bravo_detail_location .bravo_banner .btn-group {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .btn {
  margin-left: 10px;
  background: rgba(26, 43, 72, 0.5);
  font-size: 14px;
  color: #FFF;
  padding: 10px 15px;
}
.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .btn:hover {
  background: rgb(26, 43, 72);
}
.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .btn .fa {
  margin-right: 10px;
}
.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .has-icon {
  display: flex;
  align-items: center;
}
.bravo_wrap .bravo_detail_location .bravo_content .title-location {
  margin-top: 0;
  color: #1A2B48;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_detail_location .bravo_content .title-location {
    font-size: 24px;
  }
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_location .bravo_content .title-location {
    font-size: 18px;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header {
  margin-bottom: 10px;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  justify-content: space-between;
  align-items: center;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .sub-heading {
  color: #5E6D77;
  font-size: 14px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .sub-heading .fa {
  position: relative;
  top: 2px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score {
  text-align: right;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .head-rating {
  font-size: 14px;
  color: #1A2B48;
  font-weight: 500;
  display: block;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .st-stars .fa {
  font-size: 16px !important;
  cursor: pointer;
  color: #FFDC00;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .st-stars i:not(:last-child) {
  margin-right: 2px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star {
  line-height: 13px;
  position: relative;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
  float: right;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars:before, .bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #FFDC00;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  overflow: hidden;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-overview .description {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #1A2B48;
  letter-spacing: 0;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-overview .description {
    margin: 15px 0;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location {
  margin-bottom: 30px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location h3 {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-location h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-location h3 {
    font-size: 1.3rem;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location iframe {
  width: 100%;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location #map_content {
  height: 450px;
}
@media (max-width: 768px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea {
    margin-bottom: 50px !important;
    border-bottom: solid 1px #afafaf;
  }
  .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .col-lg-4 {
    display: none;
  }
  .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea:last-child {
    border-bottom: none;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .trip-idea-category {
  font-size: 14px;
  color: #5191FA;
  letter-spacing: 0;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea h2 {
  font-weight: 300;
  font-size: 36px;
  color: #1A2B48;
  letter-spacing: 0;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .description {
  font-size: 16px;
  color: #5E6D77;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .description {
    margin: 0;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .read-more {
  border: 1px solid #D7DCE3;
  border-radius: 3px;
  font-size: 14px;
  color: #1A2B48;
  letter-spacing: 0;
  padding: 8px 10px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .read-more:hover {
  text-decoration: none;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .sale_info {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  background-color: #d42681;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 999;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .featured .badge {
  background: #d42681;
  color: #fff;
  border-radius: 5px;
  z-index: 1;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 80%;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image:hover a img {
  transform: scale(1.1);
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image .service-wishlist:hover i, .bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image .service-wishlist.active i {
  color: #d42681;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .location {
  font-size: 13px;
  color: #d42681;
  margin: 15px 15px 0px 15px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .location i {
  position: relative;
  font-size: 16px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .service-review {
  margin: 0 15px 0;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .service-review .rate {
  color: #d42681;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .service-review .review {
  margin-left: 30px;
  position: relative;
  color: #6A7A84;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .start-time {
  margin: 5px 15px 10px;
  border-bottom: dashed 1px #dfdfdf;
  padding-bottom: 10px;
  color: #6a7a84;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .item-title {
  margin: 0 15px 0px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  min-height: 50px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .item-title {
    min-height: auto;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .item-title a {
  color: #1A2B50;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info {
  margin: 0 15px 0;
  display: flex;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .duration {
  flex: 0 0 70px;
  color: #6a7a84;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .g-price {
  flex: 1;
  text-align: right;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .g-price .price {
  position: relative;
  display: inline-block;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .g-price .price .text-price {
  font-size: 18px;
  color: #1a2b48;
  font-weight: 500;
  line-height: 20px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .info .g-price .price .unit {
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop {
  border: 1px solid #dfdfdf;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #5191fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1a2b48;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .featured .badge {
  background: #1a2b48;
  color: #fff;
  border-radius: 5px;
  z-index: 1;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image {
  overflow: hidden;
  background: #FFF;
  position: relative;
  padding-bottom: 55%;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image:hover a img {
  transform: scale(1.1);
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #000;
  padding: 10px;
  cursor: pointer;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image .service-wishlist:hover i, .bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image .service-wishlist.loading i {
  color: #ff9290;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image .service-wishlist.active i {
  color: #ff0000;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .thumb-image .service-wishlist.active i:before {
  content: "\f004";
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .location {
  font-size: 13px;
  color: #5e6d77;
  padding: 15px 15px 0;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .location i {
  position: relative;
  font-size: 16px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .category {
  padding: 0 15px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .category .fa {
  color: #687882;
  opacity: 0.6;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .service-review {
  padding: 0 15px 0;
  font-size: 13px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .service-review .rate {
  color: #5191FA;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .service-review .review {
  margin-left: 15px;
  position: relative;
  color: #6A7A84;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .service-review .review:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #D0D7DD;
  border-radius: 50%;
  left: -10px;
  top: 8px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .item-title {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .item-title {
    min-height: auto;
  }
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .item-title a {
  color: #1A2B50;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .item-title i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .info {
  margin: 0 15px 0;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .info .g-price .prefix {
  color: #5e6d77;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .info .g-price .price {
  position: relative;
  display: inline-block;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .info .g-price .price .text-price {
  font-size: 18px;
  color: #1A2B48;
  font-weight: 500;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .info .g-price .price .onsale {
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .info .g-price .price .unit {
  font-size: 14px;
  color: #5E6D77;
  font-weight: normal;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .amenities {
  margin: 10px 15px 5px;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .amenities .amenity {
  align-items: center;
  text-align: center;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .amenities .amenity .input-icon {
  font-size: 26px;
  color: #1a2b48;
  position: relative;
  top: 1px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop .amenities .amenity .text {
  display: block;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop.infobox-item {
  position: relative;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-boat .item-loop.infobox-item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 10px;
  border-color: transparent #fff #fff transparent;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  box-shadow: 1px 1px 0px #dfdfdf;
  background: #fff;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-thumbnail {
  box-shadow: -15px 15px 0px 0px rgb(26, 43, 72);
}
.bravo_wrap .bravo_detail_location .bravo_content .tabs-block .tab-content .tab-pane .list-item .item-loop {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bravo_wrap .bravo_detail_location .recent-articles .item-thumb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .bravo_wrap .bravo_detail_location .recent-articles .item-thumb a {
    height: 170px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .bravo_wrap .bravo_detail_location .recent-articles .item-thumb a {
    height: auto;
    max-width: 100%;
  }
}
.u-range-slider .irs-slider {
    top: -0.02rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
  }
  .bravo_detail_location .bravo_filter .filter-button {
    margin-bottom: -44px !important;
    z-index: 999;
    position: relative;
  }
