/* HEADER V6 */
.bookingEngine .headerV6 {
  padding: 25px 0 75px;
}

.col-xs-6.col-sm-3.col-md-2.text-right.menu {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .bookingEngine .headerV6 {
    padding: 25px 0 180px;
  }
  .col-xs-6.col-sm-3.col-md-2.text-right.menu {
    order: 3;
    margin-bottom: 0;
  }
}

.bookingEngine .headerV6 .menu * {
  vertical-align: bottom;
}

.bookingEngine .headerV6 .menu svg {
  height: 24px;
  width: 18px;
}

@media screen and (max-width:549px) {
  .bookingEngine .headerV6 .menu a:not(:last-child)::after {
    display: none;
  }  
  .bookingEngine .headerV6 .menu a {
    margin: 0 0 0 5px;
  }
}

.bookingEngine .headerV6 .menu a:not(:last-child):hover::after {
  color: var(--c-white);
}

.bookingEngine .headerV6 .menu .home span,
.bookingEngine .headerV6 .menu a.lastMinute span {
  text-transform: none;
  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 {
  margin-left: auto;
  margin-right: auto; 
}

.bookingEngine .headerV6 .logo img {
  max-height: 40px;
}

@media screen and (min-width: 550px) {
  .bookingEngine .headerV6 .logo img {
    max-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .bookingEngine .headerV6 .logo a {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: -25px;  
  }
  .bookingEngine .headerV6 .logo img {
    max-height: 40px;
  }
}

@media screen and (min-width: 992px) {
  .bookingEngine .headerV6 .logo a {
    top: -46px;  
  }  
}

.headerBackground {
  width: 100vw;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-image: url(/assets/abm/img/bg.jpg); 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (width >= 550px) {
  .headerBackground {
    height: 320px;
  }
}

@media (width >= 768px) {
  .headerBackground {
    height: 320px;
  }
}

@media (width >= 992px) {
  .headerBackground {
    height: 420px;
  }
}

.blur {
  background: rgba(91, 91, 91, 0.085);
  /* backdrop-filter: blur(10px); */
  height: 100%;
	width: 100%;  
}

.navbar.navbar-default.navbar-fixed-top.abm-navbar {
  border-color: transparent;
}