@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.resList ul li .smInfo {
    min-width: 140px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, div {
    vertical-align: top;
}

* {
    outline: none;
}

li, ol {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

img {
    border: 0px;
}

textarea {
    resize: none;
}

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none;
    }

a, a:hover {
    text-decoration: none;
}

input, textarea, select, body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
/************************************* Reset End Styles ********************************/
.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
    clear: both;
}
/**************************************Grid End Styles*****************************/
/************************************* Common Styles ********************************/
.rightAlign {
    text-align: right;
}

.centerAligned {
    text-align: center;
}

.centeredBlock {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.fullWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.posRelative {
    position: relative;
}

.absolutePos {
    position: absolute;
}

.textDecorationNone {
    text-decoration: none;
}

.textDecorationUnderline {
    text-decoration: underline;
}

.fontWeightBold {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}

.clearRight {
    clear: right;
}

input, textarea, select, body, .smallTop a, .mainMenu a {
    color: #868686;
}

.showFade {
    transition: all linear 400ms;
    -moz-transition: all linear 400ms;
    -webkit-transition: all linear 400ms;
    -ms-transition: all linear 400ms;
}
/************************************* Common End Styles ********************************/
.safeArea {
    margin: 0 auto;
    max-width: 1110px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 5;
}

.yellowHeader {
    /*background-color: #f9cd14;
	padding: 8px 0;*/
}

    .yellowHeader .stores {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 38.5%;
        color: #000000;
        font-size: 14px;
    }

        .yellowHeader .stores .storesLabel {
            margin-right: 20px;
            display: inline-block;
            vertical-align: middle;
        }

        .yellowHeader .stores a {
            display: inline-block;
            vertical-align: middle;
        }

            .yellowHeader .stores a img {
                height: 100%;
                display: block;
                border-radius: 5px;
            }

.phoneLangBlock {
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    text-align: right;
}

.spHeader .phoneLangBlock {
    float: right;
}

.phoneNumber {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-right: 1%;
}

.languageSelector {
    text-align: right;
    color: #000;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

    .languageSelector a {
        font-size: 12px;
        background-color: #f9cd14;
        padding: 5px 8px;
        color: #000;
        display: inline-block;
    }

        .languageSelector a:hover, .languageSelector a.selected {
            background-color: #4d4d4d;
            color: white;
        }

.homeBanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 200px 0 100px 0;
}

    .homeBanner .logoHolder {
        display: none;
    }

    .homeBanner:after {
        background-color: rgba(0,0,0,0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .homeBanner .searchField input {
        width: 450px;
    }

.subpageBanner {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

    .subpageBanner:after {
        background-color: rgba(0,0,0,0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.bannerContent {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

    .bannerContent.searchContent.subpageSearch {
        margin-bottom: 0px;
    }

.popularActivites {
    position: relative;
    z-index: 3;
}

.logoHolder {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
}

    .logoHolder a {
        display: block;
    }

    .logoHolder img {
        display: block;
        width: 100%;
    }

.insidepage.logoHolder img {
    max-height: 45px;
    width: auto;
}
.insidepage.logoHolder{
    width: auto;
}
.bannerSlogan {
    color: #ffffff;
    font-size: 16px;
    display: none;
}

.locationSearch, .searchField, .searchAction {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.locationSearch {
    margin-right: 8px;
}

.resList ul li .itemInfo, .resList ul li .itemMoreInfo {
    width: 63%;
    float: left;
    box-sizing: border-box;
}

.locationSearch:after {
    content: "\f041";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 14px;
    height: 20px;
    margin-top: -10px;
    color: #000;
    font-size: 20px !important;
}

.searchField:after {
    content: "\f002";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 14px;
    height: 20px;
    margin-top: -10px;
    color: #808080;
    font-size: 20px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationSearch select {
    padding: 15px 35px 15px 50px;
    border: 0 none;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    color: #000000;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.searchField input {
    padding: 15px 30px 15px 50px;
    border: 0 none;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    color: #000000;
    width: 300px;
}

.searchField {
    margin-right: 5px;
}

.searchAction input, .searchAction button {
    padding: 15px 60px;
    border: 0 none;
    border-radius: 5px;
    background-color: #f9cd14;
    color: #222222;
    font-size: 18px;
    cursor: pointer;
}

    .searchAction input:hover, .searchAction button:hover {
        background-color: #222222;
        color: #f9cd14;
    }

.offerLogin {
    position: absolute;
    top: 4px;
    right: 7%;
}

.offersLink {
    color: #ffffff;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    margin-right: 0px;
}

    .offersLink > img {
        width: 126px;
        height: 46px;
    }

.subpageHolder .offerLogin {
    right: 2%;
}
    .subpageHolder .offerLogin.insidepage {
        right: 6%;
    }
.subpageHolder .subpageSearch .searchAction input {
    padding: 10px 40px;
}
/*.offersLink:after {
        content: "\f006";
        position: absolute;
        right: 5px;
        top: 50%;
        width: 25px;
        height: 25px;
        margin-top: -12.5px;
        color: #fff;
        font-size: 27px !important;
    }*/
/*.offersLink:hover:after {
        content: "\f005";
    }

    .offersLink:hover {
        text-decoration: underline;
    }*/
.loginLink {
    display:none !important;
    background-color: #fff;
    border-radius: 5px;
    color: #000000;
    font-size: 15px;
    display: inline-block;
    padding: 14px 55px 14px 20px;
    position: relative;
    vertical-align: top;
}

    .loginLink:after {
        content: "\f2c0";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 25px;
        height: 25px;
        margin-top: -12.5px;
        color: #000;
        font-size: 25px !important;
    }

    .loginLink:hover {
        background-color: #f9cd14;
    }

.popularActivites ul {
    display: inline-block;
    width: 100%;
}

    .popularActivites ul li {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        margin: 0 20px;
    }

        .popularActivites ul li:nth-child(8) {
            margin-right: 0;
        }

        .popularActivites ul li a {
            color: #ffffff;
            font-size: 14px;
            display: block;
            background-repeat: no-repeat;
        }

            .popularActivites ul li a:hover {
                color: #f9cd14;
            }

.hpBlock {
    padding: 30px 0;
    text-align: center;
}

.spBlock {
    padding: 20px 0;
    background-color: #f7f7f7;
}

    .spBlock h1 {
        text-align: center;
    }

.sponsored {
    background-color: #f7f7f7;
}

.bannerAd {
    margin-bottom: 20px;
}

    .bannerAd img {
        display: block;
        width: 100%;
    }

    .bannerAd a {
        display: block;
    }

.sponsored .flex-control-paging {
    display: none;
}

.spImg {
    border-radius: 5px;
    overflow: hidden;
    padding: 35px !important;
    background-color: #fff;
}

    .spImg.highlighted {
        padding: 0px !important;
    }

    .spImg a {
        display: block;
    }

    .spImg img {
        display: block;
        width: 100%;
    }

.spDetails {
    padding: 15px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    text-align: left;
}

    .spDetails h3 {
        margin-bottom: 20px;
    }

        .spDetails h3 a {
            font-size: 16px;
            color: #4d4d4d;
        }

.moreInfoBtn a {
    color: #222222;
    font-size: 18px;
    background-color: #f9cd14;
    padding: 15px 45px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

    .moreInfoBtn a:hover {
        background-color: #222222;
        color: #f9cd14;
    }

.sponsoredCarousel .slides li img {
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.spImg.highlighted img {
    height: 270px !important;
}

footer {
    background-color: #000000;
}

.sitemapHolder {
    padding: 20px 0;
    border-bottom: 1px solid #1a1a1a;
}

.cpHolder {
    padding: 20px 0;
}

.sitemap {
    width: 70%;
    float: left;
    margin-right: 5%;
}

    .sitemap ul li {
        width: 33%;
        float: left;
    }

    .sitemap ul, .smLinks ul {
        width: 100%;
        display: inline-block;
    }

        .sitemap ul li a {
            display: block;
            font-size: 16px;
            color: #808080;
            margin-bottom: 5px;
        }

.smLinks {
    margin-bottom: 20px;
}

.sitemap ul li a:hover {
    color: #fff;
}

.smAndStores {
    width: 25%;
    float: left;
}

.smLinks ul li {
    float: left;
}

.cpHolder a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
}

    .cpHolder a:hover {
        text-decoration: none;
    }

.cpHolder .cp {
    width: 50%;
    float: left;
    color: #ffffff;
    font-size: 12px;
}

.cpHolder .desDev {
    width: 50%;
    float: right;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
}

.smLinks li {
    margin-right: 10px;
}

    .smLinks li a {
        display: flex;
        width: 30px;
        height: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #808080;
        font-size: 15px;
        border: 1px solid #808080;
        border-radius: 50%;
    }

        .smLinks li a:hover {
            color: #f9cd14;
            border: 1px solid #f9cd14;
        }

.sitemap h3, .smLinks h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

.subpageSearch .logoHolder {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px;
}

.subpageSearch.bannerContent {
    padding: 20px 0;
    background-color: #333333;
}

.subpageSearch .searchContent {
    display: inline-block;
    vertical-align: middle;
}

.subpageSearch .bannerSlogan {
    display: none;
}

.subpageSearch .searchBarHolder {
    display: inline-block;
    vertical-align: middle;
}

.subpageSearch .offerLogin {
    float: right;
    position: static;
    margin-top: 10px;
}

.subpageSearch .searchField input {
    width: 280px;
}

    .subpageSearch .searchField input.insidepage{
        width: 340px;
    }

    .aboutus ul {
        display: inline-block;
        width: 100%;
    }

    .aboutus ul li {
        width: 32%;
        margin-right: 2%;
        float: left;
        padding: 30px 20px;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        margin-bottom: 25px;
        border-radius: 5px;
        text-align: left;
        color: #4d4d4d;
        font-size: 14px;
        background-color: #fff;
        min-height: 300px;
    }

        .aboutus ul li:nth-child(3n) {
            margin-right: 0;
        }

.aboutus h3 {
    color: #f9cd14;
    font-size: 20px;
    margin-bottom: 15px;
}

.smallSafeArea {
    max-width: 900px;
    margin: 0 auto;
}

.formBlock {
    width: 65%;
    margin-right: 5%;
    float: left;
    text-align: left;
}

.addressBlock {
    width: 30%;
    float: left;
    text-align: left;
}

    .addressBlock .whitebg {
        border-radius: 5px;
    }

.required {
    float: right;
}

.inputHolder, .textareaHolder, .selectHolder {
    position: relative;
}

.error {
    color: red;
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 10px;
    font-style: italic;
    display: none;
}

.errorHere .error {
    display: block;
}

.inputHolder input, .selectHolder select, .textareaHolder textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 5px;
}

.textareaHolder textarea {
    height: 200px;
}

.inputHolder, .selectHolder, .textareaHolder {
    margin-bottom: 15px;
}

*::placeholder {
    color: #b2b2b2;
}

.errorHere .inputHolder input, .errorHere .textareaHolder textarea, .errorHere .selectHolder select {
    border: 1px solid red;
    color: red;
}

    .errorHere .inputHolder input::placeholder, .errorHere .textareaHolder textarea::placeholder {
        color: red;
    }

.selectHolder select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 10px auto;
}

.formHolder {
    margin-bottom: 15px;
}

.formBlock .actionBtn {
    text-align: right;
    display: block;
    width: 100%;
}

.formHolder .inputHolder, .formHolder .textareaHolder {
    background-color: #fff;
}

.borderedBox {
    padding: 20px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

    /*div.pageBody div.borderedBox {
    display: none;
}*/

    div.mobileVersion div.pageBody div.borderedBox, div.pageBody div.borderedBox.visible, .borderedBox.eachReview {
        display: block;
    }

div.pageBody div.branchInfoHolder.borderedBox, div.pageBody div.offerHolder.borderedBox {
    display: block;
    height: 320px;
    overflow-y: scroll;
}

.borderedBox.selected {
    display: block !important;
}

.addressInfo {
    margin-bottom: 25px;
}

    .addressInfo h4 {
        color: #808080;
        font-size: 14px;
        margin-bottom: 0;
    }

.contentText {
    font-size: 14px;
    color: #808080;
}

.managementInfo {
    margin-bottom: 15px;
}

    .managementInfo:nth-child(3) {
        margin-bottom: 0;
    }

    .managementInfo .position {
        font-weight: bold;
    }

    .managementInfo .email a {
        color: #f9cd14;
    }

        .managementInfo .email a:hover {
            color: #808080;
        }

.leftMenu {
    float: left;
    width: 22.5%;
    margin-right: 2.5%;
}

    .leftMenu li {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
    }

        .leftMenu li a {
            display: block;
            padding: 20px;
            font-size: 14px;
            color: #808080;
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            text-decoration: none;
        }

            .leftMenu li a:hover, .leftMenu li.selected a {
                background-color: #f9cd14;
                color: #000000;
                border-top: 1px solid #f9cd14;
            }

        .leftMenu li:last-child a {
            border-bottom: 1px solid #e5e5e5;
            border-radius: 0 0 5px 5px;
        }

        .leftMenu li:first-child a {
            border-radius: 5px 5px 0 0;
        }

.pageBody {
    width: 75%;
    float: left;
}

.whitebg {
    background-color: #fff;
}

.fullWidth {
    width: 100% !important;
    float: none;
}

.contentText h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.spBlock .contentText h2 {
    color: #f9cd14;
}

.contentText a {
    color: #f9cd14;
}

    .contentText a:hover {
        color: #808080;
    }

.topAd {
    margin-bottom: 20px;
}

    .topAd a {
        display: block;
        height: 150px;
    }

        .topAd a img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 150px;
        }

.searchResFound {
    color: #4d4d4d;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

.facilitiesHolder ul {
    display: inline-block;
    vertical-align: middle;
}

    .facilitiesHolder ul li {
        width: 25px;
        height: 25px;
        float: left;
        background-color: #e5e5e5;
        margin-right: 5px;
    }


.resList ul li {
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .resList ul li.borderedBox {
        padding: 0;
        min-height: 350px;
    }

    .resList ul li .itemImg {
        width: 34.5%;
        float: left;
        margin-right: 2.5%;
        padding-left: 20px;
        min-height: 150px;
    }

.outletDetails .resList ul li .itemImg {
    width: 27.5%;
}

.resList ul li .itemImg img {
    display: block;
}

.resList ul li .itemImg a, .outletDetails .resList ul li .itemImg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 309px;
}

.resList ul li .itemInfo, .resList ul li .subscriptionInfo {
    width: 63%;
    float: left;
    box-sizing: border-box;
}

.resList ul li .itemInfo {
    padding-top: 20px;
    padding-right: 20px;
}

.resList ul li .itemMoreInfo {
    padding-right: 20px;
    padding-bottom: 20px;
}

.resList ul li .itemInfo h2 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #4d4d4d;
}

    .resList ul li .itemInfo h2 a {
        font-size: 20px;
        color: #4d4d4d;
    }

.resList ul li .itemAddress {
    margin-bottom: 10px;
}

.resList ul li .phoneNumber {
    float: left;
    color: #4d4d4d;
    font-size: 14px;
    width: auto;
    margin-top: 15px;
}

    .resList ul li .phoneNumber a {
        color: #4d4d4d;
        font-size: 14px;
    }

    .resList ul li .phoneNumber i {
        font-size: 20px;
        vertical-align: middle;
    }

.resList ul li .smInfo {
    display: inline-block;
    vertical-align: middle;
}

    .resList ul li .smInfo ul, .resList ul li .smInfo .moreInfoBtn {
        display: inline-block;
        vertical-align: middle;
    }

.resList ul li .moreInfoBtn {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.resList ul li .smInfo ul li {
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 0;
}

    .resList ul li .smInfo ul li a {
        color: #000;
        border: 1px solid #000;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

        .resList ul li .smInfo ul li a:hover {
            text-decoration: none;
        }

.profileProgress {
    font-size: 10px;
    color: #34d4d4d;
}

.resList ul li .contactSmInfo {
    margin-bottom: 15px;
    text-align: right;
}

.sectionContent ul li {
    margin-bottom: 10px;
}

.websiteHolder {
    float: left;
    margin-top: 10px;
    padding-right: 20px;
    position: relative;
}

    .websiteHolder:after {
        content: "\f08e";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
        width: 12px;
        height: 12px;
    }

    .websiteHolder a {
        color: #4d4d4d;
        font-size: 12px;
    }

        .websiteHolder a:hover {
            text-decoration: underline;
        }

.itemTags {
    margin-bottom: 12px;
}

    .itemTags .tag {
        display: inline-block;
        margin-right: 3px;
    }

        .itemTags .tag a {
            padding: 10px 15px;
            background-color: #f9cd14;
            color: #222;
            font-size: 12px;
            border-radius: 5px;
            display: block;
        }

            .itemTags .tag a:hover {
                background-color: #000;
                text-decoration: none;
                color: #f9cd14;
            }

.facilitiesHolder ul, .facilitiesHolder .profileProgress {
    display: inline-block;
    vertical-align: middle;
}

.facilitiesHolder ul {
    margin-right: 15px;
}

    .facilitiesHolder ul li {
        border-right: 1px solid #d9d9d9;
        border-radius: 0;
        overflow: visible !important;
        margin-bottom: 0;
        position: relative;
    }

        .facilitiesHolder ul li .tooltip {
            position: absolute !important;
            background-color: #ccc;
            padding: 5px;
            border-radius: 5px;
            white-space: nowrap;
            font-size: 8px;
            left: 100%;
        }

        .facilitiesHolder ul li:last-child {
            border-right: 0 none;
        }

.facilitiesHolder li {
    background-image: url(../images/facilities.png);
    background-position: 0 -25px;
    background-repeat: no-repeat;
    background-size: 240px auto;
}

    .facilitiesHolder li > a {
        color: transparent;
        display: block;
    }

    .facilitiesHolder li.profileIcon {
        background-position: 0 -25px;
    }

    .facilitiesHolder li.imagesIcon, .facilitiesHolder li.image_gallery-ip {
        background-position: -21px 2px;
    }

    .facilitiesHolder li.locationIcon, .facilitiesHolder li.near_by-ip {
        background-position: -45px 2px;
    }

    .facilitiesHolder li.menuIcon, .facilitiesHolder li.menus-ip {
        background-position: -75px -25px;
    }

    .facilitiesHolder li.videoIcon, .facilitiesHolder li.articles-ip {
        background-position: -100px -25px;
    }

    .facilitiesHolder li.messageIcon {
        background-position: -150px -25px;
    }

    .facilitiesHolder li.mailIcon {
        background-position: -175px -25px;
    }

    .facilitiesHolder li.allDayIcon, .facilitiesHolder li.twofourseven-ip {
        background-position: -200px -25px;
    }

    .facilitiesHolder li.directionIcon {
        background-position: -225px -25px;
    }

    .facilitiesHolder li.profileIcon.filled {
        background-position: 0 0;
    }

    .facilitiesHolder li.imagesIcon.filled, .facilitiesHolder li.image_gallery-ip.filled {
        background-position: -24px 0;
    }

    .facilitiesHolder li.locationIcon.filled {
        background-position: -50px 0;
    }

    .facilitiesHolder li.menuIcon.filled, .facilitiesHolder li.menus-ip.filled {
        background-position: -73px 0;
    }

    .facilitiesHolder li.videoIcon.filled, .facilitiesHolder li.articles-ip.filled {
        background-position: -96px 0;
    }

    .facilitiesHolder li.clockIcon.filled, .facilitiesHolder li.opening_hours-ip.filled {
        background-position: -119px 0;
    }

    .facilitiesHolder li.messageIcon.filled {
        background-position: -150px 0;
    }

    .facilitiesHolder li.mailIcon.filled {
        background-position: -175px 0;
    }

    .facilitiesHolder li.allDayIcon.filled, .facilitiesHolder li.twofourseven-ip.filled {
        background-position: -192px 1px;
    }

    .facilitiesHolder li.directionIcon.filled {
        background-position: -225px 0;
    }

.filterTitle, .filterTitle a {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 25px;
}

.filterActivitiy {
    margin-bottom: 30px;
}

    .filterActivitiy .filterTitle, .filterArea .filterTitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

.leftMenu .filterBox li a {
    padding: 2px 0;
    border: 0 none;
}

.leftMenu .filterBox li.selected a {
    background-color: transparent;
    color: #808080;
}

.leftMenu .filterBox li a:hover, .leftMenu .filterBox li.selected .filterRes a {
    background-color: transparent;
    color: #f9cd14;
}

.filterBox li {
    width: 100%;
    display: inline-block;
}

    .filterBox li .filterRes {
        float: left;
        width: 90%;
        text-align: left;
    }

    .filterBox li .optionsNo {
        float: left;
        width: 10%;
        text-align: right;
    }

.filterBox {
    border-radius: 5px;
    margin-bottom: 20px;
}

.leftAd {
    text-align: center;
}

    .leftAd a {
        margin-bottom: 10px;
        display: block;
    }

        .leftAd a img {
            width: 100%;
            display: block;
        }

.ratingHolder {
    float: right;
}

    .ratingHolder .ratineNo {
        display: inline-block;
        vertical-align: middle;
        background-color: #000;
        padding: 10px 20px;
        box-sizing: border-box;
        border-radius: 5px;
        color: #f9cd14;
        font-size: 17px;
        font-weight: bold;
    }

.favoriteIcon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

    .favoriteIcon:after {
        content: "\f08a";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        text-align: center;
        font-size: 20px;
        color: #000;
    }

    .favoriteIcon:hover:after, .favoriteIcon.selected:after {
        content: "\f004";
    }

.outletDetails .facilitiesHolder ul {
    background-color: transparent;
}

    .outletDetails .facilitiesHolder ul li {
        background-color: #fad315;
        width: 30px;
        height: 30px;
        border-right: 0 none;
        margin-right: 10px;
        border-radius: 50%;
    }

.outletDetails .facilitiesHolder li {
    background-image: url(../images/facilitiesDetails.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 180px auto;
}

    .outletDetails .facilitiesHolder li.delivery {
        background-position: 0 0;
    }

    .outletDetails .facilitiesHolder li.no-smoking {
        background-position: -30px 0;
    }

    .outletDetails .facilitiesHolder li.outdoor {
        background-position: -60px 0;
    }

    .outletDetails .facilitiesHolder li.credit-card {
        background-position: -90px 0;
    }

    .outletDetails .facilitiesHolder li.parking {
        background-position: -120px 0;
    }

    .outletDetails .facilitiesHolder li.valet, .outletDetails .facilitiesHolder li.valet-parking {
        background-position: -150px 0;
    }

.detailsTabsHolder {
    margin-bottom: 25px;
}

    .detailsTabsHolder ul {
        width: 100%;
        display: inline-block;
    }

        .detailsTabsHolder ul li {
            float: left;
            width: 12.5%;
        }

            .detailsTabsHolder ul li:first-child a {
                border-left: 1px solid #e5e5e5;
            }

            .detailsTabsHolder ul li a {
                padding: 25px 10px;
                display: block;
                box-sizing: border-box;
                text-align: center;
                background-color: #fff;
                border-right: 1px solid #e5e5e5;
                border-top: 1px solid #e5e5e5;
                border-bottom: 1px solid #e5e5e5;
                color: #4d4d4d;
                font-size: 14px;
            }

                .detailsTabsHolder ul li a:hover, .detailsTabsHolder ul li.selected a, .detailsTabsHolder ul li.active a, .detailsTabsHolder ul li.active a:focus {
                    background-color: #fad315;
                }

.spBlock .detailsTabContent h2 {
    color: #000000;
}

.branchesList ul {
    width: 100%;
    display: inline-block;
}

    .branchesList ul li {
        float: left;
        width: 24.25%;
        margin-right: 1%;
        margin-bottom: 15px;
    }

.socialMediaList.branchesList ul li {
    width: 32%;
}

.branchesList ul li:nth-child(4n) {
    margin-right: 0;
}

.branchesList ul li .branchInfoHolder {
    border-radius: 5px;
}

    .branchesList ul li .branchInfoHolder ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 5px 0 5px 32px;
        position: relative;
    }

        .branchesList ul li .branchInfoHolder ul li, .branchesList ul li .branchInfoHolder ul li a {
            color: #4d4d4d;
            font-size: 14px;
        }

            .branchesList ul li .branchInfoHolder ul li a {
                text-decoration: underline;
            }

                .branchesList ul li .branchInfoHolder ul li a:hover {
                    text-decoration: none;
                }

.branchInfoHolder h3 {
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: 10px;
}

.branchesList ul li .branchInfoHolder ul li:after {
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-color: #000;
    content: "";
    border-radius: 50%;
    position: absolute;
    color: #f9cd14;
    text-align: center;
    line-height: 23px;
    font-size: 12px !important;
}

.branchesList ul li .branchInfoHolder ul li.emailIcon:after {
    content: "\f003";
}

.branchesList ul li .branchInfoHolder ul li.phoneNumberIcon:after {
    content: "\f095";
}

.branchesList ul li .branchInfoHolder ul li.faxNumberIcon:after {
    content: "\f1ac";
}

.branchesList ul li .branchInfoHolder ul li.mapLocationIcon:after {
    content: "\f041";
}

.listView {
    float: right;
    margin-top: -3px;
}

    .listView ul {
        display: inline-block;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

    .listView li {
        float: left;
        width: 34px;
    }

    .listView a {
        height: 30px;
        display: flex;
        background-color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #000;
    }

        .listView a:hover, .listView a.selected {
            background-color: #fad315;
        }

        .listView a.textView {
            border-right: 1px solid #e5e5e5;
        }

.margBot10 {
    margin-bottom: 10px;
}

.margBot20 {
    margin-bottom: 20px;
}

.marg30 {
    margin-bottom: 30px;
}

.closedItem {
    color: #ea2d31;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
}

.closed .itemImg {
    opacity: 0.5;
}

.galleryList li a {
    display: block;
}

    .galleryList li a img {
        width: 100%;
        display: block;
    }

.vacaniesList li .vacancyHolder {
    border-radius: 5px;
}

    .vacaniesList li .vacancyHolder h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

.writeReview {
    border-radius: 5px;
    margin-bottom: 20px;
}

.reviewRating {
    margin-bottom: 20px;
}

    .reviewRating ul {
        display: inline-block;
        width: 100%;
    }

        .reviewRating ul li {
            float: left;
            margin-right: 7px;
        }

            .reviewRating ul li a {
                width: 23px;
                height: 23px;
                display: block;
                border: 1px solid #e5e5e5;
                border-radius: 5px;
            }

            .reviewRating ul li.filled a, .reviewRating ul li:hover a {
                border: 1px solid #f9cd14;
                background-color: #f9cd14;
            }

.reviewTextbox {
    margin-bottom: 20px;
}

    .reviewTextbox input {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        border: 1px #e5e5e5 solid;
        border-radius: 5px;
    }

.eachReview {
    border-radius: 5px;
    position: relative;
}

.userInfoHolder {
    margin-bottom: 15px;
}

    .userInfoHolder .userImg {
        display: inline-block;
        width: 54px;
        height: 54px;
        vertical-align: middle;
        margin-right: 15px;
        border-radius: 50%;
    }

    .userInfoHolder .userInfo {
        display: inline-block;
        vertical-align: middle;
    }

        .userInfoHolder .userInfo .name {
            margin-bottom: 5px;
        }

            .userInfoHolder .userInfo .name a {
                display: block;
                font-size: 16px;
                color: #4d4d4d;
                font-weight: 500;
            }

    .userInfoHolder .reviewsNo {
        font-size: 12px;
        color: #999999;
    }

.reviewDate {
    color: #808080;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.reviewsList li, .newsList li {
    margin-bottom: 15px;
}

    .reviewsList li:last-child, .newsList li:last-child {
        margin-bottom: 0;
    }

.report {
    position: absolute;
    right: 20px;
    top: 75px;
}

    .report a {
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        padding: 5px 15px;
        color: #be1e2d;
        font-size: 12px;
    }

        .report a:hover {
            background-color: #be1e2d;
            border: 1px solid #be1e2d;
            color: #e5e5e5;
        }

h1 {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
}

    h1:after {
        content: "";
        width: 84px;
        background-color: #f9cd14;
        height: 2px;
        left: 50%;
        bottom: -10px;
        position: absolute;
        display: block;
        margin-left: -42px;
    }

    h1.smallMarg {
        margin-bottom: 29px;
    }

.newsList h3 {
    margin-bottom: 15px;
}

    .newsList h3 a {
        color: #4d4d4d;
        font-weight: 500;
        font-size: 18px;
    }

.newsText {
    margin-bottom: 15px;
}

.newsAuthor {
    font-style: italic;
    margin-bottom: 15px;
}

.offersList .borderedBox {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.offersList .offerImg a {
    display: block;
}

.offersList .offerImg img {
    display: block;
    width: 100%;
}

.offersList .offerDetails {
    padding: 20px;
}

.offersList h3 {
    margin-bottom: 15px;
}

    .offersList h3 a {
        color: #4d4d4d;
        font-weight: 500;
        font-size: 18px;
    }

.offerFrame {
    text-align: center;
}

    .offerFrame .offerImg {
        margin-bottom: 15px;
        max-width: 700px;
        margin: 0 auto 20px;
    }

    .offerFrame .offerText {
        padding: 0 100px;
        color: #fff;
        max-width: 600px;
        margin: 0 auto;
        text-align: left;
    }

.paging {
    text-align: center;
}

    .paging ul {
        display: inline-block;
    }

        .paging ul li {
            display: inline-block;
            float: left;
        }

            .paging ul li a {
                border-right: 1px solid #e5e5e5;
                border-top: 1px solid #e5e5e5;
                border-bottom: 1px solid #e5e5e5;
                padding: 10px 8px;
                display: block;
                height: 50px;
                float: left;
                box-sizing: border-box;
                line-height: 30px;
                color: #4d4d4d;
            }

            .paging ul li.prev a {
                border-left: 1px solid #e5e5e5;
                border-radius: 5px 0 0 5px;
                padding: 10px 15px;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url(../images/arrow-left.svg);
                background-size: 9px auto;
            }

            .paging ul li.next a {
                border-radius: 0 5px 5px 0;
                padding: 10px 15px;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url(../images/arrow-right.svg);
                background-size: 9px auto;
            }

            .paging ul li:hover a, .paging ul li.selected a {
                background-color: #000;
                color: #fff;
            }

            .paging ul li.prev:hover a, .paging ul li.next:hover a {
                background-color: transparent;
                opacity: 0.5;
            }

.vacanciesList .branchesList ul li {
    width: 32%;
    margin-right: 2%;
}

    .vacanciesList .branchesList ul li:nth-child(3n) {
        margin-right: 0%;
    }

.notFountPlaceHolder {
    text-align: center;
}

    .notFountPlaceHolder .moreInfoBtn {
        margin-top: 15px;
    }

.privacyPage .whitebg {
    border-radius: 5px;
}

.spBlock h2 {
    color: #808080;
    font-size: 20px;
    margin-bottom: 15px;
}

.userAccount .whitebg {
    border-radius: 5px;
    padding: 20px;
}

.userAccount .profileImgHolder {
    text-align: center;
    margin-bottom: 25px;
}

.profileImg {
    margin-bottom: 15px;
}

    .profileImg .imgHolder, .profileImg .userNameHolder {
        display: inline-block;
        vertical-align: middle;
    }

    .profileImg .userNameHolder {
        text-align: left;
        margin-left: 20px;
    }

    .profileImg .imgHolder img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        object-fit: cover;
    }

    .profileImg .userNameHolder h2 {
        color: #4d4d4d;
        font-size: 24px;
        margin-bottom: 9px;
    }

    .profileImg .userNameHolder h3 {
        font-size: 16px;
        color: #4d4d4d;
        font-style: italic;
    }

.uploadHolder {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .uploadHolder input {
        opacity: 0;
    }

    .uploadHolder span {
        color: #b2b2b2;
        font-size: 14px;
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 23px;
        cursor: pointer;
    }

        .uploadHolder span:after {
            content: "\f093";
            position: absolute;
            left: 0;
            top: 2px;
        }

.outletImg {
    width: 20%;
    margin-right: 2%;
    float: left;
}

    .outletImg img {
        display: block;
        width: 100%;
    }

.reviewsOutlet {
    width: 78%;
    float: left;
}

.reviewReply {
    margin-top: 15px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
}

    .reviewReply h3 {
        text-transform: uppercase;
    }

.replyBox {
    padding-left: 20px;
    margin-top: 15px;
}

.editProfile .formBlock {
    width: 100%;
    margin-right: 0;
    float: none;
}

.deleteAccoubtBtn {
    font-size: 16px;
    color: #4d4d4d;
    padding-top: 15px;
    margin-top: 15px;
    border-top: #a5a5a5 1px solid;
}

    .deleteAccoubtBtn .moreInfoBtn {
        margin-top: 15px;
    }

        .deleteAccoubtBtn .moreInfoBtn a {
            background-color: #222222;
            color: #f9cd14;
        }

            .deleteAccoubtBtn .moreInfoBtn a:hover {
                color: #222222;
                background-color: #f9cd14;
            }

.spBlock.errorPage {
    padding: 150px 0;
}

h1.errorType {
    color: #4d4d4d;
    font-size: 112px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0 none;
    font-weight: bold;
}

    h1.errorType:after {
        display: none;
    }

.errorPage .errorText {
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 60px;
}

.errorPage .moreInfoBtn {
    text-align: center;
}

.regBlock {
    background-color: #f7f7f7;
    border-radius: 5px;
    margin: 0 auto;
}

.popupTitle {
    padding: 10px;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.popupContent {
    padding: 30px;
    text-align: center;
}

.loginAlt a {
    padding: 15px 15px 15px 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    position: relative;
    width: 290px;
    text-align: left;
    box-sizing: border-box;
}

    .loginAlt a:after {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .loginAlt a.gPlus {
        background-color: #d03832;
        color: #fff;
        font-size: 18px;
    }

    .loginAlt a.fbLogin {
        background-color: #485a95;
        color: #fff;
        font-size: 18px;
        margin-left: 10px;
    }

    .loginAlt a.gPlus:after {
        content: "\f0d5";
        font-size: 25px;
    }

    .loginAlt a.fbLogin:after {
        content: "\f082";
        font-size: 25px;
    }

.sep {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: #4d4d4d;
    font-size: 18px;
    position: relative;
}

    .sep:after {
        content: "";
        border-top: 1px solid #4d4d4d;
        top: 50%;
        position: absolute;
        left: 0;
        width: 100%;
    }

    .sep span {
        background-color: #f7f7f7;
        position: relative;
        z-index: 4;
        padding: 2px 15px;
    }

.loginMain a {
    padding: 15px 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    position: relative;
    width: 290px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

    .loginMain a.loginBtn {
        background-color: #f9cd14;
        border: 0 none;
    }

    .loginMain a.signUpBtn {
        margin-left: 10px;
    }

.fancybox-button--fullscreen, .fancybox-button--share {
    display: none;
}

.fancybox-toolbar {
    left: 50%;
    margin-left: -22px;
    top: 25px;
}

.fancybox-button {
    border: 1px solid #fff;
    border-radius: 50%;
}

.fancybox-button--thumbs {
    margin: 0 10px;
}

.popupSearchBtn, .mobileSearchAction, .footerMenu, .filterLinkAction, .filtersTags {
    display: none;
}

.stackedInput {
    float: right;
    width: 15%;
    padding: 17px 0;
}

.inputEntity {
    position: relative;
}

input[type=checkbox]:not(old), input[type=radio ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}

    input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
        display: inline-block;
        line-height: 1.5em;
    }

        input[type=checkbox]:not(old) + label > span, input[type=radio ]:not(old) + label > span {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: #fff;
            border: 2px solid #fad315;
            vertical-align: bottom;
            float: left;
        }

    input[type=checkbox]:not(old):checked + label > span:before {
        content: '';
        display: block;
        background: #fad315;
        width: 100%;
        height: 100%;
    }

    input[type=radio ]:not(old) + label > span {
        border-radius: 50%;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        float: left;
    }

    input[type=radio ]:not(old):checked + label > span {
        background: #fad315;
    }

.logoutLink, .leftMenuRespDD {
    display: none;
}

.viewOnMapLink {
    display: none;
}

.notFoundRes .pageBody {
    width: 100%;
    float: none;
}

.backArrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 25px;
    background-image: url(../images/back-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 5;
}

.applyForm .addressBlock {
    width: 42.5%;
    margin-right: 2.5%;
}

.applyForm .formBlock {
    width: 55%;
    margin-right: 0;
}

.applyForm .contentText h2 {
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 15px;
}

.applyForm .contentText h3 {
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 15px;
    font-weight: normal;
}

.applyForm .contentText h4 {
    font-size: 14px;
    color: #808080;
    margin-bottom: 15px;
    font-weight: normal;
}

.hpBlock h2 {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 50px;
    position: relative;
}

    .hpBlock h2:after {
        content: "";
        width: 84px;
        background-color: #f9cd14;
        height: 2px;
        left: 50%;
        bottom: -15px;
        position: absolute;
        display: block;
        margin-left: -42px;
    }

.showOnMobile {
    display: none !important;
}

.locationSearch:after, .searchField:after, .offersLink:after, .loginLink:after, .favoriteIcon, .websiteHolder:after, .branchesList ul li .branchInfoHolder ul li:after, .uploadHolder span:after, .loginAlt a:after, .menu-trigger:after, .mobileSearchAction:after, .filterLinkAction:after, .filtersTags a:after, .fileUpload:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locationSearch select {
    max-width: 200px;
}

.inputEntity {
    position: relative;
}

.fileUpload {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 15px;
    height: 49px;
    box-sizing: border-box;
}

.fileUpload {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .fileUpload:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: transparent;
        z-index: 1;
        line-height: 50px;
        box-sizing: border-box;
        width: 50px;
        content: "\f0c6";
        font-size: 25px;
        color: #b2b2b2;
    }

    .fileUpload input {
        font-size: 15px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        left: 0;
        width: 100%;
        height: 100%;
    }

.uploadValue {
    color: #868686;
    display: block;
    left: 15px;
    opacity: 1;
    position: absolute;
    z-index: 50;
    font-size: 15px;
    height: 17px;
    line-height: 17px;
    opacity: 0.6;
}

.loginBlock .actionBtn {
    text-align: right;
    display: block;
}

.forgotPass {
    text-align: right;
    margin-bottom: 10px;
}

    .forgotPass a {
        color: #808080;
        text-decoration: underline;
    }

.hidden {
    display: none !important;
}
/********autocomplete-suggestions***********/
.autocomplete-suggestions {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.autocomplete-suggestion {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
}

    .autocomplete-suggestion:hover {
        color: #000;
    }

.claimYourBusinessLink {
    float: left;
    width: 15%;
    margin-top: 50px;
}

    .claimYourBusinessLink a {
        text-decoration: underline;
        font-weight: bold;
        color: #000000;
        text-transform: uppercase;
    }

.businessTitle {
    /*float: left;
    width: 85%;
    padding-right: 12.75%;*/
}

.clearboth {
    clear: both;
}


.tagsList {
    margin-bottom: 10px;
}

.itemMoreInfo .txtHolder.blackText {
    margin-bottom: 20px;
}

.tagsList ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

    .tagsList ul li a {
        color: #222;
        border: 1px solid #f9cd14;
        padding: 5px;
        display: inline-block;
        font-size: 12px;
        border-radius: 5px;
    }

        .tagsList ul li a:hover {
            background-color: #f9cd14;
            color: #000;
            text-decoration: none;
        }

.contactListHolder {
    max-height: 170px;
    overflow-y: auto;
}

.txtHolder.blackText {
    color: black;
}

.autocomplete-selected {
    background-color: #f9cd14;
    color: #222;
}

.facilitiesHolder.facilitiesDetails {
    margin-bottom: 15px;
}

div.smInfo > ul > a {
    display: none;
}

.filterActivitiy .filterTitle, .filterArea .filterTitle {
    float: left;
    width: 70%;
}

.clearFilter {
    float: right;
}

.seeMore {
    text-align: center;
}
/*.galleryList.branchesList ul li{width:32.5%; margin-right:1.25%;}
.galleryList.branchesList ul li:nth-child(3n){margin-right:0;}*/
.galleryList.branchesList ul li img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.topAd h2 {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

    .topAd h2:after {
        content: "";
        width: 84px;
        background-color: #f9cd14;
        height: 2px;
        left: 50%;
        bottom: -10px;
        position: absolute;
        display: block;
        margin-left: -42px;
    }

.subpageSearch .locationSearch select {
    padding: 10px 35px 10px 50px;
}

.subpageSearch .searchField input {
    padding: 10px 35px 10px 50px;
}

.subpageSearch .searchAction input, .subpageSearch .searchAction button {
    padding: 10px 60px;
}

.fullWidthOffersContainer {
    width: 100%;
}

.mobileOnly {
    display: none !important;
}

.threeCols {
    column-count: 3;
}

.successMessage {
    width: 65%;
    float: left;
}

.searchList .spBlock {
    Height: auto;
}

.sponsoredFixed {
    float: left;
    width: 24%;
}

.sponsoredCarousel {
    float: right;
    width: 72%;
}

.searchResultList ul li {
    position: relative;
    padding-left: 13px;
}

    .searchResultList ul li:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #f9cd14;
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 50%;
    }

.searchListRes ul li {
    position: relative;
    padding-left: 10px;
}

    .searchListRes ul li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        background-color: #000;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

.resList .facilitiesHolder {
    margin-top: 15px;
}

.sponsoredCarousel.sponseredAds {
    width: 24%;
    float: left;
}

.sponsoredCarousel.insideSponseredAds {
    width: 100%;
}

.flex-control-nav {
    display: none;
}

.itemLogo {
    display: block;
    float: right;
    height: 0px;
    padding: 20px;
}

.sectionTitle {
    margin-bottom: 10px;
}

.sectionContent {
    margin-bottom: 15px;
}

.profileRadio {
    display: inline-block !important;
    opacity: 1 !important;
}
