/* SEARCH */
.search {
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  background-image: url('../images/ilustrim-bus-femra.jpg');
}

.search h2 {
  display: block;
  margin-bottom: 45px;
  color: #FFF; text-align: center; font-weight: 700; font-size: 22px;
}

.search .s-item {
  float: left; width: 100%;
  margin-bottom: 20px;
  color: #FFF; font-size: 16px; font-weight: 700; text-align: center;
}
.search .s-item input[type='text'], .search .s-item select {
  display: block;
  width: 100%; height: 40px;
  margin: auto; margin-top: 15px; padding: 0 15px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 100px;
}

.search .s-item .s-date select {
  float: left;
  width: 33.3333333%;
  border-radius: 0;
}
.search .s-item .s-date select:first-of-type {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.search .s-item .s-date select:last-of-type {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.search .s-people {
  width: 95%; max-width: 600px;
  margin: 0 auto; margin-bottom: 20px; padding: 25px 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.search .s-people .sp-item {
  float: left;
  width: 33.333333%;
  color: #FFF; font-size: 14px; font-weight: 700; text-align: center;
}
.search .s-people .sp-item select {
  display: block;
  width: 80%; height: 32px;
  margin: auto; margin-top: 10px;
  text-align: center; font-weight: 700;
  border: 1px solid #FFF;
  border-radius: 100px;
}

.search input[type='button'] {
  display: block;
  width: 200px; height: 40px;
  margin: auto;
  color: #FFF; font-size: 18px; text-transform: uppercase;
  background-color: #14BF9D;
  border: 1px solid #14BF9D;
  border-radius: 100px;
  cursor: pointer; cursor: hand;
  transition: all 0.3s ease;
}
.search input[type='button']:hover, .search input[type='button']:focus {
  color: #14BF9D;
  background-color: #FFF;
}

.search .errors {
  margin: auto; margin-bottom: 30px;
  max-width: 400px;
}

.ui-datepicker {
  margin-left: 2% !important;
}

@media screen and (min-width: 480px) {
  .search .s-item {
    width: 50%;
  }
  .search .s-item input[type='text'], .search .s-item select {
    width: 95%;
  }
}
@media screen and (min-width: 640px) {
  .search .s-item {
    width: 33.3333333%;
    margin-bottom: 0;
  }
  .search .s-people {
    margin: 40px auto;
  }

  .ui-datepicker {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .ui-datepicker {
    margin-left: 2% !important;
  }
}
@media screen and (min-width: 1024px) {
  .search {
    padding: 100px 0 150px 0;
  }
  .search h2 {
    font-size: 30px;
  }
  
  .search .s-item input[type='text'], .search .s-item select {
    width: 75%;
  }
}
/* /SEARCH */

/* ROUTES */
.routes {
  padding: 40px 0;
}

.routes .route-header {
  display: none;
  padding: 4px; margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 6px;
}
.routes .route-header .item {
  float: left;
  text-align: center; font-weight: 700;
}
.routes .route-header .item span {
  display: block;
  width: 21px; height: 21px;
  margin: 0 auto 4px;
  background-image: url('../images/sprite-book.png');
}
.routes .route-header .item:nth-of-type(1) span {
  background-position: 0 0;
}
.routes .route-header .item:nth-of-type(1) span {
  background-position: 0 0;
}
.routes .route-header .item:nth-of-type(2) span {
  background-position: -21px 0;
}
.routes .route-header .item:nth-of-type(3) span {
  background-position: -42px 0;
}
.routes .route-header .item:nth-of-type(4) span {
  background-position: -63px 0;
}
.routes .route-header .item:nth-of-type(5) span {
  background-position: -84px 0;
}

.routes .route-item {
  padding: 14px; margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 6px;
}

.routes .offer {
  position: absolute; top: 65px; left: -36px; z-index: 10;
}

.routes .route-logo {
  position: absolute;
}
.routes .route-logo img {
  width: 50px;
}

.routes .route-inner {
  padding-left: 70px;
}

.routes .route-inner .top {
  margin-bottom: 2px; padding-bottom: 12px;
  border-bottom: 2px dashed #CECECE;
}

.routes .route-inner .top .from, .routes .route-inner .top .to {
  float: left; width: 100%;
  text-align: center;
}
.routes .route-inner .top .travel {
  float: left; width: 100%;
  padding: 8px 0 4px; margin: 10px 0;
  text-align: center; font-weight: 700; font-size: 20px;
  background-color: #F2F2F2;
  border-radius: 10px;
}

.routes .route-inner .prices {
  float: left; width: 100%;
  margin-top: 15px;
}

.routes .route-inner .top .from .title, .routes .route-inner .top .to .title {
  font-size: 18px; font-weight: 700;
}
.routes .route-inner .top .from .title span, .routes .route-inner .top .to .title span {
  display: inline-block;
  margin-left: 10px;
}

.routes .route-inner .top .from .station, .routes .route-inner .top .to .station {
  padding-top: 3px;
  font-weight: 700; color: #666;
}

.routes .route-inner .top .travel i {
  display: block;
  font-size: 30px; line-height: 18px;
}

.routes .route-inner .prices a {
  display: block;
  width: 100%; max-width: 200px;
  padding: 3px 10px; margin: 0 auto 8px;
  text-align: center; font-size: 14px; color: #FFF;
  background-color: #14BF9D;
  border: 1px solid #14BF9D;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.routes .route-inner .prices a:last-of-type {
  margin-bottom: 0;
}
.routes .route-inner .prices a:hover {
  color: #14BF9D;
  background-color: #FFFFFF;
  border-color: #14BF9D;
}

.routes .route-inner .bottom .left {
  float: left; width: 100%;
  font-weight: 700; font-size: 13px;
}
.routes .route-inner .bottom .right {
  float: left; width: 100%;
  text-align: center;
}

.routes .route-inner .bottom .left .subitem {
  margin: 8px 0;
  text-align: center;
}
.routes .route-inner .bottom .left strong {
  color: #14BF9D;
}
.routes .route-inner .bottom .left a {
  color: #333;
}
.routes .route-inner .bottom .left a:hover {
  border-bottom-color: #333;
}

.routes h1 {
  display: block; float: left; width: 100%;
  font-weight: 700; color: #333; font-size: 22px; text-align: center;
}

.nothing-found {
  padding: 40px 0 50px;
  font-size: 13px; text-align: center;
}

@media screen and (min-width: 540px) {
  .routes .route-header {
    display: block;
  }

  .routes .route-header .item:nth-of-type(1) {
    width: 80px;
  }
  .routes .route-header .item:nth-of-type(2), .routes .route-header .item:nth-of-type(4) {
    width: calc(42% - 40px);
  }
  .routes .route-header .item:nth-of-type(3) {
    width: 14%;
  }
  .routes .route-header .item:nth-of-type(5) {
    display: none;
  }

  .routes .route-inner .top {
    margin-bottom: 12px;
  }
  
  .routes .route-inner .top .from, .routes .route-inner .top .to {
    width: 42%;
    text-align: left;
  }
  .routes .route-inner .top .travel {
    width: 16%;
    padding: 0; margin: 0;
    background-color: #FFF;
  }
  
  .routes .route-inner .prices a {
    margin-left: 0; margin-right: 0;
  }

  .routes .route-inner .bottom .left .subitem {
    text-align: left;
  }
  .routes .route-inner .bottom .left .subitem:first-of-type {
    margin-left: 0;
  }
  .routes .route-inner .bottom .right {
    margin-top: 5px;
    text-align: left;
  }
}
@media screen and (min-width: 640px) {
  .routes .route-inner .prices a {
    display: inline-block;
    margin-left: 0; margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .routes h1 {
    width: auto;
    text-align: center;
  }

  .routes .route-inner .bottom .left {
    width: auto;
  }
  .routes .route-inner .bottom .right {
    float: right; width: auto;
    margin-top: 0;
  }

  .routes .route-inner .bottom .left .subitem {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .routes .route-header .item:nth-of-type(1) {
    width: 180px;
  }
  .routes .route-header .item:nth-of-type(2), .routes .route-header .item:nth-of-type(4) {
    width: calc(34% - 95px);
  }
  .routes .route-header .item:nth-of-type(3) {
    width: 13%;
  }
  .routes .route-header .item:nth-of-type(5) {
    display: block;
    width: 19%;
  }

  .routes .route-inner .top .from, .routes .route-inner .top .to {
    width: 30%;
  }

  .routes .route-inner {
    padding-left: 170px;
    min-height: 150px;
  }
  
  .routes .route-logo img {
    width: 150px;
  }

  .routes .route-inner .top .travel {
    width: 16%;
    font-size: 22px;
  }
  
  .routes .route-inner .prices {
    width: 24%;
    margin-top: 0;
  }
  
  .routes .route-inner .top .from .title, .routes .route-inner .top .to .title {
    padding-top: 4px;
    font-size: 22px;
  }

  .routes .route-inner .top .from .station, .routes .route-inner .top .to .station {
    padding-left: 26px;
  }
  
  .routes .route-inner .top .travel i {
    margin: 8px 0 5px;
    font-size: 40px; line-height: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .routes .route-header .item:nth-of-type(2), .routes .route-header .item:nth-of-type(4) {
    width: calc(35% - 94px);
  }
  .routes .route-header .item:nth-of-type(5) {
    width: 17%;
  }

  .routes .route-inner .top .from, .routes .route-inner .top .to {
    width: 32%;
  }

  .routes .route-inner .prices {
    width: 20%;
  }
}
/* /ROUTES */

/* POLICIES */
@media screen and (min-width: 850px) {
  .policies-info {
    width: 800px !important;
    margin-left: -400px !important;
  }
}
/* /POLICIES */

/* FIND HOTEL */
.book-stay {
  margin-bottom: 10px; padding: 15px 17px;
  background: #003580;
  border-radius: 5px;
}

.book-stay .bs-left {
  float: left; width: 100%;
}
.book-stay .bs-left h3 {
  display: block;
  margin: 0 0 5px;
  color: #FFF; font-size: 14px; font-weight: 700;
}
.book-stay .bs-left img {
  display: block;
  width: 110px; height: 18px;
  margin-top: 6px;
}

.book-stay .find {
  float: left; display: block;
  padding: 7px 15px; margin-top: 10px;
  color: #333; font-size: 13px;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.book-stay .find:hover {
  background: #F2F2F2;
  border-bottom: 1px solid #FFF;
}
.book-stay .find i {
  margin: 0 0 0 5px;
}

@media screen and (min-width: 480px) {
  .book-stay {
    padding: 8px 8px 8px 16px;
  }

  .book-stay .bs-left {
    width: auto;
  }

  .book-stay .find {
    float: right;
    margin-top: 3px;
  }
}
/* /FIND HOTEL */

/* SIMILAR DATES */
#similar-dates {
  margin: 20px 0 10px;
}
/* /SIMILAR DATES */