body {
    height: auto !important;
}

.mobile-navs {
    display: none;
}

.btn-back {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.btn-back:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

/* .main {
    margin-top: -20px !important;
} */

.results-content {
    padding: 10px;
}

.search_body .results-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.search_body .results-content h5 {
    font-family: "museo-sans-100";
    color: #909095;
    text-transform: uppercase;
    font-size: .8em;
    margin: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.search_body .results-content a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: .8em;
    color: #37373a;
    transition: color 300ms ease;
}

.search_body .results-content a:hover,
.search_body .results-content a:active {
    color: #DA404B;
}

.column {
    font-size: .9em !important;
}

.card-search-lg {
    display: none;
}

.swicing-style {
    position: fixed;
    z-index: 9999;
    right: 0;
    background-color: #fff;
    padding-right: 10px;
    overflow: hidden;
    width: 0px;
    height: 0px;

}

.layer-container-active {
    width: 180px;
    padding: 5px;
    height: auto;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* .search_body {
    display: none;
} */

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .mobile-navs {
        display: block;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .mobile-navs {
        display: block;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .main {
        margin-top: 3rem !important;
    }

    .swicing-style {
        top: 150px;
    }

    .bt {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 0;

        display: inline-block;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
    }

    .bt:focus,
    .bt:active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .bt:hover,
    .bt:focus {
        color: #333;
        text-decoration: none;
    }

    .bt:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .search_header {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .search-dropdown {
        font-family: sans-serif;
        padding: 3px;
        font-size: .8em;
        border-radius: 3px;
        margin-bottom: 2px;
    }

    .search-dropdown:hover {
        background: #e6e8ea;
    }

    .mobile-navs {
        display: block;
    }

    .global-nav_tool__search {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .global-nav_tool_panel {
        height: 100%;
        width: 100%;
    }

    .search_header {
        height: 3rem;
        overflow: hidden;
        border-bottom: 1px solid #eaeaeb;
        background: white;
        position: absolute;
        z-index: 16;
        top: 0;
        left: 0;
        right: 0;
    }

    .search_header .items {
        display: table;
        width: 100%;
        position: relative;
        height: 3rem;
    }

    .search_header .items .bt {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    .search_header .items .bt {
        overflow: hidden;
        display: block;
        width: 2rem;
        height: 2rem;
    }

    .search_header .items .bt.btn-back {
        margin-left: 5px;
    }

    .search_header .items .bt.btn-search {
        margin-right: 5px;
    }



    .search_header .items .bt .text {
        overflow: hidden;
        line-height: 300px;
    }

    .search_header .items .bt .icon img {
        height: 2rem;
        width: 2rem;
    }

    .search_header .items .back {
        padding: 0.5rem;
        position: absolute;
        top: 0;
        left: -0.5rem;
    }

    .search_header .items .clear {
        position: absolute;
        top: 0;
        right: 2.5rem;
        padding: 0.5rem;
    }

    .search_header .items .clear .bt {
        padding: 0;
        width: 3rem;
    }

    .search_header .items .clear .bt:focus {
        outline: 0 none;
    }

    .search_header .items .go {
        padding: 0.5rem;
        position: absolute;
        top: 0;
        right: -0.5rem;
    }

    .search_header .items .input {
        color: #4c4c50;
        text-align: center;
        text-transform: uppercase;
        padding-top: 0.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .search_header .items .input input {
        margin: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        line-height: 1rem;
        height: 2rem;
        background-color: #f2f2f6;
        border: 0 none;
        box-shadow: none;
        border-radius: 0.25rem;
        font-size: .8em;
        color: #37373a;
        font-family: "museo-sans-300";
    }

    .search_header .items .input input::-webkit-input-placeholder {
        font-family: "museo-sans-100";
        color: #909095;
        line-height: 1rem;
        padding-top: 2px;
    }

    .search_header .items .input input::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

    .search_header .items .input input.has-content {
        padding-right: 3rem;
    }

    .search_body {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: scroll;
        padding-top: 5rem;
        padding-bottom: 1rem;
        background: #f2f2f6;
        display: none;
    }

    .row {
        max-width: 512px;
    }

    /* ************** */
    .wrap {
        max-width: 640px;
        margin: 0 auto;
    }

    ul.menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .overlay {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.85);
        opacity: 0;
        transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
        z-index: 99999;
    }

    .overlay .social {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 8px 24px 16px;
        box-sizing: border-box;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22), 0px 14px 56px rgba(0, 0, 0, 0.25);
        transform: translate(0, 100%);
        transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
    }

    .overlay .social ul {
        text-align: justify;
        -moz-columns: 74px 3;
        columns: 74px 3;
        vertical-align: bottom;
    }

    .overlay .social ul li {
        width: 74px;
        display: inline-block;
    }

    .overlay .social ul a {
        display: block;
        margin: 8px 0;
        color: gray;
        text-decoration: none;
        text-align: center;
    }

    .overlay .social ul a span {
        display: inline-block;
        width: 100%;
    }

    .overlay .social .facebook span {
        color: #3b5998;
    }

    .overlay .social .twitter span {
        color: #00aced;
    }

    .overlay .social .linkedin span {
        color: #007bb5;
    }

    .overlay .social .reddit span {
        display: block;
        width: 48px;
        height: 48px;
        margin: 0 auto;
        border-radius: 2px;
        background-color: #cee3f8;
        color: #fff;
        text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000;
    }

    .overlay .social .reddit span::after {
        content: "";
        display: block;
        height: 4px;
        width: 4px;
        background-color: red;
        border-radius: 50%;
        position: relative;
        top: -24px;
        left: 16px;
        box-shadow: 12px 0 red;
    }

    .overlay .social .whatsapp span {
        color: #4dc247;
    }

    .overlay .btn-close {
        color: #666;
        transform: scale(0, 0);
        transition: all 450ms ease-in-out 0;
    }

    .overlay:target {
        /* display: block; */
        /* position: fixed; */
        /* top: 0; */
        opacity: 1;
    }

    .overlay:target .social {
        transform: translate(0, 0);
        z-index: 9;
    }

    .overlay:target .btn-close {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        outline: 0 none;
        transform: scale(1, 1);
    }

    @media screen and (min-width: 640px) {
        .overlay {
            padding: 0 24px;
        }

        .overlay .social {
            width: calc(100% - 48px);
        }

        .overlay .social ul {
            -moz-column-gap: 64px;
            column-gap: 64px;
        }
    }

    .mdi::before {
        font-size: 24px;
        line-height: 48px;
    }

    .social .mdi::before {
        font-size: 48px;
    }

    .sr-only {
        /* a generic way to visually hide content while remaining accessible to screen readers (h5bp.com) */
        clip: rect(0 0 0 0);
        overflow: hidden;
        position: absolute;
        height: 1px;
        width: 1px;
    }

    /* .main {
        margin-top: 3rem
    } */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 769px) {
    .card-search-lg {
        display: block;
    }

    .swicing-style {
        top: 100px;
    }

    .search-dropdown {
        font-family: sans-serif;
        padding: 3px;
        font-size: .8em;
        border-radius: 3px;
        margin-bottom: 2px;
        cursor: pointer;
    }

    .search-dropdown:hover {
        background: #e6e8ea;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}


#map {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* background-color: pink; */
}


.card_popup {
    width: 150px;
    min-height: 100px;
}

.hr-z {
    margin-top: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid gray;
}

.card_popup-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .7em;
}