/* HEADER V6 */
.bookingEngine .headerV6 {
  padding: 20px 0 60px;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 {
    padding: 30px 0 135px;
  }
}

.bookingEngine .headerV6 .menu * {
  vertical-align: middle;
}

.bookingEngine .headerV6 .menu svg {
  height: 20px;
  width: 20px;
}

@media screen and (max-width:549px) {
  .bookingEngine .headerV6 .menu a:not(:last-child)::after {
    display: none;
  }  
  .bookingEngine .headerV6 .menu a {
    display: block;
  }
}

.bookingEngine .headerV6 .menu a:not(:last-child):hover::after {
  color: var(--c-secondary-dark);
}

.bookingEngine .headerV6 .menu .home span,
.bookingEngine .headerV6 .menu a.lastMinute span {
  text-transform: uppercase;
  display: none;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 .menu .home span {
    display: initial;
  } 
}

@media screen and (min-width: 750px) {
  .bookingEngine .headerV6 .menu a.lastMinute span {
    display: initial;
  } 
}

/* LOGO */
.bookingEngine .headerV6 .logo a {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -56px;  
}

.bookingEngine .headerV6 .logo img {
  max-height: 110px;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 .logo a {
    top: -42px;  
  }
  .bookingEngine .headerV6 .logo img {
    max-height: 125px;
  }
}

@media screen and (min-width: 768px) {
  .bookingEngine .headerV6 .logo img {
    height: 160px;
    max-height: 160px;
  }
}