/*=- /Content/Layouts/Smooth/stylesheets/section-flight-search-background.less -=*/

@media print, screen and (max-width: 37.4375em) {
  
}
@media print, screen and (max-width: 56.1875em) {
  .flightSearchBackground .slide-text,
  .flightSearchBackground .slide-title,
  .flightSearchBackground .unslider-arrow {
    display: none;
  }
}
@media print, screen and (min-width: 37.5em) {
  
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  
}
@media print, screen and (min-width: 56.25em) {
  .flightSearchBackground .slide-text {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 3.75em;
  }
  .flightSearchBackground .slide-text .container {
    color: white;
    padding: 20px 40px;
    background-color: rgba(84, 78, 63, 0.8);
  }
  .flightSearchBackground .slide-text .container.gold {
    background-color: rgba(76, 55, 10, 0.8);
  }
  .flightSearchBackground .slide-text .container.midaqua {
    background-color: rgba(0, 90, 101, 0.8);
  }
  .flightSearchBackground .slide-text .container.ruby {
    background-color: rgba(150, 0, 77, 0.8);
  }
  .flightSearchBackground .slide-text h2 {
    margin: 0 0 0.25em;
    font-size: 2.5em;
    color: white;
    text-transform: none;
  }
  .flightSearchBackground .slide-text h3 {
    font-size: 1.375em;
    font-weight: 300;
  }
  .flightSearchBackground .slide-title {
    width: 100%;
    position: absolute;
    top: 3.5em;
  }
  .flightSearchBackground .slide-title p {
    padding: 0 8px;
    font-size: 14px;
    color: #9db7b4;
    font-weight: 300;
    font-style: italic;
  }
  .flightSearchBackground .slide-title .light p {
    color: #1c2b39;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 64em) {
  
}
