/* BUS ROUTES */
body {
  background: #FFF !important;
}

.bus-routes {
  padding: 35px 0;
}

.bus-routes h1 {
  display: block;
  padding-bottom: 24px;
  font-weight: 700; text-align: center; font-size: 22px;
}
.bus-routes .pages {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .bus-routes {
    padding: 75px 0;
  }

  .bus-routes h1 {
    padding-bottom: 35px;
    font-size: 28px;
  }
}
/* /BUS ROUTES */

/* VIEW ROUTE */
.view-route {
  padding-bottom: 10px;
}

.stations-view .view-routes {
  padding: 15px 20px 10px; margin: 0px 0 50px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-left: 4px solid #14BF9D;
  border-right: 4px solid #14BF9D;
  border-radius: 5px;
}
.stations-view h2 {
  margin: 5px 0 15px; padding-bottom: 20px;
  display: block;
  text-align: center; font-weight: 700; font-size: 18px;
  border-bottom: 1px solid #F2F2F2;
}
.stations-view h6 {
  display: block;
  padding-left: 15px; padding-bottom: 14px; padding-top: 8px;
  border-left: 3px solid #F2F2F2;
  font-weight: 700; font-size: 16px;
}
.stations-view .rs-stop {
  padding: 0 0 12px 15px;
  font-size: 12px; color: #666;
  border-left: 3px solid #F2F2F2;
}
.stations-view .rs-stop .rs-spot {
  position: absolute; top: 3px; left: -22px;
  width: 12px; height: 12px;
  background: #FFF;
  border: 2px solid #F2F2F2;
  border-radius: 100px;
}
.stations-view .rs-stop .rs-name {
  font-weight: 700; font-size: 14px; color: #333;
}

.stations-view h2 span {
  color: red;
}

.stations-view .map-container {
  padding-bottom: 5px;
}

.stations-view .route-info-left {
  float: left; width: 100%;
}
.stations-view .route-info-right {
  float: left; width: 100%;
  margin-top: 15px;
  background-color: #F2F2F2;
}

.stations-view #map {
  width: 100%; height: 220px;
}
.stations-view #map-messages {
  padding: 10px 10px;
  font-size: 13px; font-weight: 700; text-align: center;
}

.stations-view .route-info-right .dozoom {
  position: absolute !important; top: 10px !important; right: 10px !important; z-index: 1000 !important;
}

@media screen and (min-width: 640px) {
  .stations-view .route-info-left {
    width: 40%;
  }
  .stations-view .route-info-right {
    width: 58%;
    margin-left: 2%; margin-top: 0;
  }

  .stations-view #map {
    height: 700px;
  }
}
@media screen and (min-width: 768px) {
  .stations-view h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .stations-view .route-info-left {
    width: 29%;
  }
  .stations-view .route-info-right {
    width: 69%;
  }
}
/* /VIEW ROUTE */

/* BROWSING ITEMS */
.route .r-item {
  padding: 15px 20px 10px; margin-bottom: 15px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-left: 4px solid #14BF9D;
  border-right: 4px solid #14BF9D;
  border-radius: 5px;
}

.route .r-item .name {
  float: left; width: 100%;
  padding-bottom: 10px;
  font-size: 16px; font-weight: 700;
  border-bottom: 1px solid #F2F2F2;
}
.route .r-item .operating {
  float: left; width: 100%;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #F2F2F2;
}
.route .r-item .city {
  float: left; width: 100%;
  padding: 5px 0 5px 25px; margin-top: 15px;
  font-size: 14px;
}
.route .r-item .city {
  border-left: 2px solid #DDD;
}
.route .r-item .search {
  float: right; width: 100%;
  margin-top: 15px;
  border-top: 1px solid #F2F2F2;
}

.route .r-item .name .logo {
  float: left; width: 75px;
  margin-right: 10px; margin-top: 4px;
}
.route .r-item .name a {
  color: #333;
}
.route .r-item .name a:hover {
  border-bottom-color: #333;
}
.route .r-item .name .other {
  margin-top: 6px;  
  font-size: 12px;
}
.route .r-item .name .other i {
  color: #14BF9D; font-size: 14px;
}

.route .r-item .operating .days {
  margin-top: 5px;
  font-size: 12px; line-height: 20px;
}

.route .r-item .city .time {
  margin-top: 4px;
  font-size: 12px;
}

.route .r-item .city-to .more {
  position: absolute; top: 8px; left: -38px;
  display: block;
  width: 24px; height: 24px;
  margin: 0; padding-left: 3px;
  text-align: center; line-height: 24px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 100px;
}
.route .r-item .search a {
  display: block;
  max-width: 200px;
  padding: 8px 10px; margin: 15px auto 0;
  text-align: center; color: #333; font-size: 15px;
  border: 1px solid #DDD;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.route .r-item .search a:hover {
  background-color: #F2F2F2;
}

.route .no-data {
  padding: 50px 0;
  text-align: center; font-size: 13px;
}

@media screen and (min-width: 480px) {
  .route .r-item .city {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .route .r-item .name {
    float: left;
    width: 60%;
    padding: 0; padding-right: 12px;
    border-bottom: 0;
  }
  .route .r-item .operating {
    width: 40%;
    border-bottom: 0;
  }
  .route .r-item .city {
    width: 35%;
    margin-top: 6px;
  }
  .route .r-item .search {
    width: 30%;
    margin-top: 6px;
    border-top: 0;
  }

  .route .r-item .search a {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .route .r-item .name {
    width: 30%;
  }
  .route .r-item .operating {
    width: 18%;
    padding-right: 10px;
  }
  .route .r-item .city {
    width: 18%;
  }
  .route .r-item .search {
    width: 15%;
  }
  .route .r-item .search a {
    margin: 6px auto 0;
  }
}
/* /BROWSING ITEMS */

/* MAP CHANGES */
.zoomin {
  position: fixed !important; top: 50px; left: 0px; z-index: 10000000 !important;
  width: 100% !important; height: 100% !important;
}

.close-zoom, .stations-view .route-info-right .dozoom {
  position: fixed; top: 60px; right: 10px; z-index: 10000001;
  width: 30px; height: 30px;
  text-align: center; line-height: 28px; color: #333; font-size: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.close-zoom i, .stations-view .route-info-right .dozoom i {
  margin: 0;
}
.close-zoom:hover, .stations-view .route-info-right .dozoom:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 255, 255, 1);
}
/* /MAP CHANGES */