html,
body {
    height: 100%;
}

input, label {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    outline:none !important;
    box-shadow:none !important;
}

input:focus, label:focus {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    outline:none !important;
    box-shadow:none !important;

}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    z-index: 999;

    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}

#header #logo {
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 80px;
    font-size: 20px;
}

/****************************************************************/

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF; /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

#header .filters-open {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #525252;
}

#menu {
    background-color: #1D1F20;
    background-image: linear-gradient(145deg, #1D1F20, #404348);
    color: #ffffff;
    padding: 15px;
    display: none;
    padding-bottom: 150px;
}

.menu-section-title {
    color: #85888d;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 10px 0;
}


.menu-header {
    border-bottom: 1px solid #2a2d2f;
    padding: 4px 0;
    background-size: 32px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.menu-header-title {
    background: url("https://tourismportal.net//assets/img/logo@2x.png");
    height: 28px;
    width: 223px;
    background-size: auto;
    background-size: cover;
    position: relative;
    display: block;
    margin: 6px auto 6px auto;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.legend {
    list-style: none;
    margin-left: 0;
    padding-left: 5px;
    margin-top: 4px;
}

.legend li {

}

.legend li .legend-color {
    display: inline-block;
    height: 15px;
    width: 25px;
    line-height: 15px;
    position: relative;
    top: 2px;
}

.legend li .legend-text {
    display: inline-block;
    height: 15px;
    line-height: 15px;
}

.widget-user {

}

.widget-user .widget-heading {
    text-align: center;
    font-size: 13px;
}

.widget-user .widget-subheading {
    text-align: center;
    font-size: 11px;
}

.widget-user .round-wrapper {
    border-radius: 100px;
    width: 60px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #ffffff;
    margin-bottom: 4px;
    margin-top: 4px;
}

.widget-user .round-wrapper #header-avatar-image {
    width: 100%;
}

.widget-user .links-wrapper {
    text-align: center;
}

.widget-user .links-wrapper a {
    display: block;
}

.leaflet-popup-content .main-preview {
    width: 100%;
    margin-bottom: 10px;
}

.awesome-marker {
    cursor: pointer;
}

.leaflet-popup-content p {
    font-size: 11px !important;
    text-align: left !important;
    line-height: 12px !important;
}

.icons-list {
    list-style: none;
    font-size: 11px;
    padding-left: 5px;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 6px;
}

.icons-list li {
    margin-bottom: 2px;

}

.icons-list li span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    line-height: 22px;
    text-align: center;
}