* {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html, html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem
}

html body {
    overflow: hidden;
    line-height: 1;
    font-family: Open Sans, sans-serif;
    -ms-overflow-style: none
}

::-webkit-scrollbar {
    width: 0 !important
}

a img {
    outline: 0;
    border: 0
}

#map_canvas {
    width: 100%;
    height: 100%
}

#custom-popup {
    display: inline-block;
    top: 0;
    right: 0;
    z-index: 1
}

#custom-popup ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#custom-popup ul li {
    position: relative;
    display: block;
    vertical-align: top
}

.map-controls {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 3;
    text-align: center
}

.map-controls a {
    display: inline-block;
    margin: 0 -2px;
    width: 4pc;
    height: 4pc;
    padding: 0;
    text-decoration: none;
    line-height: 1;
    color: #fff
}

.map-controls .map-styles {
    display: inline-block;
    margin: 0 30px
}

.map-controls #center-btn, .map-controls #hybridmap-btn, .map-controls #roadmap-btn, .map-controls #satellitemap-btn, .map-controls #zoomin-btn, .map-controls #zoomout-btn {
    width: 4pc;
    height: 4pc;
    overflow: hidden;
    text-indent: -9999px
}

.map-controls #roadmap-btn {
    background: #fff url(../images/icons/icon-road.svg) no-repeat center center;
    background-size: 60% auto
}

.map-controls #roadmap-btn.active {
    background-color: #ccc
}

.map-controls #hybridmap-btn {
    background: #fff url(../images/icons/icon-hybrid.svg) no-repeat center center;
    background-size: 60% auto
}

.map-controls #hybridmap-btn.active {
    background-color: #ccc
}

.map-controls #satellitemap-btn {
    background: #fff url(../images/icons/icon-satellite.svg) no-repeat center center;
    background-size: 60% auto
}

.map-controls #satellitemap-btn.active {
    background-color: #ccc
}

.map-controls #zoomin-btn {
    background: #fff url(../images/icons/icon-plus.svg) no-repeat center center;
    background-size: 60% auto
}

.map-controls #zoomout-btn {
    background: #fff url(../images/icons/icon-minus.svg) no-repeat center center;
    background-size: 60% auto
}

.map-controls #center-btn {
    background: #fff url(../images/icons/icon-center_map.svg) no-repeat center center;
    background-size: 60% auto
}

.parent-info-window .gm-style-iw {
    position: relative;
    width: 280px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    padding: 18px
}

.parent-info-window .gm-style-iw > div {
    max-width: initial !important;
    max-height: initial !important;
    width: 100%
}

.parent-info-window .gm-style-iw .info_window h3 {
    margin: 0;
    font-size: 20px;
    color: #545759
}

.parent-info-window .gm-style-iw .info_window p {
    margin: 0;
    padding-top: 18px;
    padding-right: 40px;
    font-size: 9pt;
    font-weight: 400;
    margin-right: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #545759;
    line-height: 1.5
}

.parent-info-window .gm-style-iw .info_window p strong {
    color: #545759
}

.parent-info-window .gm-style-iw .info_window p a {
    color: #545759;
    text-decoration: none
}

.parent-info-window .gm-style-iw .info_window img {
    width: 100%
}

.parent-info-window {
    width: 280px !important
}

.infoWindowCloseBtn {
    background: url(http://cdn.touchtour.engrain.io/map/v2/info-window-close.png) no-repeat center center !important;
    background-size: 100% 100% !important
}

.custom-zoom-levels a {
    display: block;
    min-width: 92px;
    width: auto;
    height: auto;
    background: #fff;
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 8px;
    text-transform: uppercase
}

#shelf {
    top: 0;
    right: 0;
    height: 4pc;
    width: 4pc;
    background: #fff;
    z-index: 5
}

#draggable {
    z-index: 5
}

#draggable, #reset-draggable {
    position: absolute;
    top: 8px;
    right: 8px
}

#reset-draggable {
    z-index: 4
}

#custom-popup ul li #direction-mode {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 5;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    width: 4pc;
    height: 0;
    overflow: hidden
}

#custom-popup ul li #direction-mode a {
    display: block;
    width: 4pc;
    height: 4pc;
    background: #fff;
    overflow: hidden;
    text-indent: -9999px
}

#custom-popup ul li #direction-mode a.driving {
    background: #fff url(../images/icons/icon-driving_directions2.svg) no-repeat center center;
    background-size: 50% 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#custom-popup ul li #direction-mode a.walking {
    background: #fff url(../images/icons/icon-walking_directions2.svg) no-repeat center center;
    background-size: 50% 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#custom-popup ul li #direction-mode a.bicycling {
    background: #fff url(../images/icons/icon-bike_directions2.svg) no-repeat center center;
    background-size: 50% 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#custom-popup ul li #direction-mode a.transit {
    background: #fff url(../images/icons/icon-transit_directions2.svg) no-repeat center center;
    background-size: 50% 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#custom-popup ul li #direction-mode a.active {
    background-color: #ccc;
    border: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.overlay {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.custom-btn {
    cursor: pointer;
    height: 66px;
    width: 66px;
    background: rgba(0, 0, 0, .8);
    margin: 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat
}

.custom-btn img {
    height: 100%;
    width: auto
}

#cd-bike {
    background-image: url(../images/icons/icon-bike.png);
    background-size: 100% 100%
}

#cd-center, #cd-hybrid, #cd-roadMap, #cd-satellite, #cd-zoom-in, #cd-zoom-out {
    width: 4pc;
    height: 45px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 520px;
    visibility: hidden
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 5;
	pointer-events:none;
}

.sidebar-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    padding: 0 25px 25px;
	pointer-events: auto
}

.listTitle {
    font-weight: 700
}

#location-categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%
}

#location-categories li {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    transition: all .5s
}

#location-categories li a {
    display: block;
    padding: 9pt 25px;
    margin: 9pt;
    background: #fff;
    color: #545759;
    font-size: 18px;
    text-decoration: none;
    text-align: center
}

#location-categories li.selected a {
    background: #545759;
    color: #fff
}

#location-categories .list-container {
    position: relative;
    transition: 1.5s all
}

#location-categories .list-container .neighborhood-list-wrap {
    background: transparent;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: -9pt
}

#location-categories .list-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    counter-reset: a
}

#location-categories .list-container ul li {
    position: relative;
    margin-bottom: 0
}

#location-categories .list-container ul li:before {
    position: absolute;
    top: 7px;
    left: 18px;
    width: 18px;
    height: 18px;
    counter-increment: a;
    content: counter(a);
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #555759;
    background: transparent
}

#location-categories .list-container ul li a {
    padding: 10px 10px 20px 30px;
    background-color: hsla(0, 0%, 100%, .9);
    margin-bottom: -9pt;
    display: block;
    text-decoration: none;
    color: #545759;
    font-size: 13px;
    height: auto;
    text-align: left
}

.active-category {
    right: 0 !important
}

#popup {
    display: none;
    position: absolute;
    width: 60%;
    height: 80%;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#popup .popup-content {
    overflow-y: scroll;
    overflow-x: hidden
}

#popup h1 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 400
}

#popup h1, #popup p {
    margin: 0;
    color: #6b6c7f
}

#popup p {
    margin-top: 10px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 1.5
}

#popup img {
    width: 100%
}

#popup .close {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 52px;
    height: 52px;
    background: #127ea2 url(../images/icons/icon-close.svg) no-repeat center center;
    background-size: 50% 50%
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    outline: 0;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-size: 100% 100%;
    z-index: 1
}

.slick-prev {
    left: 0;
    background: url(../images/icons/icon-previous.svg) no-repeat center center
}

.slick-next {
    right: 0;
    background: url(../images/icons/icon-next.svg) no-repeat center center
}

/*# sourceMappingURL=master.css.map */
