@font-face {
  font-family: Gotham Narrow Bold;
  src: url(../fonts/GothamNarrow-Bold.woff); }

@font-face {
  font-family: Gotham Narrow Thin;
  src: url(../fonts/GothamNarrow-Thin.woff); }

@font-face {
  font-family: Gotham Narrow Extra Light;
  src: url(../fonts/GothamNarrow-XLight.woff); }

@font-face {
  font-family: Gotham Narrow Light;
  src: url(../fonts/GothamNarrow-Light.woff); }

@font-face {
  font-family: Gotham Narrow Book;
  src: url(../fonts/GothamNarrow-Book.woff); }

@font-face {
  font-family: Gotham Narrow Medium;
  src: url(../fonts/GothamNarrow-Medium.woff); }

@font-face {
  font-family: Gotham Narrow Black;
  src: url(../fonts/GothamNarrow-Black.woff); }

@font-face {
  font-family: Gotham Narrow Ultra;
  src: url(../fonts/GothamNarrow-Ultra.woff); }

body {
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
  font-family: 'Gotham Narrow Light'; }

h1 {
  color: white;
  font-family: 'Gotham Narrow Bold';
  margin-top: 60px;
  font-size: 38px; }

h2 {
  color: white;
  font-family: 'Gotham Narrow Light';
  margin-top: 10px;
  font-size: 20px; }

h5 {
  font-size: 15px;
  font-family: 'Gotham Narrow Medium';
  margin-bottom: 5px; }

a {
  text-decoration: none;
  color: white; }

p {
  color: white;
  text-align: center;
  font-size: 15px; }

span {
  font-size: 11.5px; }

.container {
  width: 80%;
  margin: 0 auto; }

#phoneOverlay {
  position: absolute;
  z-index: 99999;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0; }
  #phoneOverlay img {
    width: 100%; }

.phoneTop {
  position: relative;
  top: -499px;
  width: 375px; }

.phoneBottom {
  position: relative;
  bottom: -263px;
  width: 375px; }

.phoneLeft {
  position: absolute;
  top: -370px;
  left: -29px;
  width: 30px; }

.phoneRight {
  position: absolute;
  top: -370px;
  right: -29px;
  width: 30px; }

#splash {
  background-color: #001025;
  text-align: center;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 99.7%;
  height: 103%;
  left: 0.6px; }

.logo {
  width: 192px;
  margin: 0 auto;
  margin-top: 190px; }

.overlay {
  position: absolute;
  top: -198px;
  right: -216px;
  width: 120%;
  z-index: -1; }

#prototype {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 376px;
  height: 823px;
  z-index: -1; }

.infoMenuMove {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-380px);
  transform: translateY(-380px); }

.infoMenu {
  position: absolute;
  background: #001025;
  height: 180px;
  width: 100%;
  bottom: -5px;
  left: 0;
  z-index: 50; }

.infoMenuTop {
  margin-top: 15px;
  padding: 15px 30px;
  border-top: 1px solid white;
  height: 80px; }

.infoMenuLow {
  padding: 20px;
  height: 80px;
  border-top: 1px solid white; }

.findTransport {
  float: left;
  color: white;
  font-family: 'Gotham Narrow Medium';
  font-size: 21px;
  margin-top: 12px;
  cursor: pointer; }

.busArrow {
  height: 50px;
  float: right;
  cursor: pointer; }
  .busArrow img {
    height: 100%; }

.backMap {
  float: left;
  color: white;
  font-family: 'Gotham Narrow Medium';
  font-size: 17px;
  margin: 10px 0px 0px 30px;
  cursor: pointer; }

.mapArrow {
  height: 40px;
  clear: both;
  float: left;
  cursor: pointer; }
  .mapArrow img {
    height: 100%; }

.infoMenuOpen {
  position: absolute;
  background: #001025;
  height: 500px;
  width: 99.7%;
  bottom: -225px;
  left: 0.6px;
  z-index: 49;
  text-align: center;
  border-radius: 10px 10px 0px 0px; }

.infoMenuBody {
  margin-top: 28px; }

.pullTab {
  position: absolute;
  top: -7px;
  margin: 0 auto;
  width: 210px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer; }
  .pullTab img {
    width: 100%; }

nav {
  position: fixed;
  height: 95px;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 999;
  background: #001025;
  margin: auto;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.75); }

#trendingFilter img {
  height: 30px; }

.flex {
  height: 100%;
  padding: 0 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menuOpen {
  z-index: 99;
  position: relative;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  background: #001025;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 99.7%;
  left: 0.6px; }

.menuOptions {
  margin-top: 97px;
  margin-left: 30px; }

.menuLinks {
  margin: 20px;
  color: white;
  font-size: 28px;
  line-height: 2.1em;
  cursor: pointer; }

.menuRail {
  position: absolute;
  width: 94px;
  left: 163px;
  top: -2px; }

.hamburger {
  padding: 0; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: white; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
  width: 35px; }

:focus {
  outline: none; }

.panels {
  position: absolute;
  z-index: 998;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 10px;
  width: 600px; }

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 135px !important;
  margin: 0 2px;
  height: 185px;
  background: #001025;
  border-radius: 10px 10px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.65); }
  .swiper-slide img {
    width: 75px; }

.hide {
  display: none; }

.venueStatus {
  float: left;
  width: 13px;
  padding: 2px;
  margin-right: 5px; }

.venueName {
  font-size: 23px;
  text-align: left;
  color: #fff;
  float: left;
  width: 225px;
  font-family: 'Gotham Narrow Medium';
  margin-bottom: 5px; }

.venueAddress {
  font-size: 16px;
  color: #fff;
  text-align: left;
  clear: both;
  margin-bottom: 5px; }

.venueDistance {
  font-size: 12px;
  color: #fff;
  text-align: left;
  clear: both;
  margin-bottom: 30px; }

.venueRating {
  font-size: 12px;
  color: #000;
  text-align: left;
  width: 50px;
  padding: 5px;
  background: #FFD400;
  border-radius: 15px;
  clear: both;
  float: right;
  text-align: center;
  font-family: 'Gotham Narrow Bold'; }

.venueImage img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px; }

.venueDescription {
  font-size: 10px;
  color: #fff;
  text-align: left;
  clear: both;
  font-family: 'Gotham Narrow light';
  margin-bottom: 20px;
  line-height: 1.5em; }

.venueWebsite {
  display: inline;
  float: left;
  width: 70px;
  padding: 5px;
  background: #fff;
  border-radius: 15px;
  margin-right: 20px;
  font-family: 'Gotham Narrow Bold'; }

.venueWebsite a {
  color: #001025; }

.venueDirections {
  display: inline;
  float: right;
  width: 29px; }

.busMenu {
  position: absolute;
  background: #001025;
  height: 80px;
  width: 100%;
  bottom: -5px;
  left: 0;
  z-index: 50; }

.busMenuLow {
  padding: 20px;
  height: 80px;
  margin-top: 7px;
  border-top: 1px solid white; }

.busMapArrow {
  height: 40px;
  clear: both;
  float: left;
  cursor: pointer;
  margin-left: 25px; }
  .busMapArrow img {
    height: 100%; }

.busMenuOpen {
  position: absolute;
  background: #001025;
  height: 500px;
  width: 99.7%;
  bottom: -335px;
  left: 0.6px;
  z-index: 49;
  text-align: center;
  border-radius: 10px 10px 0px 0px; }

.busMenuBody {
  margin-top: 28px; }

.busPullTab {
  position: absolute;
  top: -7px;
  margin: 0 auto;
  width: 210px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer; }
  .busPullTab img {
    width: 100%; }

.busInfoHeading {
  height: 61px;
  margin-bottom: 10px; }

.busInfoTitle {
  float: left;
  color: white;
  font-family: 'Gotham Narrow Medium';
  font-size: 24px;
  margin: 15px 0px 0px 30px;
  cursor: pointer; }

.busInfoIcon {
  height: 50px;
  clear: both;
  float: left;
  cursor: pointer;
  margin-left: 12px; }
  .busInfoIcon img {
    height: 100%; }

.busMenuMove {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-180px);
  transform: translateY(-180px); }

.transportPanels {
  position: absolute;
  top: 500px;
  z-index: 3;
  color: white;
  margin-left: 15px;
  font-size: 14px;
  font-family: 'Gotham Narrow Medium'; }

.busStopInfo {
  background: #001025;
  width: 150px;
  height: 45px;
  margin-bottom: 7.5px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4); }

.busStopIcon {
  height: 30px;
  margin: 5px 15px 0 15px;
  float: left;
  padding: 3px; }
  .busStopIcon img {
    height: 100%; }

.busStopId {
  padding-top: 14px; }

.busEtaInfo {
  background: #FFD400;
  width: 150px;
  height: 45px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4); }

.busEtaIcon {
  height: 30px;
  margin: 5px 18px 0 18px;
  float: left; }
  .busEtaIcon img {
    height: 100%; }

.busEta {
  padding-top: 14px;
  color: #001025; }

.busMenuInfo {
  color: white;
  text-align: left; }
  .busMenuInfo p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px; }

#busVenueTitle {
  font-size: 20px;
  margin-bottom: 13px;
  font-family: 'Gotham Narrow Medium'; }

.busMenuLeft {
  float: left;
  width: 65%; }

.busMenuRight {
  float: left; }

@media only screen and (max-width: 500px) {
  #phoneOverlay {
    display: none; }
  #prototype {
    width: 100%;
    height: 100%; }
  .panels {
    width: 100%; }
  nav {
    width: 100%; }
  #map {
    width: 100%;
    height: 100%; } }
