@charset "UTF-8";
#app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    width: 100%;
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}

.download-banner {
    position: fixed;
    z-index: 99999;
    color: blue;
    top: 60px;
    left: 10px;
}

.current-location-btn {
    height: 100px;
    position: fixed;
    bottom: -44px;
    right: 0;
}

.neighborhood-btn {
    width: 75px;
    position: fixed;
    bottom: 10px;
    left: calc(50% - 37.5px);
}

.traffic {
    background-color: #fff;
    position: absolute;
    top: 60px;
    z-index: 99999;
    right: 10px;
    max-width: 170px;
}

.traffic-menu {
    font-size: 13px;
    list-style-type: none;
    padding: 5px;
}

.bold {
    font-weight: bold;
}

.gm-style:nth-child(3) {
    display: none !important;
}

.gmnoprint {
    display: none;
}

.header {
    background-color: #000;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 99999;
}

.logo {
    position: relative;
    top: 15px;
}

.bar-icon {
    float: left;
    left: 10px;
    position: relative;
    top: 12px;
    width: 25px;
    height: 25px;
}

.search-icon {
    float: right;
    right: 10px;
    position: relative;
    top: 12px;
    width: 23px;
    height: 23px;
}

.menu {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    left: 0;
    top: 50px;
    text-align: center;
    z-index: 999999999;
}

.menu-inner {
    height: 370px;
    position: relative;
    top: calc(50% - 195px);
    margin-top: -20px;
}

.menu-link {
    color: #000;
    text-decoration: none;
}

.menu-sub-group {
    width: 90%;
    min-width: 290px;
    text-align: center;
}

.map-link {
    color: #427fed;
}

.menu-txt {
    height: 21px;
}

.menu-icon-nav {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.menu-icon-nav img {
    width: 30px;
}

.menu-list {
    margin: 20px 0;
}

.menu-download {
    margin-top: 40px;
}
