/****************************************
MEDIA QUERIES
****************************************/
.container-act {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

/****************************************
  ACTIVITY BOOKING
****************************************/
@media (min-width: 770px) and (max-width: 989px), (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
  #container-integrated-booking {
    height: fit-content;
    position: sticky !important;
    top: 10px !important;
    overflow-y: auto; }
  header.header-fixed ~ #cms-content #container-integrated-booking {
    height: fit-content;
    position: sticky !important;
    top: 90px !important;
    overflow-y: auto; }
  header.header-fixed.header-agencies ~ #cms-content #container-integrated-booking {
    height: calc(100vh - 200px); } }

#container-integrated-booking .btn-dropdown {
  background-color: #14A2E3;
  border-radius: 5px !important;
  font-size: .75rem;
  text-transform: uppercase; }

#container-integrated-booking .collapse-dropdown {
  color: white;
  font-size: .7rem;
  cursor: pointer;
  margin-top: -2px; }
  #container-integrated-booking .collapse-dropdown .collapse-dropdown-item:not(.selected-element) {
    background-color: #14A2E340; }
  #container-integrated-booking .collapse-dropdown .collapse-dropdown-item.selected-element {
    background-color: #14A2E380; }
  #container-integrated-booking .collapse-dropdown .collapse-dropdown-item:hover {
    background-color: #14A2E390; }
  #container-integrated-booking .collapse-dropdown .collapse-dropdown-item:last-child {
    border-radius: 0 0 5px 5px; }

#container-integrated-booking #activity_profile_booking_calendar {
  padding-top: 10px; }
  #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar {
    background-color: transparent;
    border: none;
    box-shadow: none; }
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .flatpickr-months *,
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .flatpickr-weekdaycontainer *,
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .dayContainer *:not(.day-busy) {
      color: white; }
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .dayContainer .day-busy {
      color: white;
      border: 1px solid #dc3545 !important;
      background-color: #dc3545 !important; }
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp:after,
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown:after {
      border-bottom-color: white; }
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .flatpickr-monthDropdown-month {
      color: #082336; }
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .dayContainer *:not(.prevMonthDay):not(.nextMonthDay) {
      font-weight: bold; }
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .dayContainer .day-available {
      background-color: #14A2E3;
      border: none;
      border-radius: 6px !important; }
      #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .dayContainer .day-available:hover {
        background-color: #14A2E380; }
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .flatpickr-next-month *,
    #container-integrated-booking #activity_profile_booking_calendar .flatpickr-calendar .flatpickr-prev-month * {
      fill: #14A2E3; }

#container-integrated-booking #booking-section-schedule .quota-schedule {
  font-size: .6rem; }

#container-integrated-booking #booking-section-persons .btn-persons.rounded-circle {
  background-color: #14A2E3;
  color: white;
  font-size: .7rem;
  width: 20px;
  height: 20px;
  line-height: 20px; }
  #container-integrated-booking #booking-section-persons .btn-persons.rounded-circle.disabled {
    background-color: #14A2E340; }
  #container-integrated-booking #booking-section-persons .btn-persons.rounded-circle:hover {
    background-color: #14A2E380; }

#container-integrated-booking #booking-section-persons .counter-persons-by-services {
  color: white; }

.section-show-places-left {
  color: white; }
  .section-show-places-left .main-color {
    color: #14A2E3; }

#booking-section-block-resume .section-total .text-uppercase {
  color: #14A2E3; }

#booking-section-block-resume .section-total .txt-color-primary {
  color: white;
  font-size: 1.5rem; }

#booking-section-block-resume .budget-breakdown-modal-link {
  color: white;
  font-size: .7rem;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer; }
  #booking-section-block-resume .budget-breakdown-modal-link:hover {
    color: #14A2E3; }

.booking-buttons #btn-booking {
  color: #FFFFFF;
  background: #1ABC9C;
  font-size: .8rem; }
  .booking-buttons #btn-booking:hover {
    background: #1ABC9C80; }
  .booking-buttons #btn-booking .button_subtext {
    text-transform: none;
    font-size: .6rem; }

/****************************************
  ACTIVITY DETAIL
****************************************/
#carousel-activity-detail .carousel-item, #carousel-gallery-boat-detail .carousel-item {
  border-radius: 10px;
  overflow: hidden; }

#carousel-activity-detail .control-indicator, #carousel-gallery-boat-detail .control-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1; }
  #carousel-activity-detail .control-indicator .carousel-control-indicator-prev-icon,
  #carousel-activity-detail .control-indicator .carousel-control-indicator-next-icon, #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-prev-icon,
  #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-next-icon {
    background-color: #fff;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    display: inline-flex;
    opacity: .8; }
  #carousel-activity-detail .control-indicator .carousel-control-indicator-prev-icon:hover,
  #carousel-activity-detail .control-indicator .carousel-control-indicator-next-icon:hover, #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-prev-icon:hover,
  #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-next-icon:hover {
    text-decoration: none; }
  #carousel-activity-detail .control-indicator .carousel-control-indicator-prev-icon, #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-prev-icon {
    margin-right: 30px; }

#carousel-activity-detail .magnifying-glass-icon, #carousel-gallery-boat-detail .magnifying-glass-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 1; }

.activity-detail {
  padding: 1rem; }
  .activity-detail .activity-title {
    font-size: 2rem;
    font-weight: 800;
    color: #14A2E3; }
  .activity-detail .activity-subtitle {
    font-size: 1.2rem;
    color: white; }
  .activity-detail #description_container * {
    color: white;
    font-size: .8rem; }

@media (min-width: 770px) and (max-width: 989px), (min-width: 481px) and (max-width: 769px), (max-width: 480px) {
  .activity-detail:last-child {
    padding: 2rem; } }

.activity-detail:last-child h4,
.activity-detail:last-child .section-title h2,
.activity-detail:last-child .title-section h2 {
  font-weight: 800;
  color: #14A2E3;
  font-size: 1.1rem;
  margin-bottom: 1rem; }

.activity-detail:last-child .section-title h2,
.activity-detail:last-child .title-section h2 {
  justify-content: start !important;
  align-items: center !important;
  margin: 0;
  padding: 0; }

.activity-detail:last-child .section-title button,
.activity-detail:last-child .title-section button {
  background-color: #14A2E3;
  margin-left: 15px;
  border-radius: 40px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  padding: 0; }
  .activity-detail:last-child .section-title button i,
  .activity-detail:last-child .title-section button i {
    color: white;
    font-size: .9rem; }

.activity-detail:last-child .collapse-partial {
  padding: 2rem 2rem 0 2rem; }

.activity-detail:last-child .collapse-partial:not(.show) {
  display: block;
  height: 10rem;
  overflow: hidden; }

.activity-detail:last-child #map {
  height: 440px;
  width: 100%;
  border-radius: 10px; }

.activity-detail:last-child .location-box {
  text-align: center;
  position: absolute;
  top: .5rem;
  right: .5rem; }

.activity-detail:last-child .location-text {
  background-color: #082336;
  width: 100%;
  font-size: .7rem;
  padding: .5rem;
  color: #FFFFFF; }

.activity-detail:last-child .location-text a:active {
  color: #FFFFFF; }

.activity-detail:last-child .location-text a:hover {
  color: #FFFFFF; }

/****************************************
  BOOKING ALONE
****************************************/
#booking_alone #loader {
  position: fixed;
  bottom: 0;
  height: 100% !important;
  background: #fff;
  left: 0;
  z-index: 49; }

#booking_alone #mobile-buttons-booking {
  display: none !important; }

#booking_alone #container-integrated-booking {
  height: unset !important; }

@media (max-width: 992px) {
  #booking_alone .second-col-mobile {
    margin-top: 50px; } }

@media only screen and (max-height: 800px) {
  #nav-elems-booking-integrated {
    height: 55px !important; } }

@media only screen and (max-width: 991px) {
  #container-integrated-booking,
  header.header-fixed ~ #cms-content #container-integrated-booking,
  header.header-fixed.header-agencies ~ #cms-content #container-integrated-booking {
    height: unset; }
  #height-sticky-booking.no-pointer-events {
    display: none; }
  #nav-elems-booking-integrated {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    left: 0;
    height: 85px;
    z-index: 51; }
  footer {
    margin-bottom: 2.95rem; }
  #mobile-buttons-booking {
    box-shadow: 0 13px 36px #b5b5b5; }
  #mobile-buttons-booking,
  #btn-booking-mobile,
  #btn-contact-mobile,
  .price-booking-mobile {
    font-size: calc(.8rem); }
  #btn-booking:hover,
  #btn-footer-booking-mobile:hover,
  #btn-booking-mobile:hover {
    color: #FFFFFF;
    background: #1ABC9C; }
  #btn-booking-mobile,
  #btn-contact-mobile {
    border-radius: 0;
    padding: .175rem .25rem; }
  #height-sticky-booking {
    position: fixed;
    top: 0;
    padding-top: 50px;
    width: 100%;
    bottom: 0;
    padding-bottom: 125px;
    overflow: scroll; }
  .no-pointer-events {
    pointer-events: none; } }

#nav-booking-integrated .nav-link {
  color: #14A2E3;
  font-size: calc(1.2rem - .4rem);
  padding: 0.4rem; }

#nav-booking-integrated .nav-link.active {
  color: #082336; }

#navbar-booking-mobile, #navbar-contact-mobile {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

#footer-booking-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  font-size: 1.2rem; }

.navbar-booking-arrow {
  height: 50px;
  width: 50px; }

.footer-booking {
  bottom: 0;
  position: absolute; }

#booking-section-highlights {
  max-height: 500px;
  transition: max-height 1s ease-in;
  overflow: hidden; }

.sticky-booking #booking-section-highlights {
  max-height: 0;
  transition: max-height 1s ease-out; }

.footer-booking #booking-section-highlights {
  display: none; }

.alert-showed {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  z-index: 5; }

/* CONTACT INTEGRATED */
.contact_activity [for="id_phone"] {
  display: block;
  position: absolute;
  font-size: 12px;
  top: 0;
  color: #999;
  left: 34px; }

.contact_activity input:not([type=submit]) {
  height: 2.5rem;
  padding-top: 15px;
  padding-left: 20px;
  color: #888;
  background-color: #f8f8f8; }

.contact_activity input:not([type=submit]) ~ label, .contact_activity textarea ~ label {
  position: absolute;
  display: block;
  color: #888;
  font-size: .8rem;
  left: 21px;
  top: 13px;
  transition: .5s ease-in-out; }

.contact_activity input[value]:not([value=""]) ~ label, .contact_activity input:not([type=submit]):focus ~ label,
.contact_activity textarea[value]:not([value=""]) ~ label, .contact_activity textarea:focus ~ label,
.contact_activity .django-flatpickr ~ label {
  display: block;
  position: absolute;
  font-size: .5rem;
  top: 9px;
  color: #888;
  left: 21px;
  z-index: 3; }

.contact_activity #id_lang {
  width: 100%;
  font-size: 16px;
  height: 65px;
  padding: 0;
  padding-top: 15px;
  padding-left: 20px;
  border: none;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: .25rem;
  background-color: #f8f8f8; }

.contact_activity label[for=id_lang] {
  display: block;
  position: absolute;
  color: #888;
  left: 20px;
  font-size: 12px;
  top: 9px;
  z-index: 3;
  background-color: #f8f8f8; }

.contact_activity textarea {
  border: none;
  outline: none;
  min-height: 100px;
  height: 200px;
  max-height: 375px;
  background-color: #f8f8f8; }

#contact_activity .checkbox input[type=checkbox] {
  min-height: 14px;
  min-width: 14px;
  height: 14px;
  width: 14px; }

.text-accept-terms {
  font-size: 14px;
  line-height: 26px;
  color: #222;
  flex-basis: 0;
  flex-grow: 1; }

.link-checkbox {
  font-weight: bold;
  color: #082336; }

.contact_activity textarea ~ label {
  left: 20px; }

.contact_activity textarea:focus {
  box-shadow: none;
  background-color: #f8f8f8; }

.contact_activity .outer {
  padding-top: 22px;
  padding-left: 9px;
  padding-right: 0;
  min-height: 100px;
  max-height: 400px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background-color: #f8f8f8; }

.contact_activity .outer:focus-within {
  background-color: #f8f8f8;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none; }

.contact_activity .btn-dropdown {
  box-shadow: none !important;
  font-size: .8rem;
  text-transform: uppercase; }

.text-label {
  font-size: .9rem;
  padding-left: 14px; }

.text-label a {
  color: #BBBBBB; }

#btn-footer-request-quotation {
  position: fixed;
  bottom: 68px;
  right: 0;
  height: 60px;
  font-size: 1.2rem; }

.button_subtext {
  font-size: calc(.8rem - 6px);
  text-transform: none; }

.col-5 .price-unity,
.col-5 .person-currency {
  display: none; }

.btn.focus, .btn:focus {
  outline: unset;
  box-shadow: unset; }

@media (max-width: 992px) {
  #btn-footer-request-quotation {
    bottom: 62px; } }

/* Booking integrated in activity */
#cms-content .btn-ask-info {
  color: white;
  background: #06191C;
  font-size: .8rem;
  padding: .375rem 1.2rem; }

#btn-request-quotation,
#btn-footer-request-quotation,
#btn-footer-request-quotation .btn,
#btn-contact-mobile {
  color: white;
  background: #FF9D00; }

#btn-booking,
#btn-footer-booking-mobile,
#btn-booking-mobile {
  color: white;
  background: #1ABC9C; }

#cms-content .btn-ask-info:hover {
  color: #06191C;
  background: #06191C1A; }

#btn-request-quotation:not(:disabled):hover,
#btn-footer-request-quotation:not(:disabled):hover,
#btn-contact-mobile:not(:disabled):hover {
  color: #FF9D00;
  background: #FF9D001A; }

#btn-booking:not(:disabled):hover,
#btn-footer-booking-mobile:not(:disabled):hover,
#btn-booking-mobile:not(:disabled):hover {
  color: #1ABC9C;
  background: #1ABC9C1A; }

#integrated-booking-process .btn-dropdown {
  box-shadow: none;
  font-size: calc(.8rem - 4px);
  text-transform: uppercase; }
