#hero_title{
  align-items: start;
  justify-content: left;
  text-align: left;
  padding-bottom: 100px;
  
}
#hero_title .title_1{
  max-width: 800px;
  margin-bottom: 60px;
}
#hero_title > div {
    margin-top: 100px;
    height: 100%;
}
.background-image{
  background-image: url(/pure_assets/images/carousel_hero/Girona-1-1.jpg);
  background-size: cover;
}
#image_selected{
  height: 500px;
  position: relative;
  padding-bottom: 20px;
}
#slider_trip{
  width: 100%;
  z-index: 1;
}
#slider_trip .item{
  width: 100%;
  position: relative;
  padding-top: 56.25%;/*Aspect ratio 4:3 => 56.25% (9 / 16 * 100%)*/
  cursor: pointer;
}
#slider_trip .item img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
#slider_trip img, #image_selected img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#slider_trip .item img, #slider_trip .item video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#slider_trip .item img.active{
  padding: 2px;
}
#slider_trip .owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: none;
}
#slider_trip .owl-nav button{
  margin-left: 10px;
  float: left;
}

#slider_trip .owl-nav button.owl-next{
  float: right;
  margin-left: unset;
  margin-right: 10px;
}
#summary_index{
  background-color: #000;
  height: fit-content;
  z-index: 1!important;
  padding: 30px 38px;
  color: #FFF;
  border-radius: 10px;
}
#summary_index ul{
  list-style: none;
}
#summary_index ul i{
  font-size: 8px;

}
#show-more-reviews{
  background-color: #FFF;
  color: #76ABDC;
  border: 1px solid;
  border-color: #76ABDC;
}
#show-more-reviews:hover{
  background-color: #76ABDC;
  color: #FFF;
  border: 1px solid;
  border-color: #76ABDC;
}
#summary_index ul li.active i, #summary_index ul li.active a{
  color: #76ABDC!important;
}
#summary_book, #summary_go_custom{
  margin-top: 15px;
}
#summary_book .button, #summary_go_custom .button{
  width: 100%;
  max-width: unset;
  border-radius: 10px;
}
#summary_go_custom .button{
  background: #2d6aa2;
  border-color: #2d6aa2!important;
}
#private_trip .button{
  max-width: unset;
  width: 100%;
  background-color: #FFF;
  color: #000!important;
  border-color: #000!important;
}

#private_trip .button:hover{
  color: #FFF!important;
}

.trip_details{
  color: #000;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 10px;
  min-height: 60px;
  -webkit-box-shadow: 0 1px 2px rgba(3,54,63,.4), 0 -1px 2px rgba(3,54,63,.04);box-shadow: 0 1px 2px rgba(3,54,63,.4), 0 -1px 2px rgba(3,54,63,.04);
  padding: 10px 38px;
  max-width: 400px;
  margin: 0 auto;
}
.trips_details_overview .item_detail{
  margin: 0 10px;
}
.trips_details_overview{
  display: flex;
  justify-content: center;
}
.trips_details_overview .icon{
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.wrapper_coming_dates{
  align-items: center;
  margin: 15px 0;
}
.trip_coming_dates{
  color: #000;
  font-size: 14px;
  font-weight: 100;
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(3,54,63,.4), 0 -1px 2px rgba(3,54,63,.04);box-shadow: 0 1px 2px rgba(3,54,63,.4), 0 -1px 2px rgba(3,54,63,.04);
  padding: 20px 38px;
  margin-bottom: 5px;
  background: rgba(118, 171, 220, 0.1);
  max-width: 400px;
  margin: 0 auto;
}
.trip_coming_dates_abs{
  position: absolute;
  bottom: 5px;
  right: 40px;
  z-index: 2;
  padding: 10px 20px 11px 20px;
  color: #FFF;
  background-color: #378bda;
}
.trip_coming_dates_abs .day, .trip_coming_dates_abs .day .title_5{
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
}
.trip_coming_dates .day{
  font-weight: normal;
}
.trip_coming_dates div > i{
  margin: 0 10px;
  font-size: 16px;
}
.trip_details div.icon, .trip_coming_dates .icon{
  width: 30px;
}
.trip_details div.trip_detail_title{
  margin-right: 10px;
}
.trip_details > div > div{
  line-height: 1;
}
.trip_details i, .trip_coming_dates i{
  margin-right: 10px;
  font-size: 20px;
}
.list_days li{
  border-bottom: 1px solid #DFDFDF;
  padding: 12px 20px;
  padding-left: 0;
}
.list_days li i{
  color: #378bda;
}
.box_review{
  background: rgba(233, 233, 233, 0.44);
  border-radius: 20px 20px 20px 0;
  padding: 28px 36px;
}
.user_review{
  width: auto;
  height: 42px;
  display: flex;
  align-items: center;
  color: #919193;
}  
.wrapper_user_review{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #slider_trip .item img{
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .trips_details_overview{
    display: none;
  }
  
  .col-xl-8-half {
      flex: 0 0 auto;
      width: calc((100% / 12) * 8.5);
  }
  .col-xl-3-half {
      flex: 0 0 auto;
      width: calc((100% / 12) * 3.5);
  }
}






