﻿body {
}

.adbanner {
    padding-top: 2%;
    padding-left: 2%;
    float: left;
    display: inline-block;
    flex-wrap: wrap;
    flex-direction: row;
}

.adtext {
    float: left;
    width: contain;
    max-width: fit-content;
    display: inline-block;
    padding: 8px 8px 8px 8px;
    text-align: center;
    font-weight: bold;
    color: #767676;
    flex-wrap: wrap;
    word-wrap: break-word;
    position: inherit;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .adtext {
        float: left;
        width: 100%;
        display: inline-block;
        padding: 8px 8px 8px 8px;
        text-align: center;
        font-weight: bold;
        color: #767676;
        flex-wrap: wrap;
        word-wrap: break-word;
        position: relative;
        overflow: auto;
    }
}

@media only screen and (max-width:536px) {
    .adtext {
        float: left;
        width: 100%;
        min-width: fit-content;
        display: inline-block;
        padding: 6px 6px 6px 6px;
        text-align: center;
        font-weight: bold;
        color: #767676;
        flex-wrap: wrap;
        word-wrap: break-word;
        position: relative;
        overflow: auto;
    }
}

.adtextforJSAds {
    float: left;
    width: min-content;
    min-width: fit-content;
    display: inline-block;
    padding: 8px 8px 8px 8px;
    text-align: center;
    font-weight: bold;
    color: #767676;
    flex-wrap: wrap;
    word-wrap: break-word;
    position: inherit;
}

@media only screen and (max-width:1024px) {
    .adtextforJSAds {
        float: left;
        width: 100%;
        min-width: max-content;
        display: inline-block;
        padding: 8px 8px 8px 8px;
        text-align: center;
        font-weight: bold;
        color: #767676;
        flex-wrap: wrap;
        word-wrap: break-word;
        position: relative;
        overflow: auto;
    }
}

@media only screen and (max-width:536px) {
    .adtextforJSAds {
        float: left;
        width: 100%;
        min-width: max-content;
        display: inline-block;
        padding: 6px 6px 6px 6px;
        text-align: center;
        font-weight: bold;
        color: #767676;
        flex-wrap: wrap;
        word-wrap: break-word;
        position: relative;
        overflow: auto;
    }
}

.restaurantImage {
    width: 234px;
    height: 60px;
    width: min-content;
    min-width: contain;
}

@media only screen and (max-width:640px) {
    .restaurantImage {
        width: 157px;
        height: 40px;
        min-width: contain;
    }
}

@media only screen and (max-width:540px) {
    .restaurantImage {
        width: 157px;
        height: 40px;
        min-width: contain;
    }
}


h1.big-srch-heading {
    float: left;
    width: 300px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: left;
    font: bold 49px sans-serif;
    color: #444;
    letter-spacing: -3px;
    flex-wrap: wrap;
}


.logo-box {
    float: left;
    position: relative;
    width: 89px;
    height: 52px;
    overflow: hidden;
    z-index: 999;
}

.footerad {
    float: left;
    padding: 2% 2% 3% 1%;
    margin-left: 5%;
    text-align: center;
    flex-wrap: wrap;
    overflow-wrap: break-word;
}

.statisticsAd {
    min-width: fit-content;
    float: left;
    padding-top: 2%;
    text-align: center;
    display: block;
    flex-wrap: wrap;
    flex-direction: inherit;
}
