@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');

#eat_map {
    max-width: none !important;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
#eat_map a { text-decoration:none !important; }
#eat_map img { vertical-align: middle !important; }

#eat_map h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
#eat_map p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#eat_map .container {
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
    color:#000;
}

#eat_map #em_header {
    min-height: 50%;
    /* background: url("../img/bg.png"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#eat_map #em_header h1 {
    color: #792a16;
    font-size: 2.5rem;
}
#eat_map #em_header h4 {
    font-size: 1.5rem;
}
#eat_map #em_header .buttonrow {
    background: rgba(255,255,255,0.6);
    padding: 20px;
}
#eat_map #em_header .buttonrow .col-lg-6 span {
    background:#fff;
    display:inline-table;
    padding: 5px;
    width:170px;
    text-align:left;
    border-radius: 5px;
    margin: 8px 5px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.3);
}
#eat_map #em_header .buttonrow .col-lg-6 img {
    float: left;
    height: 25px;
    /*margin-right: 10px;*/
}
#eat_map #em_header .buttonrow .btn {
    padding: 5px 0px;
    background: #37b44a;
    border-color: #37b44a;
    color: #fff;
    cursor: pointer;
    font: inherit;
}
#eat_map #em_header .buttonrow .btn-primary:hover {
    background: #37b44a !important;
    border-color: #37b44a !important;
}
#eat_map #em_header .buttonrow .img-container {
    /*float:left;*/
    min-width: 50px;
    text-align: right;
}
#eat_map #em_header input.search {
    display: inline-block;
    width: 150px;
    background-color: #fff;
    color:#000;
    border-radius: 5px;
    padding: 6px;
    border: none;
    vertical-align: middle;
    margin-right:10px;
}
#eat_map #em_header input.search:focus {
    outline: none !important;
    border:none;
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
}
#eat_map #em_header button.search {
    color:#fff;
    padding: 5px 30px;
    background: #792a16;
    border:none;
    font-size: 12pt;
}
#eat_map #em_header .companies{
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255,255,255,0.3);
}
#eat_map #em_header .infoboard {
    color:#000 !important;
}
#eat_map #em_header .infoboard img {
    height: 28px;
    vertical-align: top;
}
#eat_map #map {
    width: 100%;
    height: 40%;
    min-height: 400px;
    margin-top: 20px;
}
#eat_map .bottom {
    background: rgb(216,235,242);
    padding:10px 40px;
}
#eat_map .bottom img{
    height: 23px;
    vertical-align: text-bottom;
}
#eat_map .bottom span{
    color: #fba921;
    font-size: 12px;
}

#eat_map a.disabled {
    background-color: grey !important;
    border-color: grey !important;
    padding: 5px !important;
}

#eat_map .col-lg-6 < .disabled {
    padding-right: 0 !important;
}
#eat_map .img_disable {
    opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(1);
}
#eat_map input.waring {
    border:1px solid red !important;
}
#eat_map i.waring::after{
    content: "i";
    display: inline-block;
    background: red;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-style: normal;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -40px;
    margin-right: 20px;
}
/* .loader {
  filter: blur(5px);
  -webkit-filter: blur(5px);
} */
#eat_map .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99998;
    color: #0F7EB9;
    background: rgba(255,255,255,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
#eat_map .loader h2 {
    /* margin: 0 auto; */
    text-align: center;
    color: #888;
}

@media screen and (max-height: 720px) {
    #eat_map #map_pop h5, #map_pop a, #map_pop p {
        margin:0 auto !important;
        font-size: 10px !important;
        padding: 0 !important;
        line-height: 1.6;
    }
    #eat_map #map_pop h5 {
        font-size: 12px !important;
        font-weight: bold;
    }
}

@media screen and (max-width: 600px) {
    #eat_map #em_header .companies{
        width: 100%;
        padding: 2px !important;
    }
    #eat_map .main {
        padding: 0 !important;
    }
    #eat_map #map {
        margin-top: 0;
    }
}
