#map_simple {width:100%;}
.sticky-ads{
    position: sticky;
    top: 10px;
}
ul.autocomplate {
    background: cadetblue;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    background: #fff;
    color: #636363;
    width: 100%;
    z-index: 99;
    list-style: none;
    padding: 0;
}
ul.autocomplate li{
    cursor: pointer;
    padding: 5px 14px;
    text-transform: capitalize;

}
ul.autocomplate li:hover {
    background: #f8f8f8;
}
div#infowindow {
    font-size: 1rem;
    width: 100%;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
div#infowindow img{
    width: 100%;
    max-height: 200px;
}
.mob-only {
    display: none;
}
#map_canvas {
    width: 100%;
    height: calc(100vh - 62px);
    opacity: 0;
    transition: .2s;
}
.alert {
    position: relative;
    padding: 0 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: red;
}
.form-group {
    margin: 0;
}
.form-control input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 2.125rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
    right: 1px;
    bottom: 0px;
    padding-right: 15px;
    width: 20px;
    box-sizing: content-box;
    z-index: 9;
    color: #999;
}
.custom-search-input-2 {
    display: flex;
    background-color: initial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}
.custom-search-input-2 input[type=submit] {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    border: 0;
    padding: 0 25px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #004dda;
    margin-right: -1px;
    font-size: 16px;
}
a.logo {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
a.logo img {
    filter: invert(100%);
}
button.functionality {
    display: block;
    margin: 10px auto;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 5px;
    border-color: #ccc;
    border: 1px solid;
}
button.filter {
    border: 1px solid;
    display: inline-block;
    margin-right: 8px;
    color: #333;
    background: #fff;
    transition: .5s all;
    outline: none;
    border-color: #ccc;
}

button.filter.active, button.filter:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.wrap_bread_info {
    padding: 5px 10px;
    background-color: #fefefe;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.nice-select.form-control {
    margin-bottom: 10px;
    width: 99%;
}
.loader {
    color: #86c59a;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.form-group{
    height: 50px;
}
.loader:before,
.loader:after {
    position: absolute;
    content: '';
}
.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #f3f4f4;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 5.1em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #f3f4f4;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 4.9em;
    -webkit-transform-origin: 0.1em 5.1em;
    transform-origin: 0.1em 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.custom-search-input-2 .col-sm-5, .custom-search-input-2 .col-sm-2 {
    padding: 0;
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .nice-select.form-control {
        width: 100%;
    }
    .custom-search-input-2 {
        display: block;
    }
    .custom-search-input-2 .col-sm-5, .custom-search-input-2 .col-sm-2 {
        margin-bottom: 10px;
    }
}
.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 2.125rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
    right: 1px;
    bottom: 0px;
    padding-right: 15px;
    width: 20px;
    box-sizing: content-box;
    z-index: 9;
    color: #999;
}
#getNearMe{
    cursor: pointer;
}
.bread_info{
    overflow: hidden;
}
form#form1 {
    width: 100%;
}
.wrap_bread_info.active {
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.5);
}
.comment-content .comment-inner, .comment-content--nested .comment-inner, .comment-content--nestedx2 .comment-inner {
    padding: 5px 10px;
    background-color: #fefefe;
    /*    border: 1px solid #d4d4d4;*/
    border-radius: 5px;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.content-article h2{
    margin-top: 0;
    font-size: 2.15em;
}
p.date_time {
    display: flex;
    font-size: 16px;
    margin: 0;
}
p.date_time a{
    color: #000;
}
p.date_time a span{
    color: #337ab7;
}
img.brand_img {
    width: 91px;
    float: left;
    margin-right: 15px;
}
.container {
    max-width: 1038px;
    margin: 0 auto;
}
.head_bg_blu {
    background-color: #323946;
}
div#mb_del h5 {
    font-size: 16px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.rating-stars {
    width: 100px;
    height: 18.4px;
    display: inline-block;
    background-image: url(/images/stars/star-bg.png);
    background-size: cover;
    float: left;
}
.rating-stars span {
    width: 100px;
    height: 18.4px;
    display: inline-block;
    overflow: hidden;
    background: url(/images/stars/star-score.png) no-repeat;
    background-size: cover;
}
.rating-span {
    display: inline-block;
    line-height: 22px;
    float: left;
    padding-left: 6px;
}

.nice-select .list {
    width: 100%;
}
div#infowindow .name {
    font-size: 1.2rem;
    font-weight: bold;
}
.markerAndTitle {
    display: flex;
    align-items: center;
}
.svgWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.svgWrap span {
    position: absolute;
    font-weight: bold;
    top: 0px;
    color: #ea4335;
}
.restaurant-card{
    min-height: 237.8px;
}
@media (min-width:767.98px) {
    div#infowindow img {
        display: none;
    }
}
@media (max-width: 767.98px){
    .markerAndTitle{
        display: block;
    }
    .svgWrap{
        float: left;
    }
    .mapMobWrap {
        position: fixed;
        -webkit-transform: translateZ(0);
        transform: translate3d(0, 0, 0);
        width: 100%;
        height: 100%;
        z-index: 9999 !important;
        transition: .2s;
    }
    #map_canvas {
        height: 100vh;
    }
    .viewMap {
        background: #313845;
        color: #fff;
        position: fixed;
        transform: translate3d(0, 0, 0);
        left: 10px;
        bottom: 10px;
        top: auto;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .9em;
        text-align: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateZ(0);
        -webkit-transition-property: width height background-color font-size left top bottom transform -webkit-transform color;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: width height background-color font-size left top transform -webkit-transform color;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }
    .viewMap.active {
        z-index: 99999 !important;
        -webkit-transition-property: width height background-color font-size left top bottom transform -webkit-transform color;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: width height background-color font-size left top transform -webkit-transformv color;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }
}
@media (max-width: 991px){
    .custom-search-input-2 i {
        padding-right: 12px;
    }

    .custom-search-input-2 input[type='submit']{
        margin-top: 0;
    }

    header.header_in{
        min-height: 107.45px;
    }
}

.adsbygoogle{
    min-height: 280px;
}
.header_in{
    min-height: 67.45px;
}

@media (max-width: 898px){
    .header_in{
        min-height: 242.2px;
    }
}