@media (max-width: 1100px) {
  body .bus-box .city-bg {
    width: unset !important;
    height: 65%;
  }
  body .tennis-box .soccer-img,
  body .soccer-box .soccer-img,
  body .car-box .city-bg,
  body .van-box .city-bg,
  body .minibus-box .city-bg {
    width: unset !important;
    height: 85%;
  }
  body .train-box .train-1 .grass,
  body .train-box .train-2 .bridge {
    height: 85%;
    width: unset;
  }
  body .train-box .train-1 .tree {
    height: 150px;
  }
  body .top-nav {
    padding-right: 2%;
    padding-left: 2%;
  }
  body .top-nav .start-box {
    position: relative;
  }
  body .top-nav .start-box .input-box {
    margin: 0;
    padding-right: 0;
    overflow: hidden;
  }
  body .top-nav .start-box .input-box img {
    display: none;
  }
  body .top-nav .start-box button {
    display: none;
  }
  body .top-nav .start-box .go-btn {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    padding: 0;
    background: none;
    border: none;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  body .top-nav .start-box .go-btn img {
    height: 100%;
  }
}

@media (max-width: 1000px) {
  body .planes-box #earth_div {
    position: relative !important;
    width: 100%;
    height: 500px;
  }
  body .planes-box .content-box {
    width: 100%;
    float: unset;
  }
  body .planes-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 940px) {
  body .tennis-box .content-box,
  body .soccer-box .content-box,
  body .china-box .content-box,
  body .york-box .content-box,
  body .van-box .content-box,
  body .bus-box .content-box {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 775px) {
  body .contact-box {
    width: 90%;
  }
  body nav.top-nav {
    padding-right: 2%;
    padding-left: 2%;
  }
  body nav.top-nav .n-mob-hide {
    display: none;
  }
  body .nav-toggle {
    display: block;
  }
  body .tennis-box .content-box .seats-box,
  body .soccer-box .content-box .seats-box,
  body .china-box .content-box .seats-box,
  body .york-box .content-box .seats-box,
  body .van-box .content-box .seats-box,
  body .train-box .content-box .seats-box,
  body .minibus-box .content-box .seats-box,
  body .bus-box .content-box .seats-box,
  body .car-box .content-box .seats-box {
    background: rgba(255, 255, 255, 0.5);
  }
  body .tennis-box .content-box .count,
  body .soccer-box .content-box .count,
  body .china-box .content-box .count,
  body .york-box .content-box .count,
  body .van-box .content-box .count,
  body .train-box .content-box .count,
  body .minibus-box .content-box .count,
  body .bus-box .content-box .count,
  body .car-box .content-box .count {
    font-size: 40px;
  }
  body .tennis-box .content-box .full-of,
  body .tennis-box .content-box .your-v-box,
  body .soccer-box .content-box .full-of,
  body .soccer-box .content-box .your-v-box,
  body .china-box .content-box .full-of,
  body .china-box .content-box .your-v-box,
  body .york-box .content-box .full-of,
  body .york-box .content-box .your-v-box,
  body .van-box .content-box .full-of,
  body .van-box .content-box .your-v-box,
  body .train-box .content-box .full-of,
  body .train-box .content-box .your-v-box,
  body .minibus-box .content-box .full-of,
  body .minibus-box .content-box .your-v-box,
  body .bus-box .content-box .full-of,
  body .bus-box .content-box .your-v-box,
  body .car-box .content-box .full-of,
  body .car-box .content-box .your-v-box {
    font-size: 22px;
  }
  body .tennis-box .content-box .count img,
  body .soccer-box .content-box .count img,
  body .china-box .content-box .count img,
  body .york-box .content-box .count img,
  body .van-box .content-box .count img,
  body .train-box .content-box .count img,
  body .minibus-box .content-box .count img,
  body .bus-box .content-box .count img,
  body .car-box .content-box .count img {
    width: 50px;
  }
  body .tennis-box .soccer-img {
    left: -53%;
  }
}

@media (max-width: 625px) {
  body .home-box {
    padding: 25px 2%;
  }
  body .home-box .home-start-col {
    padding: 12px 3%;
    margin-bottom: 50px;
  }
  body .home-box .home-start-col .logo {
    height: unset;
    width: 70%;
  }
  body nav.top-nav .links-box li a img {
    height: 18px;
  }
  body nav.top-nav .links-box li {
    margin: 0 5px;
  }
  body nav.top-nav {
    padding-right: 1%;
    padding-left: 1%;
  }
  body .nav-toggle {
    height: 34px;
    margin: 0 5px;
  }
  body .nav-toggle img {
    height: 23px;
  }
}

@media (max-width: 400px) {
  body nav.top-nav .logo a p {
    font-size: 18px;
    margin: 0 10px;
  }
  body nav.top-nav .links-box li a {
    font-size: 15px;
    padding: 4px 5px;
  }
}
/*# sourceMappingURL=mobile.css.map */