.logo_top_left {
  font-size: 20px;
  font-weight: bold;
  color: #05164d;
  text-align: left;
  width: 100%;
  max-width: var(--max-content-width);
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  z-index: 1000;
  background-color: white;
}

.hline {
  width: 100%;
  border-top: 1px solid #eee;
  padding-bottom: 10px;
}

.logo_text {
  font-size: 32px;
  font-weight: bold;
  color: #05164d;
}

.top_menu {
  font-size: 12px;
  font-weight: bold;
  color: #05164d;
}

#login_but {
  border: 2px solid #05164d;
  border-radius: 2px;
  padding: 8px;
  font-weight: bold;
  font-size: 12px;
}

.search_box {
  gap: unset;
  padding: 18px;
  background-color: #fff;
}

.search_box > *:not(:last-child) {
  border-right: 1px solid #ddd;
}


.search_input_row {
  gap: unset;
}

.search_input_row > *:not(:last-child) {
  border-right: 1px solid #ddd;
}

.search_input_mid {
  width: 200px;
}

.search_input_tl {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #0086a3;
  font-size: 10px;
}

.search_input_ac {
  font-size: 14px;
  margin-top: 0;
}

.search_input_start {
  color: #000;
  font-weight: bold;
}
.search_box.animate {
  margin-top: -35px;
}
.main_menu {
  background-color: transparent;
}
.logo_text.animate{
  color: #FFF;
  text-shadow: 0 3px 15px #000;
}

@media screen and (max-width: 480px) {
  .results_grid {
    width: 100%;
  }

  .results_grid_title_airline img {
    display: inline;
    margin-left: -20px;
  }

  .l_res {
    padding-right: 2px;
  }

  .r_res {
    padding-left: 2px;
  }

  .m_res {
    padding-left: 2px;
    padding-right: 2px;
  }

  .central_bg {
    height: 600px;
    top: calc(50% - 300px);
  }

  .central_bg.animate {
    height: 300px;
  }

  .central_content {
    width: 100%;
    min-width: 0px;
  }

  .search_input_wide {
    width: 96%;
  }

  .search_input_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    width: 96%;
  }

  .search_input_mid,
  .search_input_narrow{
    width: auto; 
  }

  .results {
    margin-top: 320px;
  }

  .sel_details_directions {
    flex-direction: column;
  }

  .sel_details_direction {
    width: 100%;
  }

  .sel_details_direction_title {
    margin: 10px 0 10px 15px;
    text-align: center;
  }

  .sel_details_leg_row {
    margin: 10px 0 10px 20px
  }

  .sel_details_overlay {
    margin: 10px 0 10px 20px
  }

  .sel_details_leg_grid {
    grid-template-columns: 30px 15px auto !important;
  }

  .reserve_but_row {
    grid-template-columns: 50% 50%;
    grid-template-areas: unset;
  }

  .reserve_but_row_widths_single.reserve_but_row {
    grid-template-columns: 100%;
  }

  .reserve_box_title_row {
    grid-template-columns: 50% 50%;
  }

  .reserve_but_direction {
    padding: 4px 0px;
    justify-content: space-around;
  }

  .reserve_but_direction_icons {
    flex-direction: column;
  }

  .reservation_buy_button {
    margin: 6px 0px 10px 0px;
  }

  .search_input_start {
    width: 96%;
  }

  .reserve_but_text {
    row-gap: 0px;
    align-self: center;
    flex-wrap: wrap;
  }

  #login_but {
    border: 2px solid #05164d;
    border-radius: 2px;
    padding: 8px;
    font-weight: bold;
    margin-right: 2px;
  }
  .logo_text {
    padding: 0px 20px 0px 20px;
    font-size: 28px;
    text-align: center;
  }
  .logo_text.animate {
    font-size: 18px;
  }
  #results{
    margin-top: 0px;
  }
  .search_box.animate {
    margin-top: 10px;
    background-color: white;
  }
  .background.animate {
    height: 320px;
    background-position-y: -70px;
  }
}