<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: inherit;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 13px;
    line-height: 1.5;
    color: #40454a;
    font-family: Georgia, serif;
    background-color: #f3f4f4;
    margin: 0;
}

form {
    margin-bottom: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {

    padding-right: 15px;
    padding-left: 15px;
}

.post-content--front-page p {
    font-size: 18px;
    display: inline-block;
}

.p-sticky {
    position: sticky;
    top: 75px;
}

a {
    color: #51ab6d;
}

.no-gutters&gt;.col,
.no-gutters&gt;[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.post-wrap_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-wrap--right {
    text-align: right;
}

img.brand_img {
    margin: 0 15px;
    max-width: 175px;
}

.rating-stars {
    background-color: #f3f4f4;
}

button.functionality {
    display: block;
    margin: 10px auto;
    background: #51ab6d;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 3px 10px;
    border-radius: 5px;
}

button.filter {
    border: 1px solid;
    display: inline-block;
    margin-right: 8px;
    color: #51ab6d;
    background: #fff;
    transition: .5s all;
    outline: none;

}

.mob-only {
    display: none;

}

button.filter.active,
button.filter:hover {
    color: #fff;
    background: #51ab6d;
}

#map_canvas {
    width: 100%;
    height: calc(100vh - 62px);
    opacity: 0;
    transition: .2s;
}

ul.autocomplate {
    background: cadetblue;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    background: #fff;
    color: #636363;
    width: 100%;
    z-index: 99;
}

ul.autocomplate li {
    cursor: pointer;
    padding: 5px 14px;
}

ul.autocomplate li:hover {
    background: #f8f8f8;
}

.alert {
    position: relative;
    padding: 0 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: red;
}

#search_mobile {
    z-index: 400 !important;
}

.pac-container {
    z-index: 999999999999999999;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.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);
}

.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;
}

.post-wrap {
    margin-bottom: 10px;
}

/*	.post-wrap.active {
box-shadow: 0 2px 5px 1px rgba(0,0,0,.5);
}*/
.ads {
    max-width: 100%;
}

@-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);
    }
}

p.date_time {
    display: flex;
    width: 100%;
    font-size: 18px;
    margin: 0;
}

/*p.date_time a{
color: #000;
}
p.date_time a span{
color: #51ab6d;
}*/
.comment-content .comment-inner,
.comment-content--nested .comment-inner,
.comment-content--nestedx2 .comment-inner {
    padding: 5px 10px;
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 3px;
    margin-bottom: 10px;
}

p.date_time~p {
    margin: 0;
}

p.date_time a {
    color: #2f343b;
    font-weight: 700;
}

p.date_time a span {
    color: #51ab6d;
    font-weight: normal;
}


.menuOrder {
    margin-bottom: 10px;
}

div#infowindow {
    font-size: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

div#infowindow img {
    margin: 0;
}

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;
}

.markerAndTitle h2 {
    margin: 0;
}

@media (min-width:767.98px) {
    div#infowindow img {
        display: none;
    }
}

@media (max-width:767.98px) {
    .markerAndTitle {
        display: block;
    }

    .svgWrap {
        float: left;
    }

    img.brand_img {
        width: 100px;
    }

    .mob-only {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    #map_canvas {
        height: 100vh;
    }

    .mapMobWrap {
        position: fixed;
        -webkit-transform: translateZ(0);
        transform: translate3d(0, 0, 0);
        width: 100%;
        height: 100%;
        z-index: 9999 !important;
        transition: .2s;
    }

    .viewMap {
        background: #82ca97;
        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: 1em;
        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 {
        left: 0;
        top: 0;
        border-radius: 0;
        width: 100%;
        height: 50px;
        display: flex;
        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;
    }
}

/*@supports ((position:sticky) or (position:-webkit-sticky)){
.viewMap, .mapMobWrap{
position: -webkit-sticky;
position: sticky;
}
}
*/
@media (max-width:395px) {
    .comment-content {
        margin-top: 45px;
    }

    .menuOrder {
        position: absolute;
    }
}</pre></body></html>