.t1, .t2, .t3 {
    line-height: 150%;
        font-family: 'Roboto', sans-serif;
}

.t1, .t2, .t3, .t4 {
        font-family: 'Roboto', sans-serif;
}

.hp-dropdown-select, .tabs {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}

.grid, footer li {
    list-style: none;
}

#beatPer, #func-pax-ul, .breadcrumb-ul, .city-dropdown, .coloumn-mobile .vendor-page-ul {
    list-style-type: none;
}

@font-face {
    font-family: "33535gillsansmt";
    src: url(33535gillsansmt.eot?) format("eot"),url(33535gillsansmt.woff) format("woff"),url(33535gillsansmt.ttf) format("truetype");
}

@font-face {
    font-family: dancing_script;
}

@font-face {
    font-family: lavanderia_regular;
    src: url(lavanderia_regular.eot?) format("eot"),url(lavanderia_regular.woff) format("woff"),url(lavanderia_regular.otf) format("otf"),url(lavanderia_regular.ttf) format("truetype");
    src: url(lavanderia_regular.otf);
}

@font-face {
    font-family: "Denne Shuffle Euro Hollow";
    src: url("Denne Shuffle Euro Hollow.eot?") format("eot"),url("Denne Shuffle Euro Hollow.woff") format("woff"),url("Denne Shuffle Euro Hollow.ttf") format("truetype");
}

@font-face {
        font-family: 'Roboto', sans-serif;
    src: url(../fonts/ProximaNova-Reg-prod.ttf) format("truetype");
}

.t1 {
  font-size: 16px;
    color: #e38405;
    padding: 2px;
    /* text-transform: uppercase; */
    margin: 3px 0 0px 0;
}

#submit-wedding, #submit-wedding a:hover, .Register-Vendor {
    color: #fff !important;
}

.t2 {
    font-size: 14px;
}

.t3 {
    font-size: 16px;
}

.t4 {
    font-size: 12px;
    display: inline-block;
}

#submit-wedding {
    width: 150px;
    height: 40px;
    border-radius: 2px;
    background-color: #d7527c;
    border: none;
    margin: 5px;
}

.border-sell {
    border: 1px solid #d7527c;
    margin: 9px;
}

.Register-Vendor {
    width: 180px;
    height: 40px;
    border-radius: 2px;
    background-color: #333;
    border: none;
    margin-bottom: 25px;
}

#hp-main-search-sec {
    position: relative;
    height: 330px;
    overflow: hidden;
}

.scrolldown-container .scrolldown-btn {
    width: 16px;
    height: 20px;
    position: absolute;
    left: 87%;
    top: 30%;
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
}

.scrolldown-container svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

    .scrolldown-container svg path.first-path {
        -webkit-animation: scrollanim 1s ease-in-out infinite;
        animation: scrollanim 1s ease-in-out infinite;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
    }

    .scrolldown-container svg path.second-path {
        -webkit-animation: scrollanim2 1s ease-in-out infinite;
        animation: scrollanim2 1s ease-in-out infinite;
    }

@-webkit-keyframes scrollanim {
    0% {
        -webkit-transform: translate(0,-40px);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate(0,0);
        opacity: .8;
    }
}

@keyframes scrollanim {
    0% {
        -webkit-transform: translate(0,-40px);
        -ms-transform: translate(0,-40px);
        transform: translate(0,-40px);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: .8;
    }
}

@-webkit-keyframes scrollanim2 {
    0% {
        -webkit-transform: translate(0,-40px);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate(0,0);
        opacity: .6;
    }
}

@keyframes scrollanim2 {
    0% {
        -webkit-transform: translate(0,-40px);
        -ms-transform: translate(0,-40px);
        transform: translate(0,-40px);
        opacity: 0;
    }

    60% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: .6;
    }
}

#hp-main-pic {
    width: 100%;
    margin-top: -30%;
}

div[hm-read-more] a:hover {
    color: #e2860a !important;
}

.hp-block-width, .hp-dropdown-select {
    width: 75%;
    margin: auto;
    height: 38px;
}

#hp-categories h2, #hp-venue h2, .hp-h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.f-w600 {
    font-weight: 600;
}

#hp-search-button, .hp-button {
    border: none;
    margin: 26px auto auto;
    display: block;
    padding: 0 20px;
    letter-spacing: 1px;
    background-color: #e2860a;
    height: 38px;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
}

#hp-search-div {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
}

    #hp-search-div .hp-desc {
        position: absolute;
        top: 58%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.hp-category-name, .hp-dropdown-select img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#hp-search-div .hp-desc h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

#hp-search-div .hp-desc p {
    font-size: 13px;
    width: 75%;
    margin: auto auto 40px;
}

.hp-dropdown-select {
    background-color: #fff;
    font-weight: 400;
    color: #828282;
    text-align: left;
    position: relative;
    width: 80%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}

#hp-venue p, #image-detail-modal .modal-content .img-after-sec .first-row div, .hp-category-name, .photo .photo-index, .viewBlog {
    text-align: center;
}

.hp-dropdown-select .hp-dropdown-icon {
    background-color: #e2860a;
    height: 100%;
    width: 50px;
    position: relative;
    border-radius: 2px 0 0 2px;
}

.hp-dropdown-select img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hp-dropdown-select i {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #e2860a;
}

.img-content, .pinterest-btn {
    right: 0;
    top: 0;
    position: absolute;
}

.hp-dropdown-select span {
    padding-left: 15px;
    font-weight: 600;
    color: #e2860a;
    font-size: 16px;
}

#hp-browseW, #hp-categories h2 {
    color: #4a4a4a;
}

#hp-search-button {
    width: 75%;
}

.hp-cat-img {
    height: 160px;
    background-color: #f4f4f4;
    width: 100%;
}

#hp-categories {
    padding-top: 60px;
    position: relative;
}

    #hp-categories #hp-venue p, #hp-categories .hp-cat-desc, #hp-venue #hp-categories p {
        margin-bottom: 22px;
        color: #4a4a4a;
    }

#hp-vendor-dropdown {
    width: 100%;
    height: 50px;
}

#hp-venue p, .hp-cat-desc {
    font-size: 12px;
    text-align: center;
    width: 75%;
    margin: auto;
}

.hp-hr {
    height: 2px;
    width: 25px;
    background-color: #e2860a;
    margin: 10px auto;
    border: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(231,46,119,.3);
    box-shadow: 0 1px 1px 0 rgba(231,46,119,.3);
}

#hp-venue {
    position: relative;
    color: #fff;
}

    #hp-venue div {
        position: absolute;
        padding-top: 30px;
        width: 100%;
    }

    #hp-venue img {
        width: 100%;
    }

    #hp-venue p {
        width: 80%;
        margin-bottom: 10px;
    }

#hp-browseW {
    height: 210px;
    padding-top: 30px;
    background-color: #f4f4f4;
}

#hp-blog {
    padding-top: 30px;
    background-color: #fff;
}

.hp-blog-div {
    height: 200px;
}

.hp-blog-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.hp-carousel-img {
    height: 200px !important;
    width: 89% !important;
    min-height: 200px !important;
    padding-left: 15% !important;
    left: -35px !important;
    position: relative;
}

.hp-category-name {
    position: absolute;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 4px rgba(0,0,0,.5);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#vendorcitymodal, #vendortypemodal {
    height: 100%;
    z-index: 1010 !important;
    max-height: 100%;
}

    #vendorcitymodal .modal-content, #vendortypemodal .modal-content {
        padding: 0;
    }

    #vendorcitymodal input, #vendortypemodal input {
        width: 100%;
        height: 46px;
        padding-left: 45px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
        background-color: #fff;
        z-index: 1;
        font-size: 16px;
    }

    #vendorcitymodal ul, #vendortypemodal ul {
        padding-top: 50px;
    }

    #vendorcitymodal .vendor-types-li, #vendortypemodal .vendor-types-li {
        position: relative;
        height: 30px;
        margin-bottom: 22px;
    }

        #vendorcitymodal .vendor-types-li div, #vendortypemodal .vendor-types-li div {
            margin-left: 25px;
        }

        #vendorcitymodal .vendor-types-li span, #vendortypemodal .vendor-types-li span {
            padding-left: 20px;
            font-size: 16px;
            color: #4a4a4a;
            top: 5px;
            position: absolute;
        }

.hp-cat-search {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

    .hp-cat-search a {
        color: #4a4a4a;
    }

    .hp-cat-search i {
        position: absolute;
        top: 10px;
        left: 10px;
    }

.hp-city-cat-title {
    padding-left: 20px;
    font-size: 15px;
    height: 30px;
    font-weight: 600;
    background-color: #f4f4f4;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.hp-blog-title {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 20px;
    width: 80%;
    padding-left: 15%;
    font-weight: 600;
    font-size: 18px;
}

.hp-carousel-last {
    left: -5px !important;
}

.hp-blog-vm {
    position: absolute;
    color: #fff;
    top: 50%;
    border: 1px solid #fff;
    left: 57%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 5px 10px;
}

    .hp-blog-vm p {
        margin: 0;
        font-weight: 700;
        letter-spacing: 1px;
    }

.hp-blog-overlay {
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
    background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.6));
    position: absolute;
    top: 0;
    width: 83%;
    height: 100%;
}

.viewBlog {
    margin-top: 20px;
}

    .viewBlog a {
        display: inline-block;
        background: #e2860a;
        padding: 10px 20px;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 600;
    }

.deckgrid[deckgrid]::before {
    content: '2 .column.column-1-2';
    font-size: 0;
    visibility: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.deckgrid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .deckgrid .column-1-2 {
        width: 50%;
    }

.a-card {
    margin: 0;
}

    .a-card img {
        max-width: 100%;
        height: 100%;
        max-height: 300px;
        border: none;
    }

    .a-card .animation-fade {
        opacity: 0;
    }

    .a-card .animation-faded {
        opacity: 1;
        -webkit-transition: opacity 1s linear .2s;
        transition: opacity 1s linear .2s;
    }

.photo {
    margin: 0 10px 10px 0;
    position: relative;
}

    .photo .photo-index {
        background: rgba(0,0,0,.9);
        color: #fff;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 99;
    }

    .photo .photo-wrapper {
        min-height: 100px;
    }

#photo-share li:nth-of-type(1) span, #photo-share li:nth-of-type(2) span, #photo-share li:nth-of-type(3) span, #photo-share li:nth-of-type(4) span, .share-span {
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
}

.img-content i, .img-content span {
    font-size: 16px;
    position: relative;
}

#image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gcat, #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gcity, #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gtitle, .text-message {
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.photo-container .grid {
    background: #f4f4f4;
    border: none;
}

.img-content {
    display: inline-block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 0 10px;
}

    .img-content i {
        top: 3px;
        font-weight: 700;
        margin-right: 4px;
    }

    .img-content span {
        font-weight: 600;
    }

.vendor-detail-photo {
    position: relative;
    top: -15px;
    margin-bottom: 0;
}

    .vendor-detail-photo div {
        margin-top: 20px;
    }

        .vendor-detail-photo div .gtitle {
            font-size: 14px;
            font-weight: 600;
            color: #e2860a;
        }

            .vendor-detail-photo div .gtitle p {
                margin: 0;
            }

        .vendor-detail-photo div .gcat {
            font-size: 13px;
            font-weight: 400;
            color: #9b9b9b;
            margin-top: -15px;
        }

            .vendor-detail-photo div .gcat p {
                margin: 0;
                display: inline-block;
            }

        .vendor-detail-photo div .gcity {
            color: #9b9b9b;
        }

.scroll-fixed {
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
}

#image-detail-modal {
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    background: #fff;
}

    #image-detail-modal .modal-content {
        padding: 0;
    }

        #image-detail-modal .modal-content .img-sec {
            position: relative;
        }

            #image-detail-modal .modal-content .img-sec .cross {
                background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(transparent));
                background-image: -webkit-linear-gradient(top,rgba(0,0,0,.4),transparent);
                background-image: linear-gradient(to bottom,rgba(0,0,0,.4),transparent);
                position: absolute;
                top: 0;
                color: #fff;
                left: 0;
                width: 100%;
            }

                #image-detail-modal .modal-content .img-sec .cross i {
                    padding: 5px 10px;
                }

            #image-detail-modal .modal-content .img-sec .left-arrow-g i, #image-detail-modal .modal-content .img-sec .right-arrow-g i {
                font-size: 30px;
                padding: 10px 3px;
            }

            #image-detail-modal .modal-content .img-sec .right-arrow-g {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #fff;
                background-color: rgba(0,0,0,.4);
            }

            #image-detail-modal .modal-content .img-sec .left-arrow-g {
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #fff;
                background-color: rgba(0,0,0,.4);
            }

        #image-detail-modal .modal-content .img-after-sec .first-row {
            border-bottom: 1px solid #e1e1e1;
            padding: 5px 0;
        }

            #image-detail-modal .modal-content .img-after-sec .first-row div i {
                color: #e2860a;
            }

            #image-detail-modal .modal-content .img-after-sec .first-row div span {
                font-size: 16px;
                position: absolute;
                margin-left: 8px;
                color: #e2860a;
            }

        #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(1) img {
            width: 50px;
            height: 50px;
        }

        #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) {
            top: -5px;
            position: relative;
            margin-left: 10px;
        }

            #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gcat p, #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gtitle p {
                margin: 0;
            }

            #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gtitle {
                font-weight: 700;
                color: #e2860a;
                font-size: 14px;
            }

            #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gcat, #image-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) .gcity {
                color: #828282;
                font-size: 12px;
            }

        #image-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) {
            position: relative;
        }

            #image-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) i {
                color: grey;
            }

            #image-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) span {
                position: absolute;
                font-size: 13px;
                font-weight: 700;
                font-style: normal;
                font-stretch: normal;
                color: #9b9b9b;
                letter-spacing: .8px;
                margin-left: 8px;
                top: 3px;
            }

            #image-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) p {
                margin: -5px 0 0 35px;
                font-size: 14px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                color: #4a4a4a;
                position: absolute;
            }

        #image-detail-modal .modal-content .img-after-sec .fourth-row .photo-tags {
            display: inline-block;
            border: 1px solid #e1e1e1;
            margin: 5px 10px 0 0;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 400;
            color: #828282;
            letter-spacing: .7px;
        }

            #image-detail-modal .modal-content .img-after-sec .fourth-row .photo-tags a {
                color: #4a4a4a;
            }

        #image-detail-modal .modal-content .img-after-sec .fourth-row p {
            font-size: 13px;
            margin: 10px 0;
            letter-spacing: 1px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            color: #9b9b9b;
        }

            #image-detail-modal .modal-content .img-after-sec .fourth-row p img {
                margin-right: 10px;
                vertical-align: sub;
            }

.wmg-photo-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
}

    .wmg-photo-loader img {
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }

#photo-share {
    top: inherit !important;
    width: 100% !important;
}

    #photo-share li > a {
        line-height: 0;
    }

    #photo-share li:nth-of-type(1), #photo-share li:nth-of-type(2), #photo-share li:nth-of-type(3), #photo-share li:nth-of-type(4) {
        min-height: 0;
        padding: 10px 15px;
        color: #3b5998;
    }

        #photo-share li:nth-of-type(1) i, #photo-share li:nth-of-type(1) span {
            color: #3b5998 !important;
        }

        #photo-share li:nth-of-type(2) i, #photo-share li:nth-of-type(2) span {
            color: #616366 !important;
        }

        #photo-share li:nth-of-type(3) i, #photo-share li:nth-of-type(3) span {
            color: #1ab7ea !important;
        }

        #photo-share li:nth-of-type(4) i, #photo-share li:nth-of-type(4) span {
            color: #dc4e41 !important;
        }

.fa {
   font-family: 'FontAwesome' !important;
}

#vHeading, .rr-div h2, .vendor-category-name {
        font-family: 'Roboto', sans-serif;
}

.popular-tags p:nth-of-type(1) {
    display: inline-block;
}

    .popular-tags p:nth-of-type(1) span {
        font-size: 14px;
        color: #4a4a4a;
    }

    .popular-tags p:nth-of-type(1) img {
        vertical-align: sub;
    }

.popular-tags p:nth-of-type(2) {
    font-size: 14px;
    color: #828282;
    display: inline-block;
    float: right;
}

.popular-tags div {
    height: 50px;
    overflow-x: scroll;
    white-space: nowrap;
}

.grid, .module, .vcard-title {
    overflow: hidden;
}

.popular-tags div span {
    border-radius: 2px;
    border: 1px solid #c1c1c1;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
}

#photos-search {
    top: 0 !important;
}

.catCol-g {
    background: url(/images/down-arrow.svg) 100% 50% no-repeat #fff;
    border-right: 1px solid #e1e1e1;
}

    .catCol-g .cat-btn {
        white-space: nowrap;
        font-weight: 700;
        background: #fff;
        display: block;
        width: 90px;
        padding: 15px 2px !important;
        border-right: none;
        font-size: 14px;
    }

.vcard-title, .vendor-category-name {
    text-overflow: ellipsis;
    white-space: pre;
}

.show-res span:nth-of-type(1) {
    color: #e2860a;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.show-res a {
    border: 1px solid #e2860a;
    padding: 2px 8px;
    color: #fff;
    background: #e2860a;
    font-size: 15px;
    margin-left: 8px;
    border-radius: 2px;
}

.mixcolor {
    background: url(/images/all_color.svg) no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
}

.grid-img, .mt-card, .mt-tooltip {
    background-color: #fff;
}

.search-vendor {
    margin-bottom: 0;
}

    .search-vendor h1 {
        font-size: 20px;
        margin-bottom: 0;
        color: #4a4a4a;
        text-transform: capitalize;
    }

        .search-vendor h1 span {
            color: #e2860a;
        }

    .search-vendor p {
        font-size: 14px;
        color: #4a4a4a;
    }

        .search-vendor p span {
            color: #e2860a;
        }

.frequent-searches {
    margin: -15px 10px;
}

    .frequent-searches p {
        color: #4a4a4a;
    }

    .frequent-searches span {
        border: 1px solid #c1c1c1;
        padding: 5px 10px;
        border-radius: 2px;
        margin: 2px 4px;
        float: left;
    }

#article-card {
    padding: 0 !important;
    height: 355px;
}

.article-flow-text {
    line-height: 1.25;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    border-left: 5px solid #e2860a;
    font-stretch: normal;
    padding: 0 18px;
    text-align: left;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

.article-date, .read-article {
    padding: 0 18px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

.article-date {
    color: #c1c1c1;
    margin-bottom: 5px;
}

.module {
       padding: 0 0px 0 18px;
    margin: 0 0 1em;
}

    .module p {
        margin: 0;
    }

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.read-article {
    color: #e2860a;
}

    .read-article i {
        position: absolute;
        bottom: 14px;
        font-size: 18px;
        padding-left: 8px;
    }

.suggested-search {
    display: block;
    height: 100%;
    margin: 15px 10px;
}

    .suggested-search span {
        border: 1px solid #e2860a;
        padding: 10px 15px;
        font-size: 14px;
        color: #e2860a;
        border-radius: 4px;
        float: left;
        margin: 5px;
    }

.dynamic-grid {
    position: relative;
    display: none;
}

.grid, .vcard-city, .vcard-title, .vrating {
    position: absolute;
}

.dynamic-grid.angular-grid {
    display: block;
}

.grid {
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.grid-img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    opacity: 0;
    visibility: hidden;
}

    .grid-img.img-loaded {
        visibility: visible;
        opacity: 1;
    }

.invisible, .loader, .stepLoader, .vishidden, deckgrid[deckgrid]::before {
    visibility: hidden;
}

.grid.ng-leave {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

    .grid.ng-leave.ng-leave-active {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }

.grid.ng-enter {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
}

    .grid.ng-enter.ng-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.mt-card {
    border-radius: 2px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
}

.mt-row {
    margin: auto -.75rem;
}

.mt-icon {
    width: auto;
    height: 15px;
    vertical-align: top;
}

.mt-tooltip {
    z-index: 20;
    padding: 20px;
    color: #4a4a4a;
    opacity: 1 !important;
    width: 340px !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

.mt-button, .mt-datepicker {
    width: 100%;
}

.mt-tooltip > tip-arrow {
    top: -5px;
    margin-right: -8px;
    border: 6px solid #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -1px 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: -1px 1px 1px 0 rgba(0,0,0,.2);
    border-color: transparent transparent transparent #fff !important;
}

.mt-button {
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 2px;
    background-color: #e2860a;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
}

.mt-button-grey {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    background-color: #f3f3f3;
}

.mt-button-y {
    background-color: #f5a623;
}

.mt-button-small {
    width: 50%;
}

.mt-input-group {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
}

    .mt-input-group > .input-group-addon {
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .mt-input-group > .form-control {
        border: none;
        border-radius: 0;
        padding: 20px 10px;
    }

    .mt-input-group > select.form-control {
        height: auto;
        padding: 11px 10px;
    }

    .mt-input-group > .form-control:focus {
        border-bottom: none;
    }

.mt-strikethrough {
    text-decoration: line-through;
}

.mt-small {
    font-size: 12px !important;
}

.mt-regular {
    font-size: 14px !important;
}

.mt-h5 {
    margin: 0;
    font-size: 24px;
}

.mt-h6 {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.mt-text-bold {
    font-weight: 600 !important;
}

.mt-text-center {
    text-align: center;
}

.mt-text-left {
    text-align: left;
}

.mt-inline-block {
    display: inline-block;
}

.mt-hr {
    margin: 0;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #e5e5e5;
}

.mt-black {
    color: #4a4a4a;
}

.mt-grey {
    color: #909090;
}

.mt-green {
    color: #27ae5f !important;
}

.mt-primary {
    color: #e2860a;
}

.mt-padding-15 {
    padding: 15px;
}

.mt-padding-20 {
    padding: 20px;
}

.mt-padding-modal {
    padding: 60px 20px;
}

.mt-margin-t-10 {
    margin-top: 10px;
}

.mt-margin-t-20 {
    margin-top: 20px;
}

.mt-margin-t-30 {
    margin-top: 30px;
}

.mt-margin-r-10 {
    margin-right: 10px;
}

.mt-margin-r-20 {
    margin-right: 20px;
}

.mt-margin-r-70 {
    margin-right: 70px;
}

#phoneCatModal p, .vrow .card {
    margin: 0;
}

.card-title-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.after {
    opacity: .6;
}

#otpCatModal, #phoneCatModal {
    z-index: 1007 !important;
    margin-top: 60px;
}

    #otpCatModal .modal-content, #phoneCatModal .modal-content {
        padding: 0;
        margin-bottom: 0;
    }

    #otpCatModal #vpp-pm-heading, #phoneCatModal #vpp-pm-heading {
        background-color: #e1e1e1;
        padding: 10px;
        color: #828282;
    }

    #otpCatModal a, #phoneCatModal a {
        color: #4a4a4a;
    }

    #otpCatModal #vpp-pm-text, #phoneCatModal #vpp-pm-text {
        color: #828282;
        font-size: 12px;
        padding: 10px;
    }

#otpCatModal {
    width: 90%;
}

    #otpCatModal h4 {
        font-size: 16px;
        margin-top: 20px;
        color: #4a4a4a;
    }

    #otpCatModal #otpForm {
        text-align: center;
    }

    #otpCatModal .intl-tel-input {
        left: -30px;
    }

    #otpCatModal .otpModalText {
        font-size: 12px;
        width: 90%;
        margin: 30px auto 20px;
        color: #9b9b9b;
    }

    #otpCatModal button {
        color: #fff;
        background-color: #bdc3c7;
        border: none;
        width: 100%;
        height: 30px;
    }

    #otpCatModal #otpVerifyForm .input-field {
        width: 90%;
        margin: auto;
    }

    #otpCatModal #vpp-resend-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }

        #otpCatModal #vpp-resend-div p {
            font-size: 15px;
        }

            #otpCatModal #vpp-resend-div p:first-child, #otpCatModal #vpp-resend-div p:last-child {
                color: #09bb5d;
            }

.card-image {
    min-height: 106px;
}

    .card-image .card-title-custom img {
        width: 30px;
        margin: auto;
    }

.v-card .card-image img {
    width: initial;
}

.vrow {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}

.card-include {
    background-color: #f4f4f4;
    min-height: 300px;
}

.v-card {
    background-color: #fff;
    padding: 5px !important;
    height: 310px;
}

.vcard-title {
    font-weight: 600;
    color: #e2860a;
    font-size: 16px;
    margin-top: 10px;
    width: 70%;
}

.vcard-city {
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 35px;
}

.vrating {
    right: 6px;
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    padding: 0 8px;
}

    .vrating i {
        position: relative;
        font-size: 14px;
        width: 16px;
        top: 2px;
        color: #ffcf00;
    }

.insta-quote, .vreviews {
    position: absolute;
    right: 6px;
}

    .ratingNo, .vreviews span {
        color: #4a4a4a;
    }

.ratingNo {
    font-size: 13px;
}

.vreviews {
    margin-top: 35px;
}

.insta-quote {
    top: 6px;
    background-color: rgba(231,46,119,.7);
    z-index: 1;
}

    .insta-quote img {
        position: relative;
        top: 3px;
        padding: 2px 5px;
    }

.loader-vc {
    margin: auto;
    display: block;
}

.vendor-category-name {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
    left: 5px;
    overflow: hidden;
}

#mobileVendorPage .vendor-category-name, #vpp-page-desc p, .cat-btn, .vpp-p-name p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vendor-category-city-m {
    position: relative;
    width: 70%;
    top: 13px;
    font-weight: 400;
    color: #909090;
    margin: 0;
    left: 4px;
}

    .vendor-category-city-m i {
        font-size: 16px;
        color: #909090;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

.vendor-card-contact {
    border-radius: 2px;
    background-color: #7dbb00;
    height: 28px;
    position: absolute;
    bottom: 3px;
    padding: 5px 10px 3px;
    right: 0;
}

    .vendor-card-contact span {
        color: #fff;
        font-size: 14px;
        position: relative;
        bottom: 2px;
    }

.v-h-f, .v-h-f img, .v-h-f span {
    position: absolute;
}

.vendor-card-contact img {
    height: 14px;
}

.vendor-category-r-m {
    position: absolute;
    right: 2px;
    top: 2px;
}

.vendor-card-rating {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}

.c-star {
    color: gold;
}

.c-rating {
    float: right;
    color: #4a4a4a;
    left: 4px;
    top: 2px;
    margin: 0;
}

.vendor-card-review {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
}

    .vendor-card-review p {
        color: #909090 !important;
        margin: 0;
    }

#vc-load-more {
    width: 150px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #4a4a4a;
    background-color: transparent;
    margin: 30px auto auto;
    padding-left: 0;
    display: block;
}

.v-h-f {
    border-top: 12px solid rgba(51,51,51,.51);
    border-bottom: 12px solid rgba(51,51,51,.51);
    border-right: 10px solid transparent;
    width: 110px;
    z-index: 1;
    top: -8px;
}

    .v-h-f img {
        top: -7px;
        padding-left: 4px;
        width: 18px;
        height: 15px;
    }

    .v-h-f span {
        font-size: 12px;
        top: -8px;
        left: 22px;
        color: #fff;
    }

.cat-head {
    font-size: 14px;
    color: #e2860a;
    margin: 0;
    position: relative;
    display: inline-block;
}

#dropdownCat span, #dropdownCity span, #dropdownColor span, .cat-btn, .city-head {
    color: #4a4a4a;
}

.cat-head span {
    color: #4a4a4a;
    font-size: 12px;
    margin-left: 5px;
}

.category-heading {
    position: relative;
    margin-bottom: 15px;
    padding-top: 10px;
}

    .category-heading img {
        width: 30px;
        vertical-align: bottom;
        margin-right: 5px;
    }

.cat-btn {
    background: #e2860a;
    font-weight: 700;
    display: block;
    padding: 15px 10px !important;
    border-right: 1px solid #e1e1e1;
    font-size: 14px;
}

.catCol {
    padding: 0 !important;
}

.filter-btn, .filter-heading {
    letter-spacing: 1px;
    padding: 12px;
    font-weight: 600;
    text-align: center;
}

.catCol .cat-btn {
    background: url(/images/down-arrow.svg) 90% 50% no-repeat #fff;
}

.listing {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05),inset 0 -1px 0 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05),inset 0 -1px 0 0 rgba(0,0,0,.12);
    z-index: 9;
    position: absolute;
    width: 100%;
}

#dropdownCat, #dropdownCity, #dropdownColor {
    width: 100% !important;
    left: 0 !important;
    overflow-x: hidden;
}

    #dropdownCat li, #dropdownCity li, #dropdownColor li {
        position: relative;
    }

    #dropdownCat i, #dropdownCity i, #dropdownColor i {
        position: absolute;
        right: 0;
        top: 12px;
    }

    #dropdownCat img, #dropdownCity img, #dropdownColor img {
        width: 20px;
        margin-right: 10px;
        top: 2px;
        position: relative;
    }

.color-filter {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    top: 4px;
    margin-right: 18px;
}

.filter-box {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    background: #f4f4f4;
    width: 100%;
}

.city-head {
    background: #f4f4f4;
    font-size: larger;
    font-weight: 600;
}

.filter-heading {
    background: #e2860a;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.filter-btn, .filter-footer {
    position: fixed;
    width: 100%;
    bottom: -20px;
}

.filter-footer {
    z-index: 9;
}

    .filter-footer div {
        font-size: 14px;
        text-align: center;
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
        font-weight: 600;
    }

        .filter-footer div:nth-child(2) {
            background-color: #e2860a;
            color: #fff;
        }

        .filter-footer div:first-child {
            color: #4a4a4a;
            background-color: #fff;
        }

.filter-btn {
    z-index: 3;
    color: #e2860a;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.2);
}

    .filter-btn img {
        vertical-align: top;
        margin-right: 6px;
        position: relative;
        top: 3px;
    }

    .filter-btn span {
        padding: 1px 7px;
        color: #828282;
        font-size: 14px;
        margin-left: 8px;
        border-radius: 4px;
        border: 1px solid #828282;
    }

#vendor-card {
    position: relative;
    padding-top: 65px;
    padding-bottom: 25px;
    z-index: 2;
}

.filter-content {
    background: #f4f4f4;
    min-height: 530px;
}

    .filter-content div range-slider, .filter-content div section {
        background: #fff;
        padding: 10px 15px;
        margin: 10px 0;
        -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
        display: block;
    }

#locPlus span i, .vendor-category-price span {
    margin-left: 5px;
}

.filter-content div range-slider h5, .filter-content div section h5 {
    font-size: large;
    font-weight: 600;
    color: #4a4a4a;
}

.filter-content div range-slider li, .filter-content div section li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 4px;
    font-size: medium;
    color: #4a4a4a;
}

.dropdown-menu rzslider .rz-bar.rz-selection {
    background: #e2860a;
}

.dropdown-menu rzslider .rz-pointer {
    top: -11px;
    border: 1px solid #e1e1e1;
    width: 25px;
    z-index: 4;
    height: 25px;
    background-color: #fff;
    outline: 0;
}

    .dropdown-menu rzslider .rz-pointer.rz-active:after {
        background-color: #fff;
    }

.min-max-value {
    float: right;
    padding: 8px;
    text-align: center;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 600;
}

    .min-max-value span {
        color: #4a4a4a;
        letter-spacing: 1.1px;
    }

.main-value {
    height: 55px;
    background-color: #f6f6f6;
}

.dropdown-menu p {
    font-size: large;
    font-weight: 600;
    color: #4a4a4a;
}

.filter-select {
    background-color: #e2860a;
    color: #fff !important;
}

.vendor-category-price {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    bottom: 12px;
    left: 2px;
    color: #e2860a;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

    .vendor-category-price svg {
        width: 16px;
        position: absolute;
        height: 16px;
        left: 0;
        bottom: 4px;
    }

#city-loc {
    max-height: 100%;
    height: 100%;
    z-index: 1000 !important;
}

#locPlus span i {
    vertical-align: middle;
    display: inline-block;
}

input:not([type]):focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #f4f4f4 !important;
    box-shadow: 0 1px 0 0 #f4f4f4 !important;
}

.search {
    left: 0;
    right: 0;
    top: 0;
    margin-top: 1px;
    padding: 1px 0 0;
    z-index: 2;
}

    .search .search-wrapper {
        position: fixed;
        width: 100%;
        margin: -2px 0;
    }

#locSearch i, .lastFilter, .loc-done {
    position: relative;
}

.search .search-wrapper #search {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0 45px 0 15px;
    border: 0;
    outline: 0;
}

[type=checkbox].filled-in:checked + label:after {
    border: 2px solid #e2860a;
    background-color: #e2860a;
}

.loc-done {
    float: right;
    color: #e2860a;
    font-weight: 600;
    right: 40px;
    font-size: 16px;
}

#s-v-s li div, .filled-in label {
    color: #4a4a4a;
}

#locSearch {
    position: absolute;
    width: 50%;
    left: 25px;
}

    #locSearch #search {
        position: absolute;
        padding-left: 34px;
        border-bottom: 1px solid #4a4a4a;
        color: #4a4a4a;
    }

    #locSearch i {
        top: 10px;
    }

.lastFilter {
    margin-bottom: 90px;
}

.sliderVendor {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

    .sliderVendor.opened {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    .sliderVendor.closed {
        -webkit-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        transform: translate(0,-100%);
    }

    .sliderVendor.closed-filter {
        -webkit-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
        transform: translate(0,100%);
    }

.loc-top {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}

rzslider .rz-bubble.rz-limit {
    display: none;
}

#photos-search, #vendor-search {
    position: relative;
    top: 66px;
    border-radius: 2px;
    z-index: 4;
    margin-left: 20px;
    background: #fff;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}

    #photos-search input, #vendor-search input {
        margin: 0;
        padding-left: 50px;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        position: relative;
        border: none;
    }

    #photos-search i, #vendor-search i {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #828282;
    }

#s-v-s li {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

    #s-v-s li img {
        margin: 0 0 0 10px;
        width: 40px;
        height: 30px;
        vertical-align: top;
    }

    #s-v-s li div {
        display: inline-block;
        margin-left: 15px;
        position: relative;
        width: 75%;
    }

        #s-v-s li div h4 {
            font-size: 16px;
            margin: 0;
        }

        #s-v-s li div h5 {
            font-size: 14px;
            margin: 0 0 10px;
        }

#share-modal-ul li:nth-of-type(1) span, #share-modal-ul li:nth-of-type(2) span, #share-modal-ul li:nth-of-type(3) span, #share-modal-ul li:nth-of-type(4) span, #vpp-photo-share li:nth-of-type(1) span, #vpp-photo-share li:nth-of-type(2) span, #vpp-photo-share li:nth-of-type(3) span, #vpp-photo-share li:nth-of-type(4) span, .share-span {
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
}

#vpp-page-desc div, #vpp-page-desc h2 {
    display: -webkit-box;
    display: -ms-flexbox;
}

#img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) p:nth-of-type(1), #img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) p:nth-of-type(2), #img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) p:nth-of-type(3), .text-message {
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.vpp-arrow-back {
    position: absolute;
    left: 10px;
    z-index: 100000000;
    background-color: transparent !important;
    font-size: 30px;
    width: 15%;
    margin-left: 10px;
    color: #fff;
}

.pink-budget {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #e72d75;
}

#vpp-sp-div {
    height: 35px;
}

#vpp-sp-text-div {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.vpp-se-cover {
    background-size: cover;
    width: 80px;
    height: 80px;
    background-position: 50% 50%;
    overflow: hidden;
}

#vpp-top-icon {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 15%;
    height: 46px;
    padding-left: 10px;
    color: #fff;
}

#vpp-tr-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.vpp-rr-div tooltip {
    float: right;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #49c500;
    top: -10px;
    right: 10px;
}

.vendor-category-type-Handpicked {
    border-top: 12px solid rgba(51,51,51,.71);
    border-bottom: 12px solid rgba(51,51,51,.71);
    border-right: 10px solid transparent;
    width: 110px;
    position: absolute;
    top: 6px;
    z-index: 1;
}

#vpp-btn-gpq a:hover {
    color: #4a4a4a !important;
}

.vpp-f-hIcon {
    position: absolute;
    padding-left: 4px;
    width: 18px !important;
    height: 15px !important;
    left: 0;
    top: -10px;
}

#vpp-page-desc h2, #vpp-page-desc h3 {
    width: 75%;
    margin-left: 15px;
    color: #fff;
}

.vpp-vendor-category-type-h {
    position: absolute;
    font-size: 12px;
    top: -8px;
    left: 22px;
    color: #fff;
    font-weight: 600;
}

#vpp-page-desc {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.8)));
    background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.8));
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.8));
    width: 100%;
}

    #vpp-page-desc h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: -12px;
    }

    #vpp-page-desc h2 {
        font-size: 1.4rem;
        font-weight: 500;
        display: flex;
    }

    #vpp-page-desc p {
        color: #fff;
        margin-top: 0;
        width: 70%;
        margin-bottom: 10px !important;
        margin-left: 15px !important;
    }

    #vpp-page-desc div {
        position: absolute;
        bottom: 15px;
        right: 10px;
        color: #fff;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        #vpp-page-desc div span {
            font-size: 14px;
            margin-left: 6px;
            margin-top: 3px;
        }

    #vpp-page-desc i {
        font-size: 20px;
    }

#vpp-vendorPrice {
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    padding-top: 7px;
    position: relative;
    padding-bottom: 7px;
    background-color: #fff;
    padding-left: 15px;
    margin-bottom: 10px;
}

.vpp-p-box {
    width: 25%;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    margin-right: -4px;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .vpp-p-box p {
        margin: 0;
    }

#vpp-sp-price-div {
    position: absolute;
    top: 10px;
    right: 10px;
}

    #vpp-sp-price-div img {
        height: 11px;
        margin-right: 2px;
    }

#vpp-sp-text {
    font-size: 16px;
    color: #4a4a4a;
    margin: 0;
}

#vpp-sp-ppp {
    font-size: 10px;
    letter-spacing: .8px;
    color: #9b9b9b;
    margin: 0;
}

.vpp-sp-price {
    font-size: 20px;
    letter-spacing: 1.2px;
    color: #e72d75;
    margin: 0;
}

.vpp-p-box-n, .vpp-vd-heading {
    font-size: 14px;
    font-weight: 600;
}

.vpp-star {
    color: #f4c800;
}

#mobileVendorPage .vendor-cat-imgc {
    position: absolute;
    bottom: -4px;
    right: 8px;
    border-radius: 1px;
    color: #fff;
    line-height: 18px;
}

    #mobileVendorPage .vendor-cat-imgc img {
        position: relative;
        left: 5px;
        display: inline-block !important;
    }

    #mobileVendorPage .vendor-cat-imgc p {
        position: relative;
        bottom: 7px;
        margin: 0;
        display: inline-block !important;
    }

.vpp-p-br {
    border-right: 1px solid #e8e8e8;
}

.vpp-p-box-n {
    color: #9b9b9b;
}

.vpp-icon-c {
    color: #4a4a4a;
}

.w-color {
    color: #fff;
}

.vpp-vd-heading {
    letter-spacing: 1.2px;
    margin: 5px 0 20px;
}

    .vpp-vd-heading a {
        color: #4a4a4a;
    }

.vpp-faq-question {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    color: #4a4a4a;
    margin: 0;
}

.vpp-faq-answer {
    margin: 0;
    margin-bottom: 15px !important;
    color: gray;
    font-size: 14px;
}

    .vpp-faq-answer .vpp-rupee {
        font-size: 12px;
    }

div[hm-read-more] a {
    color: #e2860a !important;
}

.vpp-img-block {
    overflow: hidden;
    position: relative;
    height: 150px;
    padding: 0 !important;
    margin-bottom: 2%;
    width: 48% !important;
    background-color: #f4f4f4;
}

.vpp-last-g-img, .vpp-p-name {
    position: absolute;
    width: 100%;
}

.m-r2 {
    margin-right: 2%;
}

.m-l-35 {
    margin-left: -35px;
}

.vpp-last-g-img {
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.4);
}

    .vpp-last-g-img p {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1.8px;
        margin: 0;
    }

.vpp-p-name {
    bottom: 0;
    color: #fff;
    padding-left: 5px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.5));
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.5));
}

    .vpp-p-name p {
        width: 68%;
        margin-left: 10px;
        font-size: 14px;
        font-weight: 600;
    }

#mobileVendorPage .fb-name-div {
    margin-top: 0;
    position: relative;
    top: 20px;
    font-size: 14px;
}

.vpp-p-icount {
    position: absolute;
    bottom: 0;
    right: 8px;
    border-radius: 1px;
    color: #fff;
    line-height: 18px;
}

    .vpp-p-icount p {
        display: inline-block;
        font-size: 12px;
    }

    .vpp-p-icount img {
        display: inline-block;
        position: relative;
        top: 4px;
        left: 3px;
        height: 18px;
    }

#mobileVendorPage #vendorCallMask, #mobileVendorPage #vendorDetails, #mobileVendorPage #vendorReviews, #mobileVendorPage .venueAbout {
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
}

#mobileVendorPage .reviewBox button {
    height: 35px;
    padding: 0;
}

.vpp-show-all {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #e2860a;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}

.vpp-rr-div {
    margin-left: -15px;
    position: relative;
}

.r-ReviewerName {
    margin-left: 10px;
}

    .r-ReviewerName a {
        color: #4a4a4a;
    }

.reviewDate {
    margin: 0;
    margin-left: 10px !important;
}

.showMoreBanquet {
    margin-bottom: 15px;
}

    .showMoreBanquet a {
        color: #4a4a4a;
        font-size: 12px;
        font-weight: 700;
    }

#mobileVendorPage #rating-value .empty {
    color: rgba(141,141,141,.48) !important;
}

#mobileVendorPage #rating-value .material-icons {
    margin-right: -7px;
}

#mobileVendorPage #rating_simple {
    position: absolute;
    top: 5px;
    left: 5.5em;
}

#mobileVendorPage .rating-disp {
    right: -30px;
}

#mobileVendorPage #your-rating {
    margin-top: 7px;
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 600;
    margin-left: 5px;
}

#mobileVendorPage .carousel {
    height: 230px !important;
}

#mobileVendorPage .vendor-category-div {
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    padding: 5px;
    height: 100%;
}

#mobileVendorPage .vendor-category-name {
    font-size: 13.1px !important;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #e2860a;
    width: 70%;
    margin-top: 5px;
}

#mobileVendorPage .vendor-category-city {
    font-size: 11.5px !important;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #9b9b9b;
    margin-top: 5px;
    margin-left: 5px;
}

#mobileVendorPage .vendor-category-rating {
    width: 47px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    position: absolute;
    bottom: 30px;
    right: 0;
}

    #mobileVendorPage .vendor-category-rating i {
        color: #f4c800;
        font-size: 13px !important;
    }

    #mobileVendorPage .c-review-count, #mobileVendorPage .vendor-category-rating p {
        position: absolute;
        text-align: right;
        color: #9b9b9b;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
    }

    #mobileVendorPage .vendor-category-rating p {
        top: 1px;
        right: 7px;
        font-size: 10.6px !important;
    }

#mobileVendorPage #browseSimilar {
    padding: 10px 20px 20px 15px;
    margin-bottom: -30px;
}

#mobileVendorPage #mobileVendorPage .vendor-category-pic {
    height: 140px;
}

#mobileVendorPage .c-review-count {
    right: 0;
    bottom: 8px;
    font-size: 11.5px !important;
}

#mobileVendorPage #browse-similar-text {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.2px;
    color: #4a4a4a;
    margin-top: 5px;
    margin-bottom: 15px;
}

.vpp-carousel-img {
    height: 200px !important;
    width: 89% !important;
    min-height: 200px !important;
    padding-left: 15% !important;
    left: -54px !important;
}

#mobileVendorPage .reviewMoney {
    padding: 5px 5px 5px 10px !important;
    outline: 0 !important;
    margin: 10px 10px 13px !important;
    border: 1px solid #e7e7e7 !important;
    width: 87% !important;
    height: 18px !important;
}

#reviewForm, #reviewForm textarea {
    border: 1px solid #e7e7e7;
}

    #reviewForm textarea {
        width: 100%;
        padding: 10px;
        outline: 0;
        height: 130px;
        border-width: 0 0 1px;
    }

#sendQueryRestModal, #sendQueryVenueModal {
    height: 100%;
    max-height: 100%;
    background-color: #fff;
}

    #sendQueryRestModal .modal-content, #sendQueryVenueModal .modal-content {
        padding: 0;
    }

.vpp-send-query {
    height: 46px;
    background-color: #e2860a;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    position: relative;
}

    .vpp-send-query a {
        color: #fff;
        position: absolute;
        top: 50%;
        top: 55%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        left: 10px;
    }

        .vpp-send-query a:hover {
            color: #fff !important;
        }

    .vpp-send-query p, .vpp-send-query span {
        color: #fff;
        position: absolute;
        top: 50%;
        font-weight: 600;
    }

    .vpp-send-query p {
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 18px;
    }

    .vpp-send-query span {
        right: 15px;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        font-size: 14px;
    }

.vpp-se-heading {
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    padding: 8px 14px;
}

    .vpp-se-heading p {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #9b9b9b;
    }

        .vpp-ip-field, .vpp-se-heading p:first-child {
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
        }

        .vpp-se-heading p:first-child {
            font-size: 16px;
            color: #4a4a4a;
        }

#vppFunctionForm {
    margin-bottom: 50px;
}

    #vppFunctionForm .input-field input {
        border-bottom: 1px solid #e7e7e7;
    }

    #vppFunctionForm [type=radio].with-gap:checked + label:after, #vppFunctionForm [type=radio].with-gap:checked + label:before, #vppFunctionForm [type=radio]:checked + label:after {
        border: 2px solid #e2860a;
    }

    #vppFunctionForm [type=radio].with-gap:checked + label:after, #vppFunctionForm [type=radio]:checked + label:after {
        background-color: #e2860a;
        z-index: 0;
    }

    #vppFunctionForm .vpp-radio-div label {
        font-size: 16px;
        letter-spacing: 1.3px;
        color: #4a4a4a;
    }

#vppMenuOption {
    margin-top: 10px;
}

.vpp-ip-field {
    font-size: 12px;
    letter-spacing: .5px;
    color: #4a4a4a;
}

.vpp-veg-option {
    padding: 6px 6px 6px 10px;
    border-radius: 2px 2px 0 0;
    border: solid #d5d5d5;
    border-width: 1px 1px 0;
    position: relative;
}

    .vpp-veg-option label {
        position: absolute;
        right: 0;
        top: 10px;
    }

.vpp-nonveg-option {
    padding: 6px 6px 6px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 0 0 2px 2px;
    position: relative;
}

    .vpp-nonveg-option label {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

.m-l50 {
    margin-left: 50px;
}

#vpp-aysa {
    margin-top: 20px;
}

.vpp-se-btn {
    position: fixed;
    bottom: 0;
    width: 105%;
    margin-right: -10px;
    border-radius: 0;
    background-color: #e2860a;
    margin-left: -10px;
}

.vegNonvegListing {
    position: relative;
    padding-right: 0;
}

.vpp-menu-type-name {
    position: absolute;
    margin-left: 10px;
}

.vpp-dp-div {
    border-top: solid 1px #eaeaea;
    padding: 10px;
    margin-left: -10px;
}

    .vpp-dp-div div {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .vpp-dp-div p {
        float: right;
        letter-spacing: .7px;
        color: #4a4a4a;
        font-size: 22px;
        margin-left: 3px;
    }

    .vpp-dp-div span {
        font-size: 12px;
        color: #e72d76;
        margin-top: 5px;
        margin-left: 5px;
    }

#successVenueModal {
    width: 90%;
    max-height: 89%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
}

    #successVenueModal .modal-content {
        padding: 0;
    }

    #successVenueModal .modal-header {
        padding-bottom: 20px;
        padding-top: 20px;
        background-color: #fbfbfb;
        border-radius: 4px 4px 0 0;
        padding-left: 20px;
    }

    #successVenueModal #vpp-venue-rr img {
        float: left;
    }

    #successVenueModal h2 {
        font-size: 22px;
        color: #e2860a;
        margin-bottom: 5px;
        margin-left: 20px;
        margin-top: 10px;
        text-align: left;
    }

    #successVenueModal p {
        font-size: 13px;
        text-align: left;
    }

#book-trial, #img-detail-modal .modal-content .img-after-sec .first-row div, #success-enquiry, .block-date-btn, .vpp-tr-div span {
    text-align: center;
}

#successVenueModal .col.s6 img {
    width: 30px;
}

#successVenueModal .cross {
    position: absolute;
    top: 0;
    color: grey;
    right: 0;
}

#mask-call, #mask-no {
    color: #09bb5d;
}

#successVenueModal .cross i {
    padding: 5px 10px;
}

.vpp-green-tick {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-large:hover, .btn:hover {
    background-color: #e2860a;
}

#TMT-button {
    margin: 0;
}

.l-h14 {
    line-height: 14px;
}

.w-33_4 {
    width: 33.4%;
}

#mask-no {
    float: right;
    font-size: 18px;
    font-weight: 400;
}

#vpp-share {
    line-height: 25px;
}

    #vpp-share i {
        display: inline-block;
        float: left;
    }

    #vpp-share p {
        margin-left: 30px;
    }

.stepLoader {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    z-index: 9999999;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.idm-tagged-v-div {
    margin-left: 0;
    line-height: 20px;
}

    .idm-tagged-v-div p {
        margin-left: 10px !important;
    }

    .idm-tagged-v-div span {
        margin-left: 10px;
    }

#share-modal-ul, #vpp-photo-share {
    top: inherit !important;
    width: 100% !important;
    background-color: #fff !important;
}

    #share-modal-ul li > a, #vpp-photo-share li > a {
        line-height: 0;
    }

    #share-modal-ul li:nth-of-type(1), #vpp-photo-share li:nth-of-type(1) {
        min-height: 0;
        padding: 10px 15px 0;
        color: #3b5998;
    }

        #share-modal-ul li:nth-of-type(1) i, #vpp-photo-share li:nth-of-type(1) i {
            color: #3b5998 !important;
        }

        #share-modal-ul li:nth-of-type(1) span, #vpp-photo-share li:nth-of-type(1) span {
            color: #3b5998 !important;
            margin: 0;
        }

    #share-modal-ul li:nth-of-type(2), #share-modal-ul li:nth-of-type(3), #share-modal-ul li:nth-of-type(4), #vpp-photo-share li:nth-of-type(2), #vpp-photo-share li:nth-of-type(3), #vpp-photo-share li:nth-of-type(4) {
        min-height: 0;
        padding: 0 15px;
        color: #3b5998;
    }

        #share-modal-ul li:nth-of-type(2) i, #vpp-photo-share li:nth-of-type(2) i {
            color: #616366 !important;
        }

        #share-modal-ul li:nth-of-type(2) span, #vpp-photo-share li:nth-of-type(2) span {
            color: #616366 !important;
            margin: 0;
        }

        #share-modal-ul li:nth-of-type(3) i, #vpp-photo-share li:nth-of-type(3) i {
            color: #1ab7ea !important;
        }

        #share-modal-ul li:nth-of-type(3) span, #vpp-photo-share li:nth-of-type(3) span {
            color: #1ab7ea !important;
            margin: 0;
        }

        #share-modal-ul li:nth-of-type(4) i, #vpp-photo-share li:nth-of-type(4) i {
            color: #09bb5d !important;
        }

        #share-modal-ul li:nth-of-type(4) span, #vpp-photo-share li:nth-of-type(4) span {
            color: #09bb5d !important;
            margin: 0;
        }

    #share-modal-ul li {
        padding: 10px 0 !important;
    }

    #share-modal-ul .fa:before {
        margin-right: 15px;
    }

    #share-modal-ul span {
        font-size: 18px !important;
    }

#img-detail-modal {
    overflow-x: hidden;
    background: #fff;
    height: 100%;
    max-height: 100%;
}

    #img-detail-modal .modal-content {
        padding: 0;
    }

        #img-detail-modal .modal-content .img-sec {
            position: relative;
            min-height: 190px;
            background-color: #000;
            -webkit-transition: min-height 1s;
            transition: min-height 1s;
        }

            #img-detail-modal .modal-content .img-sec img {
                width: 100%;
            }

            #img-detail-modal .modal-content .img-sec .loader {
                -webkit-animation: rotator 1.4s linear infinite;
                animation: rotator 1.4s linear infinite;
                position: absolute;
                font-size: 70px;
                top: -webkit-calc(50% - 25px);
                top: calc(50% - 25px);
                left: -webkit-calc(50% - 25px);
                left: calc(50% - 25px);
                visibility: hidden;
                z-index: 9999999;
            }

            #img-detail-modal .modal-content .img-sec .cross {
                background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(transparent));
                background-image: -webkit-linear-gradient(top,rgba(0,0,0,.4),transparent);
                background-image: linear-gradient(to bottom,rgba(0,0,0,.4),transparent);
                position: absolute;
                top: 0;
                color: #fff;
                left: 0;
                width: 100%;
            }

        #img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(1) img, .idm-tagged-pic div {
            width: 50px;
            height: 50px;
        }

        #img-detail-modal .modal-content .img-sec .cross i {
            padding: 5px 10px;
        }

        #img-detail-modal .modal-content .img-sec .l-arrow i, #img-detail-modal .modal-content .img-sec .r-arrow i {
            font-size: 30px;
            padding: 10px 3px;
        }

        #img-detail-modal .modal-content .img-sec .r-arrow {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            background-color: rgba(0,0,0,.4);
        }

        #img-detail-modal .modal-content .img-sec .l-arrow {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            background-color: rgba(0,0,0,.4);
        }

        #img-detail-modal .modal-content .img-after-sec .first-row {
            border-bottom: 1px solid #e1e1e1;
            padding: 5px 0;
            min-height: 40px;
        }

            #img-detail-modal .modal-content .img-after-sec .first-row div i {
                color: #e2860a;
            }

            #img-detail-modal .modal-content .img-after-sec .first-row div span {
                font-size: 16px;
                position: absolute;
                margin-left: 8px;
                color: #e2860a;
            }

        #img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) {
            top: -5px;
            position: relative;
            margin-left: 10px;
        }

            #img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) p:nth-of-type(1) {
                font-weight: 700;
                color: #e2860a;
                font-size: 14px;
            }

            #img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) p:nth-of-type(2), #img-detail-modal .modal-content .img-after-sec .second-row div:nth-of-type(2) p:nth-of-type(3) {
                color: #828282;
                font-size: 12px;
            }

        #img-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) {
            position: relative;
        }

            #img-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) i {
                color: grey;
            }

            #img-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) span {
                position: absolute;
                font-size: 13px;
                font-weight: 700;
                font-style: normal;
                font-stretch: normal;
                color: #9b9b9b;
                letter-spacing: .8px;
                margin-left: 8px;
                top: 3px;
            }

            #img-detail-modal .modal-content .img-after-sec .third-row div:nth-of-type(1) p {
                margin: -5px 0 0 35px;
                font-size: 14px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                color: #4a4a4a;
                position: absolute;
            }

        #img-detail-modal .modal-content .img-after-sec .fourth-row .photo-tags {
            display: inline-block;
            border: 1px solid #e1e1e1;
            margin: 5px 10px 0 0;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 400;
            color: #828282;
            letter-spacing: .7px;
        }

.call-btn a, .vpp-tr-div {
    display: -webkit-box;
    display: -ms-flexbox;
}

#img-detail-modal .modal-content .img-after-sec .fourth-row p {
    font-size: 13px;
    margin: 10px 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    color: #9b9b9b;
}

#img-detail-modal .modal-content .img-after-sec .fifth-row, #vpp-menu-options {
    margin-top: 20px;
}

#img-detail-modal .modal-content .img-after-sec .fourth-row p img {
    margin-right: 10px;
    vertical-align: sub;
}

#img-detail-modal .modal-content .img-after-sec .fifth-row p {
    color: #9b9b9b;
    letter-spacing: .8px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.idm-tagged-pic div {
    background-size: cover;
    background-position: center;
}

#mobileVendorPage .stepLoader-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
    stroke: #fff;
}

#vc-brand-pic {
    float: left;
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,.3);
}

#contact-details {
    margin-left: 100px;
}

.vc-close {
    position: absolute;
    right: -25px;
    top: -70px;
    font-size: 40px;
    color: #fff;
    opacity: 1;
}

#send-enquiry-div button {
    height: 44px;
    border-radius: 2px;
    background-color: #e2860a;
    border: none;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
}

#sendQueryRestModal {
    background-color: #f4f4f4;
}

    #sendQueryRestModal textarea {
        height: 100px;
        border-radius: 2px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
        box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
        border: none;
        border-bottom: solid 1px #e7e7e7;
        width: 100%;
        outline: 0;
    }

    #sendQueryRestModal .contact-details-div {
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 20px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 -1px 0 0 #e6e6e6,inset 0 1px 0 0 #e6e6e6;
        box-shadow: inset 0 -1px 0 0 #e6e6e6,inset 0 1px 0 0 #e6e6e6;
        position: relative;
        margin-bottom: 10px;
    }

#send-enquiry-div {
    background-color: #fff;
    padding: 20px;
}

    #send-enquiry-div h5 {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .5px;
        color: #4a4a4a;
    }

#profile-name {
    font-size: 22px;
    font-weight: 400;
    color: #e2860a;
    margin-bottom: 6px;
    width: 90%;
}

#book-trial {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-radius: 2px;
    border: 2px solid #e2860a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.9px;
    color: #e2860a;
    background: 0 0;
    padding: 10px 13px;
}

.profile-info, .profile-info a:hover {
    color: #4a4a4a !important;
}

.profile-info {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

#sendQueryRestModal .modal-header h3 {
    margin: 0 0 0 15px;
}

#req-service, #vc-map-loc, .vpp-cb-label {
    margin-top: 10px;
}

#vc-map-loc {
    font-size: 12px;
    font-weight: 600;
    color: #e2860a;
    position: relative;
    left: 20px;
}

#success-enquiry {
    color: #09bb5d;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2px;
}

#sendQuerySuccess {
    top: -webkit-calc(50% - 50px) !important;
    top: calc(50% - 50px) !important;
}

#share_fb {
    margin-left: 10px;
    padding-left: 30px;
}

.vpp-tr-div {
    display: flex;
    padding-left: 15px;
}

    .vpp-tr-div span {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #e2860a;
        padding-left: 10px;
        line-height: 15px;
    }

.block-date-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    border: none;
    background-color: #e2860a;
    color: #fff;
    height: 46px;
    z-index: 2;
}

    .block-date-btn span {
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .9px;
        margin-left: 10px;
    }

    .block-date-btn img {
        position: relative;
        top: 5px;
    }

.call-btn {
    line-height: 46px;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.2);
}

    .call-btn a {
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .call-btn a:hover {
            color: #fff !important;
        }

        .call-btn a i {
            font-size: 20px;
            position: relative;
            top: 11px;
            left: 6px;
        }

        .call-btn a img {
            height: 25px;
        }

        .call-btn a span {
            font-size: 16px;
            color: #e2860a !important;
        }

#transactionModal {
    height: 100%;
    max-height: 100%;
    background-color: #f4f4f4;
}

    #transactionModal .modal-content {
        padding: 0;
    }

    #transactionModal .input-field input {
        background-color: transparent;
        border-bottom: 1px solid #9e9e9e;
    }

#mobileVendorPage [type=checkbox].filled-in:not(:checked) + label:after, #mobileVendorPage [type=radio].with-gap:checked + label:after, #mobileVendorPage [type=radio].with-gap:checked + label:before, #mobileVendorPage [type=radio]:checked + label:after, #mobileVendorPage [type=radio]:not(:checked) + label:after, #mobileVendorPage [type=radio]:not(:checked) + label:before {
    border: 2px solid #e2860a;
}

#req-service {
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    margin-left: 10px;
}

#vpp-tr-func-detail-div, #vpp-tr-funcs-div, #vpp-tr-services-div {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    margin-top: 10px;
}

    #vpp-tr-func-detail-div .service-div p, #vpp-tr-funcs-div .service-div p, #vpp-tr-services-div .service-div p {
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #4a4a4a;
    }

    #vpp-tr-func-detail-div .func-box, #vpp-tr-funcs-div .func-box, #vpp-tr-services-div .func-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 10px;
    }

    #vpp-tr-services-div > div {
        background-color: #fbfbfb;
        -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
        margin: 8px 0;
        padding-left: 5px;
    }

#mobileVendorPage [type=radio].with-gap:checked + label:after, #mobileVendorPage [type=radio]:checked + label:after {
    background-color: #e2860a;
}

#mobileVendorPage .service-div {
    border: 0;
    padding-left: 15px;
    line-height: 40px;
}

#mobileVendorPage .chips {
    border-bottom: none;
}

    #mobileVendorPage .chips input {
        display: none;
    }

#mobileVendorPage .chip {
    border-radius: 2px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 1px 0 0 rgba(231,231,231,.5);
    box-shadow: 0 1px 0 0 rgba(231,231,231,.5);
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #4a4a4a;
}

#mobileVendorPage #successBookModal {
    overflow-y: inherit;
}

#mobileVendorPage .cost-est-price {
    margin-top: 10px;
}

#mobileVendorPage #cost-est-total {
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 0 rgba(0,0,0,.15);
    padding-bottom: 25px;
}

#mobileVendorPage #cost-est-div {
    background-color: #fff;
}

#mobileVendorPage .cost-est-cost {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
}

#mobileVendorPage #cost-est-total div:last-child {
    font-size: 14px;
    color: #0cd168 !important;
}

#mobileVendorPage .cost-est-val {
    right: 15px;
    margin-right: 0;
}

#mobileVendorPage #start-time {
    height: 30px;
}

#mobileVendorPage #step1Form {
    background-color: #fff;
    padding: 0 15px 15px;
}

#mobileVendorPage .service-ip-text {
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mobileVendorPage .extra-charge-out {
    height: 44px;
    border-radius: 2px;
    background-color: #fffbfd;
    border: 1px solid #f6c7da;
    line-height: 44px;
    padding-left: 16px;
    margin: 0;
}

    #mobileVendorPage .extra-charge-out p {
        font-size: .8rem;
        margin-left: -4px;
    }

#mobileVendorPage #undo-service img {
    padding: 8px 7px 10px 9px;
}

#mobileVendorPage #undo-service span {
    position: relative;
    top: -12px;
}

#vpp-tr-city-div {
    background-color: #fff;
    padding: 15px;
    margin-top: 10px;
}

.vpp-city-dropdown {
    width: 100%;
}

    .vpp-city-dropdown input {
        padding-left: 20px;
        border-bottom: solid 1px #e7e7e7 !important;
        width: 95%;
    }

#cityDropdown, #timeDropdown {
    max-height: 200px;
    width: 100% !important;
}

.vpp-city-dropdown label {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .5px;
    color: #4a4a4a !important;
}

#cityDropdown {
    padding: 10px 0;
    top: 45px !important;
    background-color: #fff !important;
}

    #cityDropdown span {
        color: #4a4a4a;
        padding-left: 0;
    }

    #cityDropdown li {
        min-height: 40px !important;
        padding-left: 10px !important;
    }

    #cityDropdown input {
        -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
        box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
        position: relative;
        right: 0;
        width: 100%;
        border: none;
        padding-left: 10px;
        height: 2.5rem;
    }

#vpp-bng-div\>div, #vpp-mav-div\>div {
    position: relative;
    margin-top: 15px;
}

#vpp-bng-div p, #vpp-mav-div p {
    display: inline-block;
}

#vpp-bng-div h5, #vpp-mav-div h5 {
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
}

#vpp-bng-div label, #vpp-mav-div label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #4a4a4a;
}

label[id*=label-radio-] {
    font-size: 15px !important;
    color: #4a4a4a;
}

.vpp-tr-section-heading {
    padding: 5px 5px 5px 15px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}

#cityFuncModal, #cityFuncModal input, #timeDropdown li:hover, .func-box {
    background-color: #fff;
}

.vpp-tr-section-heading p {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.func-a-m, .func-add {
    margin-top: 10px;
}

.func-box {
    border: none;
    padding-left: 15px;
    line-height: 30px;
}

    .func-box label {
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #4a4a4a;
    }

.func-a-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}

    .func-a-m i {
        line-height: 40px;
    }

    .func-a-m p {
        margin-left: 0;
        line-height: 44px;
    }

.func-add input:active {
    border-bottom: 0;
}

#func-form-div {
    width: 90%;
    margin: auto;
    padding-bottom: 5px;
}

    #func-form-div #vpp-chips-div {
        margin-top: 30px;
    }

    #func-form-div .vpp-ff-text {
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: .5px;
        color: #4a4a4a;
        margin-bottom: 10px;
        left: 0;
    }

    #func-form-div .ip-icon {
        position: absolute;
        bottom: 4px;
        right: 0;
    }

    #func-form-div .convtext {
        margin: 0;
    }

#timeDropdown {
    top: 48px !important;
    background-color: #fff !important;
    padding: 10px;
}

    #timeDropdown li {
        font-size: 18px;
    }

#cityFuncModal {
    max-height: 100%;
    height: 100%;
}

    #cityFuncModal input {
        padding-left: 40px;
    }

    #cityFuncModal ul {
        margin-top: 10px;
        padding: 10px 0;
    }

    #cityFuncModal li {
        padding: 10px;
        height: 50px;
        line-height: 35px;
    }

    #cityFuncModal .modal-content {
        padding-left: 0;
        padding-right: 0;
    }

#wedmegoodApp .ngdialog-content {
    width: 80% !important;
    border-radius: 0 !important;
}

    #wedmegoodApp .ngdialog-content p {
        padding-top: 10px;
        outline: 0;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
    }

    #wedmegoodApp .ngdialog-content a {
        font-weight: 600;
    }

    #wedmegoodApp .ngdialog-content .vpp-dialog-text {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 20px;
    }

#wedmegoodApp .se-text-check {
    font-size: 14px;
    line-height: 1.5;
    color: #e5221d;
    text-align: left;
    margin-top: 19px;
}

#wedmegoodApp .r-Reviewrating {
    position: absolute;
    color: #909090 !important;
    font-size: 12px;
    right: 0;
}

#wedmegoodApp .vendor-category-name {
    position: relative;
        font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
    left: 5px;
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
}

#wedmegoodApp .vp-no-reviews {
    margin-top: 1px;
}

#vpp-btn-fd {
    margin-left: -5%;
    color: #fff !important;
}

#servicesCostModal {
    max-height: 100%;
}

    #servicesCostModal .close-step-3 {
        font-size: 25px;
        position: absolute;
        right: 10px;
    }

    #servicesCostModal .modal-content {
        padding: 0;
    }

    #servicesCostModal .vpp-cost-est-title {
        height: 30px;
        background-color: #f3f3f3;
        margin-left: -16px;
        padding-left: 15px;
        line-height: 30px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .5px;
        color: #4a4a4a;
    }

    #servicesCostModal .service-div {
        padding-left: 0;
    }

    #servicesCostModal .freebie-div {
        display: block;
        position: static;
    }

        #servicesCostModal .freebie-div div {
            margin-left: 35px;
        }

    #servicesCostModal .plus-minus-addon {
        float: none !important;
        margin-left: 10px;
        margin-top: 0;
        margin-right: 0;
    }

.vpp-freebie-upto {
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.vpp-addon-child-div {
    display: block;
    height: auto;
}

.vpp-service-cost p, .vpp-ttv-div p {
    display: inline-block;
}

.vpp-cost-est-child {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px !important;
    margin-top: 0 !important;
}

.z-1003 {
    z-index: 1003 !important;
}

.vpp-serv-mk-text {
    font-weight: 400;
    color: #4a4a4a;
}

.func-makeup-div {
    margin-top: 10px;
}

.vpp-service-cost {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .vpp-service-cost p {
        font-size: 20px;
    }

.vpp-func-city-div {
    margin-top: 40px;
}

    .vpp-func-city-div #vpp-syc {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .5px;
        left: 0;
    }

.vpp-ttv-div p:last-child {
    margin-left: 60px;
}

.vpp-ttv-div label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4a4a4a;
}

#otpModal {
    width: 90%;
}

    #otpModal h4 {
        font-size: 16px;
        margin-top: 20px;
        color: #4a4a4a;
    }

    #otpModal #otpForm {
        text-align: center;
    }

    #otpModal .intl-tel-input {
        left: -30px;
    }

    #otpModal .otpModalText {
        font-size: 12px;
        width: 90%;
        margin: 30px auto 20px;
        color: #9b9b9b;
    }

    #otpModal button {
        color: #fff;
        background-color: #bdc3c7;
        border: none;
        width: 100%;
        height: 30px;
    }

    #otpModal #otpVerifyForm .input-field {
        width: 90%;
        margin: auto;
    }

.loader-button, .loader-white {
    z-index: 9;
    left: 50%;
    margin-right: -50%;
}

#otpModal #vpp-resend-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

    #otpModal #vpp-resend-div p {
        font-size: 15px;
    }

        #otpModal #vpp-resend-div p:first-child, #otpModal #vpp-resend-div p:last-child {
            color: #09bb5d;
        }

.otpModalError {
    font-size: 12px;
    margin-left: 40px !important;
    color: red;
    margin-top: 10px !important;
}

#otpModal, #phoneModal {
    margin-top: 60px;
}

    #otpModal .modal-content, #phoneModal .modal-content {
        padding: 0;
        margin-bottom: 0;
    }

    #otpModal #vpp-pm-heading, #phoneModal #vpp-pm-heading {
        background-color: #e1e1e1;
        padding: 10px;
        color: #828282;
    }

    #otpModal a, #phoneModal a {
        color: #4a4a4a;
    }

    #otpModal #vpp-pm-text, #phoneModal #vpp-pm-text {
        color: #828282;
        font-size: 12px;
        padding: 10px;
    }

.loader-white {
    bottom: 10px;
    position: fixed;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

#review-sucs, .includedServ div, .loader-button {
    -ms-transform: translate(-50%,-50%);
}

.loader-white .loader-path {
    stroke: #fff;
}

.loader-button {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#successModal .col-md-3 p, .percent-off {
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}

.loader-button .loader-path {
    stroke: #fff;
}

.serviceToast {
    background-color: #2bbbad;
    position: fixed;
    top: 40px !important;
    right: 20px;
    width: 70%;
    border-radius: 3px;
    letter-spacing: .5px;
    word-break: break-word;
    font-weight: 600;
}

.cat-city-head {
    font-weight: 700;
    background-color: #f6f6f6;
    line-height: 40px !important;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #9b9b9b !important;
    cursor: default;
    margin-right: 0;
    width: 100% !important;
    margin-bottom: 10px;
}

#exc-offers, #func-pax-ul li, #undo-service, .pointer, .siLi, .skipText, .trans-func-ip, .typeCity {
    cursor: pointer;
}

.close-btn-div {
    position: absolute;
    top: -25px;
    right: -50px;
}

    .close-btn-div i {
        color: #fff;
        font-size: 25px;
    }

.sv-step-text {
    line-height: 14px;
    display: inline-block;
    position: relative;
    top: -14px;
    left: 10px;
}

#beatPer, .close-modal-pic, .freebie-div, .other-link {
    position: absolute;
}

#mobileVendorPage p {
    margin: 0;
}

#fb-friend-div {
    height: 60px;
    border-radius: 2px;
    background-color: rgba(75,109,192,.03);
    border: 1px solid rgba(63,94,151,.2);
}

.venue-sp-div .v-sp-text {
    font-weight: 600;
    color: rgba(0,0,0,.73);
}

.venue-sp-div .v-sp-disc-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .venue-sp-div .v-sp-disc-div p:first-child {
        display: inline-block;
        font-size: 24px;
    }

    .venue-sp-div .v-sp-disc-div p:last-child {
        font-size: 10px;
        display: inline-block;
        margin-top: 8px;
    }

.venue-sp-div .v-pp {
    font-size: 14px;
    color: #9b9b9b;
}

.friend-img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    display: inline-block;
}

.friend-img-div {
    display: inline-block;
    height: 100%;
    margin: 12px;
    float: left;
}

.fb-name-div {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #4a4a4a;
    width: 50%;
}

#fb-text-div {
    display: inline-block;
}

#fb-str {
    float: right;
    line-height: 60px;
    height: 100%;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    color: #e72d76;
    margin-right: 20px;
}

#browseSimilar, .venueAbout, .venueOverview {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.overviewHeight {
    background-color: #fff;
    height: 400px;
}

#mobileVendorPage .modal-right-panel {
    background-color: #fff;
    padding-top: 15px;
}

.similar_images {
    height: 70px;
    padding: 0 10px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.close-modal-pic {
    right: -24px;
    top: -20px;
    font-size: 40px;
    color: #fff;
    opacity: 1;
}

#similarLocality {
    float: right;
    margin-top: 15px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    color: #4a4a4a;
}

    #similarLocality:hover {
        color: #e2860a !important;
    }

.more-from-vendor {
    margin-top: 20px;
    margin-left: 30px;
}

    .more-from-vendor .col-md-4 {
        padding: 0 10px 0 0;
    }

.pink-color {
    background-color: #f6276c !important;
}

#maskNumber {
    margin-top: 30px;
    background-color: #fff;
    margin-right: 70px;
    margin-bottom: -29px;
    -webkit-box-shadow: inset 0 1px 0 0 #efefef;
    box-shadow: inset 0 1px 0 0 #efefef;
    height: 67px;
    line-height: 67px;
}

#perPlateBeat, .makeup-service {
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
}

.left-arrow i, .right-arrow i {
    background-image: url(https://d2eanzqpmoo3ec.cloudfront.net/images/frontback.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 45px;
    width: 27px;
}

#maskNumber div {
    margin: auto;
    padding: 0 20px;
}

#maskNumber #mask-call {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #36cb71;
    margin-top: 4px;
}

.hideSection, .left-arrow i {
    display: block;
}

#maskNumber #mask-no {
    float: right;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    color: #36cb71;
}

#maskNumber i {
    margin-right: 7px;
}

.skipText {
    color: #9e9e9e !important;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    float: right !important;
    margin-top: 17px;
    font-size: 13px;
}

.left-arrow i {
    background-position: 0 0;
}

.right-arrow i {
    background-position: 0 -46px;
    display: block;
}

.scheduleBorderButton {
    border: 2px solid #f5a623 !important;
    color: #e79309 !important;
    background-color: #fff !important;
}

.review-text {
    font-size: 14px;
    word-break: break-word;
    margin-top: 6px;
}

#exc-offers tooltip._multiline, #perPlateBeat, .exc-tooltip-percent p, .makeup-service, .menukindBeat, .other-link span {
    display: inline-block;
}

.h-100 {
    height: 100%;
}

.b-f1 {
    background-color: #e1e1e1;
}

.other-link {
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e2860a;
    right: 0;
    padding: 2px 10px 0;
    top: 0;
}

    .other-link img {
        height: 19px;
        margin-top: -2px;
        margin-right: 5px;
    }

.w-auto {
    width: auto !important;
}

.w-69 {
    width: 69% !important;
}

.h-80 {
    height: 80px !important;
}

.other-link span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e72d76;
}

#beatPer {
    z-index: 2;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    right: 31px;
    border-radius: 4px;
    overflow: auto;
    width: 23.5%;
    padding-left: 15px;
    padding-top: 5px;
}

#beat-spin {
    top: 44px;
    right: 46%;
}

#beatPer p {
    font-size: 14px;
    margin-bottom: 5px;
}

.h2Beat {
    font-size: 22px;
    color: #e72d77;
}

.menukindBeat {
    font-size: 14px;
}

#verifyMobDigit {
    top: 50%;
    right: 5%;
}

.beatwhats {
    color: rgba(0,0,0,.52);
    margin-top: 50px;
    font-size: 14px;
}

.rr-div, .rr-div h2 {
    font-size: 22px;
    font-weight: 400;
    color: #e72d75;
}

.freebie-div {
    top: 10px;
    right: 0;
}

.exclusive-icon {
    float: right;
    margin-top: -30px;
}

.freebie-div div {
    height: 21px;
    border-radius: 2px;
    border: 1px solid rgba(12,209,104,.5);
    line-height: 21px;
    width: 68px;
    text-align: center;
    float: left;
    margin-right: 8px;
}

.rr-div img {
    float: left;
    margin-left: 30%;
}

.rr-div h2 {
    margin-top: 10px;
    float: left;
    margin-left: 13px;
}

.freebie-exc, .percent-text {
    font-size: 12px;
    font-weight: 700;
}

.greyed-out-cost {
    color: #9b9b9b !important;
}

    .greyed-out-cost span {
        text-decoration: line-through;
    }

.freebie-percent {
    position: relative;
    width: 32px;
    width: 63px;
    float: left;
    height: 21px;
    margin-top: 12px;
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 5px;
    border: 1px solid rgba(12,209,104,.5);
}

.freebie-percent-breakup {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    float: none;
    line-height: 21px;
    vertical-align: top;
}

.freebie-exc {
    color: #e2860a;
}

.percent-text {
    color: #0cd168;
}

.freebie-div img {
    float: right;
    margin-top: 4px;
}

.percent-off {
    position: absolute;
    top: 0;
    font-size: 10px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,0);
    font-weight: 700;
    color: #9b9b9b;
}

#perPlateBeat, .exc-tooltip p, .support-text {
    font-size: 14px;
}

#perPlateBeat {
    position: relative;
    margin-left: -5px;
    height: 40px;
    line-height: 37px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    border: 1px solid #e1e1e1;
    width: 27%;
    padding-left: 13px;
    color: #4a4a4a;
}

#browseSimilar, .venueAbout {
    padding: 10px 20px 20px;
}

#browseSimilar {
    padding: 10px 20px 20px 25px;
}

.col-md-7 {
    padding-left: 30px;
}

#wedmegoodApp #vendorDiv {
    background-color: #efefef;
}

.serv-width {
    width: 95%;
    padding-left: 20px;
}

.h-420 {
    height: 420px;
}

.h-20 {
    height: 20px;
}

.h-30 {
    height: 30px;
}

.m-l0 {
    margin-left: 0 !important;
}

.vimeoFrame {
    overflow: hidden;
    margin: 0 auto;
    height: 246px;
}

    .vimeoFrame .vimeoXtra {
        margin-top: -47px;
        height: 344px;
    }

.support-text {
    position: absolute;
    top: -24px;
    left: 0;
    font-weight: 600;
}

#exc-offers {
    float: left;
    padding-top: 15px;
}

.exc-tooltip {
    position: absolute;
    background-color: #4a4a4a;
    color: #fff;
    padding: 18px;
    z-index: 2;
    z-index: 1000000;
    right: -20px;
    top: -350px;
}

    .exc-tooltip .fa-caret-right {
        position: absolute;
        right: -11px;
        top: 27px;
        color: #4a4a4a;
        font-size: 35px;
    }

.exc-tooltip-percent {
    margin: 10px 0;
}

.exc-tooltip-tc {
    font-size: 13px !important;
    font-weight: 400;
    color: #c1c1c1;
    margin-top: 5px;
}

.exc-tooltip-percent div {
    float: left;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #0cd168;
    height: 23px;
    border-radius: 2px;
    border: 1px solid rgba(12,209,104,.7);
    margin-right: 10px;
}

.exc-tooltip-percent p {
    font-size: 14px;
    font-weight: 600;
    color: #0cd168;
    margin-left: 10px;
}

#exc-offers img {
    margin-right: 7px;
}

#exc-offers span {
    font-size: 14px;
    font-weight: 400;
    color: #e2860a;
}

.h-180 {
    height: 180px !important;
}

.func-makeup-div {
    float: right;
    width: 69%;
    font-size: 14px;
}

.makeup-service {
    position: relative;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    border: 1px solid #e1e1e1;
    height: 40px;
}

#rating_simple {
    position: relative;
    padding: 0;
    margin-top: 5px;
}

.block-info {
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin: 27px 40px 0;
    text-align: center;
}

.m-lr-15 {
    margin-left: -15px !important;
    margin-right: -15px;
}

.functionCity {
    width: 69%;
    margin-left: 31%;
    line-height: initial;
    border-radius: 4px;
}

#beatModal .modal-size {
    width: 490px;
    border-radius: 4px;
    margin-bottom: 0;
}

#beatModal h3 {
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 0;
}

#beatModal .modal-header p {
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 13px;
}

#beatModal .modal-body {
    padding-left: 30px;
    text-align: left;
    padding-top: 20px;
    padding-right: 30px;
}

#beatModal .beat-input {
    margin-top: 10px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 40px;
    width: 73%;
    outline: 0;
    border-right: 0;
    display: inline;
}

#beatModal #submit-beat {
    border-radius: 2px;
    background-color: #e2860a;
    height: 44px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.9px;
    text-align: center;
    border: none;
    width: 100%;
    color: #fff;
    margin-top: 30px;
}

#beatModal .intl-tel-input {
    width: 100%;
}

#cost-est-total {
    border-radius: 2px;
    background-color: #e6faef;
    -webkit-box-shadow: 0 2px 0 0 #0cd168,inset 0 1px 0 0 rgba(12,209,104,.4);
    box-shadow: 0 2px 0 0 #0cd168,inset 0 1px 0 0 rgba(12,209,104,.4);
    margin-left: -15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.rolling-save {
    bottom: 18px;
    right: 45%;
}

#cost-est-total div {
    padding-top: 10px;
    position: relative;
}

    #cost-est-total div:first-child {
        font-weight: 600;
    }

    #cost-est-total div:last-child {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .6px;
        color: #0cd168;
    }

#vHeading {
    font-size: 24px;
    color: rgba(0,0,0,.81);
    font-weight: 700;
    margin: 0 0 10px;
    width: 70%;
}

    #vHeading span {
        margin-left: 10px;
        font-size: 13px;
        font-weight: 500;
    }

.vProfilebox {
    width: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    color: #fff;
    background-color: #fff;
    z-index: 1;
}

.heading-bar, .vendor-category-content {
    position: relative;
}

#mobileVendorPage .vendor-category-pic {
    height: 140px;
}

.vendor-category-rating {
    padding-left: 4px;
    padding-right: 7px;
}

.heading-bar {
    font-size: 18px;
    padding: 11px 20px 11px 43px;
    margin: 0 -28px 10px;
    color: #fff;
    background-color: #e1e1e1;
}

#cost-est-div {
    margin-left: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding-left: 15px;
}

#noBoxShad {
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.2);
    box-shadow: 0 3px 9px rgba(0,0,0,.2);
    border: none;
}

.cost-est-title {
    height: 32px;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: solid #e1e1e1;
    margin-left: -16px;
    border-width: 0 0 1px 1px;
    font-size: 12px;
    color: #9b9b9b;
    font-weight: 700;
    padding-left: 15px;
    line-height: 30px;
}

#trans-addInfo {
    margin-left: 15px;
    width: 97%;
    height: 89px;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    outline: 0;
}

.heading-bar-inactive {
    position: relative;
    font-size: 18px;
    padding: 11px 20px 11px 43px;
    margin: 0 -15px 10px;
    color: #fff;
    background-color: #e1e1e1;
}

.city-style {
    margin-left: 0 !important;
    width: 100%;
}

.city-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    width: 93%;
    z-index: 2;
}

.v-p-city {
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    position: relative;
    right: 0;
    width: 100%;
    border: none;
    padding: 10px;
    outline: 0;
}

.vendor-page-city {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #e1e1e1;
    border-top: none;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    margin-top: 0;
}

tooltip {
    font-size: 13px;
    color: #c1c1c1;
    line-height: 4px;
}

.addon-parent tooltip {
    margin-top: 2px;
}

#booking-recent-3step {
    position: absolute;
    top: 30px;
    right: 36px;
    border: 1px solid rgba(12,209,104,.44);
    padding: 5px 15px;
    border-radius: 2px;
}

    #booking-recent p, #booking-recent-3step p {
        font-size: 14px;
        color: #0cd168;
        display: inline-block;
    }

#booking-recent {
    padding-top: 15px;
    margin-bottom: -8px;
    text-align: center;
    float: right;
}

    #booking-recent img, #booking-recent-3step img {
        margin-top: -2px;
        margin-right: 5px;
    }

.fixedQuote {
    position: fixed !important;
    -webkit-animation: appear .8s;
    animation: appear .8s;
    top: 60px;
    width: 401px;
    margin-right: 46px !important;
}

.heading-bar p, .heading-bar-inactive p {
    color: #4a4a4a;
    font-size: 22px;
}

.addon-spin {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
}

#cal-img-photographer {
    position: absolute;
    right: 10px;
    top: 10px;
}

.progressive-thumbnail {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

#review-sucs, .includedServ div {
    -webkit-transform: translate(-50%,-50%);
}

.vendor-comments {
    border-radius: 2px;
    background-color: #fff9ee;
    border: 1px solid #f5e5cc;
    padding: 7px 10px;
    width: 100%;
    line-height: 16px;
    margin-top: 10px;
}

    .vendor-comments img {
        width: 40px;
    }

    .vendor-comments div {
        display: inline-block;
        top: 10px;
        position: relative;
        left: 5px;
    }

.vendor-comm-text {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4a4a4a;
}

.vendor-comm-ans {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
}

.function-points {
    background-color: #f0f0f0;
    margin-top: -10px;
    margin-left: -15px;
    height: auto;
    padding-bottom: 20px;
}

.func_ques {
    font-size: 14px;
    letter-spacing: .5px;
    color: #4a4a4a;
    font-weight: 600;
    margin: 30px 15px 15px;
}

#func_quote_btn {
    margin: 30px 30px 30px 10%;
    width: 80%;
    border: none;
    background-color: #e2860a;
    color: #fff;
    height: 42px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
}

.trans-success-bar {
    position: relative;
    font-size: 20px;
    padding: 0 20px 12px 25px;
    margin: 0 10px 0 -8px;
}

.func-input-fields {
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    border: 1px solid #e1e1e1 !important;
    border-radius: 0;
}

.typeCity {
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
}

.hr-discount {
    border: 1px solid #e1e1e1;
    width: 96%;
    height: 0;
}

.step3-discount {
    padding-bottom: 20px;
    display: inline-block;
    color: #f5a623;
}

.trans-success-tick {
    width: 38px;
    height: 35px;
    background-color: #3fc343;
    position: absolute;
    left: -20px;
    top: -8px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

tags-input .tags .tag-item {
    background: 0 0 !important;
}

.trans-success-tick:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-width: 6px 1px 0 12px;
    border-style: solid;
    border-color: #327434 #327434 transparent transparent;
}

.trans-func-form label {
    display: block;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 17px;
}

.first-coloumn, .step3-benefits {
    margin-left: -15px;
}

.serviceFuncDiv {
    float: right;
    width: 65%;
    margin-bottom: 12px;
}

    .serviceFuncDiv p {
        display: inline-block;
        font-size: 20px;
        color: #4a4a4a;
    }

.step3-benefits {
    padding: 0 30px 30px;
    width: 103.1%;
    margin-bottom: -15px;
    background-color: #f0f0f0;
}

.extra-charge-out {
    height: 44px;
    border-radius: 2px;
    background-color: #fffbfd;
    border: 1px solid #f6c7da;
    line-height: 44px;
    padding-left: 16px;
    margin-left: 15px;
    margin-right: 8px;
    margin-top: 30px;
}

    .extra-charge-out p {
        font-size: 16px;
        color: #f1659c;
    }

.serviceFuncDiv span:first-child {
    font-size: 12px;
}

.height0 {
    height: 0;
}

tags-input.trans-func-ip {
    padding: 0;
    height: auto;
    margin-bottom: 17px;
    min-height: 37px;
    border: none;
}

#one-serv {
    position: absolute;
    top: 0;
    right: 10px;
    color: red;
}

tags-input .tags {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .vpPhone, tags-input .tags .tag-item {
        -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    }

        tags-input .tags .tag-item .remove-button {
            position: absolute !important;
            top: -4px !important;
            right: -11px !important;
            height: 20px !important;
            width: 20px !important;
            border-radius: 50% !important;
            border: 1px solid #4a4a4a !important;
            padding-left: 4px !important;
            z-index: 1;
            background-color: #fff !important;
        }

    tags-input .tags .tag-item {
        height: 40px !important;
        border-radius: 2px;
        background-color: #fbfbfb !important;
        box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
        border: 1px solid #e1e1e1 !important;
        position: relative;
        font-size: 15px;
        color: #4a4a4a;
        line-height: 40px !important;
        padding: 0 10px !important;
        margin-bottom: 5px !important;
    }

.trans-func-ip .host {
    margin-top: 0;
    outline: 0;
}

#undo-service {
    width: 82px;
    height: 35px;
    border-radius: 2px;
    background-color: #fff;
    background-color: var(--#fff);
    border: 1px solid #e1e1e1;
    float: right;
    clear: both;
    margin-bottom: 10px;
    line-height: 35px;
}

#cityFuncModal, #phoneModal, #sendQueryRestModal, #sendQuerySuccess, #servicesCostModal, #shareModal, #successBookModal {
    z-index: 1007 !important;
}

#undo-service img {
    padding: 4px 7px 11px 8px;
}

#cont-one {
    margin-top: 70px;
    width: 100%;
    background-color: #e2860a;
}

.step3-no-func {
    height: 22px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    padding: 0 8px;
    margin-left: 10px;
    font-size: 12px;
    color: #9b9b9b;
}

#seVerfPageDiv .verifyNo, .vpPhone {
    height: 40px;
}

#numVerfPageDiv {
    display: none;
}

.func-a-m p, .trans-cb p {
    display: inline-block;
}

#numVerfPageDiv .selected-flag {
    border-right: 1px solid #e1e1e1;
}

#numVerfPageDiv .verifyNo {
    width: 82px;
    height: 40px;
    border-radius: 2px;
    background-color: #fbfbfb;
    border: 1px solid #e1e1e1;
    margin-left: 15px;
}

.convtext {
    font-size: 14px;
    color: #4a4a4a;
    margin: 10px 0 0 15px;
}

#numVerfPageDiv .pVendor {
    margin-top: 15px;
}

.vpPhone {
    border-radius: 2px;
    background-color: #fff;
    background-color: var(--#fff);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    border: 1px solid #e1e1e1;
    width: 258px;
}

#block-suc {
    font-size: 16px;
    text-align: center;
    color: #e2860a;
}

.ph-no-text {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #4a4a4a;
    font-weight: 700;
    margin: 10px 0;
}

#contact-vendor {
    font-size: 16px;
    text-align: center;
    color: #9b9b9b;
    margin-top: 20px;
}

.vefError {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    color: red;
    font-weight: 600;
}

.func-a-m, .func-add button, .trans-cont-btn {
    font-size: 14px;
    letter-spacing: 2.1px;
    font-weight: 600;
}

#func-pax-ul {
    position: absolute;
    z-index: 2;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    right: 0;
    top: 38px;
    border-radius: 4px;
    height: 200px;
    overflow: auto;
    width: 105px;
}

.album-image, .portfolio-image, .vOdiv {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.trans-cont-btn {
    border: none;
    margin-left: 15px;
    width: 97%;
    height: 44px;
    color: #fff;
    border-radius: 2px;
    background-color: #9b9b9b;
    margin-top: 30px;
}

.func-a-m, .func-add, .func-add button {
    background-color: #fff;
}

.trans-cb {
    left: 10px;
    right: 0;
    top: 0 !important;
}

.service-div {
    height: 44px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    position: relative;
    line-height: 44px;
    padding-left: 40px;
}

.trans-func-ip {
    float: right;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    width: 69%;
    height: 37px;
}

.func-a-m {
    text-align: center;
    color: #e2860a;
    border-radius: 3px;
}

.func-add {
    height: 46px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin-left: 15px;
}

    .func-add input {
        height: 44px;
        width: 72%;
        border: none;
        border-right: 1px solid #e1e1e1;
        outline: 0;
        padding-left: 20px;
    }

    .func-add button {
        border: none;
        width: 20%;
        height: 40px;
        text-align: center;
        color: #e72d76;
    }

tags-input .tags .input {
    display: none;
}

.cust-radio {
    color: #e2860a;
    font-size: 20px;
}

.cust-empty-radio {
    height: 16px;
    width: 16px;
    border: 2px solid #e2860a;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

#eveDetRadioError, .vendorDetailsMobile .PhoneNo {
    display: none;
}

.modal-backdrop.in {
    height: 100%;
}

.heading-bar:after, .heading-bar:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    border-style: solid;
}

.heading-bar h2 {
    font-size: 22px;
    color: #4a4a4a;
    margin-top: -15px;
}

.heading-bar:after {
    left: 0;
    border-width: 6px 3px 2px 10px;
    border-color: #acacac #acacac transparent transparent;
}

.heading-bar:before {
    right: 0;
    border-width: 6px 13px 9px 0;
    border-color: #acacac transparent transparent #acacac;
}

.c-star {
    right: 0;
}

.vendor-category-name {
    width: 54%;
}

.featuredL {
    width: 95px;
}

#mobileVendorPage .b-s-m {
    height: 195px;
}

.vOdiv {
    position: relative;
    min-height: 300px;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
}

    .vOdiv img {
        position: absolute;
        right: 0;
        width: 100%;
    }

.h-const {
    height: 100% !important;
    width: auto !important;
}

.vOdiv-norm-image {
    position: relative !important;
    width: auto !important;
}

#vendorPrice .fa-rupee {
    font-size: 18px;
    margin-right: 5px;
}

.blurIt {
    -webkit-filter: blur(5px);
}

.vProfileboxRating {
    width: 70px;
    float: right;
    text-align: center;
    color: #fff;
    margin-top: -37px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 5px;
}

#successSiteModal h2, .aHeading {
        font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

#successSiteModal h2 {
    font-size: 20px;
    color: #e2860a;
}

.vProfilebox .fa {
    margin-right: 5px;
    color: #333;
}

.vProfilebox-text {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgba(128,128,128,.77);
}

.vprof-count {
    font-weight: 700;
    color: rgba(0,0,0,.64);
}

.aHeading {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 10px;
}

._720kb-datepicker-calendar-body, ._720kb-datepicker-calendar-days-header, ._720kb-datepicker-calendar-header, datepicker, tags-input .tags .tag-item {
    font-family: proxima-nova !important;
}

.aboutvdetails {
    width: 49%;
    background-color: #efefef;
    float: left;
    margin-bottom: 10px;
    position: relative;
    padding: 15px 15px 0;
    line-height: 18px;
}

.vdetailstitle {
    color: rgba(128,128,128,.75);
    font-size: 12px;
    margin-bottom: 10px !important;
}

.vdetailsFcap {
    font-size: 16px;
}

.vdetailsFloatCap {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.in_out_logo {
    position: absolute;
    height: 45px;
    width: 50px;
    top: 16px;
    right: 15px;
    text-align: center;
}

.reviewBox {
    position: relative;
}

    .reviewBox button {
        margin: 10px 10px 10px 0;
        border: none;
        color: #fff;
        background-color: #d91f5b;
        padding: 8px 20px;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 4px;
        outline: 0;
        width: 15%;
    }

.rating-disp {
    margin-left: 10px;
    position: absolute;
    top: 10%;
}

.eventdetailsReq {
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    font-size: 12px;
}

.review-error {
    color: red;
    margin-left: 20px;
}

#requirementDetails, #vendorDetails, #vendorPrice, .requirementDetails {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 70px;
}

.c-p, .starting-p {
    background-color: #efefef;
    opacity: .5;
}

.price-p, .venue-rating-p {
    position: absolute;
    right: 20px;
}

.c-p {
    height: 300px;
    border-radius: 4px;
}

.starting-p {
    margin-top: 20px;
    width: 150px;
    height: 15px;
}

.faq-ques-p {
    margin-top: 40px;
    margin-bottom: 10px;
    width: 100px;
    height: 15px;
    background-color: #efefef;
    opacity: .5;
}

.venue-detail-p, .venue-name-p {
    margin-top: 20px;
    background-color: #efefef;
    opacity: .5;
}

.faq-ans-p {
    width: 200px;
    height: 15px;
    background-color: #efefef;
    opacity: .5;
}

.venue-detail-p {
    height: 220px;
    width: 100%;
}

.venue-name-p {
    margin-left: 20px;
    width: 200px;
    height: 20px;
}

.venue-add-p {
    margin-top: 15px;
    margin-left: 20px;
    width: 300px;
    height: 10px;
    background-color: #efefef;
    opacity: .5;
}

.venue-rating-p {
    width: 70px;
    top: 0;
    height: 50px;
    background-color: #efefef;
    opacity: .5;
}

.price-t-p {
    top: 50px;
}

.requirement-p {
    background-color: #efefef;
    opacity: .5;
    height: 35px;
    width: 100%;
    margin-bottom: 30px;
}

.price-p {
    top: 20px;
    background-color: #efefef;
    opacity: .5;
    height: 30px;
    width: 100px;
}

.t-o {
    -webkit-animation: anim 1s linear 0s infinite;
    animation: anim 1s linear 0s infinite;
}

.vendorDetails {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 70px;
}

.checkbox-d {
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.colorP {
    color: #fff;
    background-color: #9acd32;
    padding: 2px 5px 2px 15px;
    border-radius: 3px;
    text-align: right;
    line-height: -1px;
    width: 45px;
    margin-left: auto;
    position: relative;
}

    .cb-pos, .colorP i, .smVerify, .trans-close {
        position: absolute;
    }

    .colorP i {
        left: 6px;
        top: 6px;
        font-size: 12px;
    }

#bookingDetails, #requirementDetails, #vendorDetails {
    padding-top: 10px;
}

.checkbox-u {
    border: 2px solid #e2860a;
    color: #fff;
}

.checkbox-c {
    background-color: #e2860a;
    color: #fff;
    border: 1px solid #e2860a;
    font-size: 10px;
    padding: 3px;
}

.cb-pos {
    right: 20px;
    top: 8px;
}

.no-travel {
    color: #f6276c;
}

#review-prompt {
    font-size: 10px;
    float: right;
    bottom: 10px;
    color: #f6276c;
    margin-bottom: 10px;
}

#venue-address, .verifyNo {
    font-size: 14px;
    font-weight: 600;
}

#venue-address {
    color: grey;
    width: 80%;
}

.verifyNo {
    background-color: rgba(128,128,128,.16);
    height: 34px;
    width: 25%;
    color: #d91f5c;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    display: inline-block;
}

.venue-sub-button {
    border: none;
    color: #fff;
    background-color: #f6276c;
    width: 100%;
    font-size: 13px;
    margin-top: 15px;
    border-radius: 2px;
    height: 45px;
    font-weight: 600;
    letter-spacing: 1.9px;
}

.scheduleButton {
    background-color: #ffb100;
}

.cancelButton {
    background-color: #c1c1c1 !important;
    border: none !important;
    color: #fff !important;
}

button {
    outline: 0;
}

.not-hidden {
    display: block;
}

#smPhone {
    border-radius: 2px;
}

.w-60 {
    width: 60% !important;
}

.trans-close {
    right: -120px;
    top: -20px;
    color: #fff;
    font-size: 40px;
    opacity: 1;
}

.defaultCursor {
    cursor: default !important;
}

.city-value, .resendOtp, .tick-func {
    cursor: pointer;
}

.modal-color {
    opacity: 1 !important;
    background-color: #efefef;
}

.seVerfCode, .smVerify {
    border-radius: 2px;
    background-color: #fff;
}

.smVerify {
    width: 15%;
    font-size: 11px;
    top: 2px;
    right: 0;
    margin-top: 2px;
}

.modal-size {
    width: 900px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.m-h-q {
    padding: 0 20px;
}

#modal-right-header {
    margin: 15px 10px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

    #modal-right-header span {
        color: rgba(128,128,128,.8);
        margin-left: 5px;
        font-size: 14px;
    }

.pVendor {
    font-size: 12px;
    color: #4a4a4a;
}

.indiEventDiv {
    text-align: left;
    margin: 15px 10px;
}

    .indiEventDiv p {
        display: inline-block;
        color: rgba(0,0,0,.85);
        margin-top: 10px;
    }

.resendOtp {
    text-align: left;
    font-weight: 600;
    color: #e2860a;
    font-size: 12px;
    margin-top: 16px;
    display: none;
}

.seVerfCode {
    height: 40px;
    background-color: var(--#fff);
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.07);
    border: 1px solid #e1e1e1;
}

.four-digit {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 5px;
}

.verfCode {
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
}

#review-sucs, .info-style, .tick-func {
    text-align: center;
}

.iti-flag {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.indiEventDiv .pdiv {
    display: inline-block;
    float: right;
    width: 60%;
}

.eveDetInput {
    font-size: 12px;
    padding: 7px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    float: right;
    width: 60%;
}

#resp-text {
    color: #f6276c;
    font-weight: 600;
    margin: 5px auto 20px;
    font-size: 12px;
}

.cost-est-price, .cost-est-val {
    float: right;
    margin-right: 15px;
}

.cost-est-cost {
    font-size: 16px;
}

.cost-est-val {
    font-size: 20px;
}

    .cost-est-val i {
        font-size: 13px;
    }

.cost-est-price {
    font-size: 18px;
    color: #4a4a4a;
}

    .cost-est-price i {
        font-size: 13px;
    }

.p-b15 {
    padding-bottom: 15px;
}

.p-b0 {
    padding-bottom: 0 !important;
}

.benefits-section {
    display: inline-block;
    width: 79%;
    word-break: break-word;
    margin-left: 55px;
    margin-top: 10px;
}

.includedServ {
    display: inline-block;
    width: 25%;
    height: 46px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
    color: #4a4a4a;
    border-right: 0;
}

#menuTypeError, #review_date_error, .verifyError {
    display: none;
}

.service-tooltip {
    padding: 0;
    cursor: pointer;
    float: left;
}

.includedServ div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}

.includedServ span {
    margin-left: 3px;
}

.tick-func {
    position: absolute;
    left: 370px;
    top: 16px;
    font-size: 12px;
    color: #e2860a;
    font-weight: 600;
}

    .tick-func:hover {
        color: #c71058;
    }

.benefits-section p:first-child {
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 700;
}

.benefits-img {
    position: absolute;
    top: 24%;
}

.benefits-section p:last-child {
    font-size: 14px;
    color: #4a4a4a;
}

.stepError {
    margin-left: 30px;
    color: red;
    font-size: 13px;
}

#transactionModal .modal-dialog {
    width: 80%;
    max-width: 1000px;
    margin: 100px auto auto;
}

.hasreadonly {
    background-color: #fff !important;
    cursor: pointer !important;
}

.info-style {
    background-color: #d9edf7 !important;
    border-color: rgba(66,139,202,.5) !important;
}

    .info-style p {
        color: #31708f !important;
    }

.verifySpins1 {
    bottom: 12px;
    right: 43%;
    height: 20px;
    top: inherit;
    position: absolute;
}

.infoForm-reqErrorText {
    color: red;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 10px;
}

#vendorPrice, .vendorPrice {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    margin-top: 30px;
    margin-right: 70px;
}

#phonePcHl, #review-sucs, .after, .v-album-content {
    position: absolute;
}

.vendorPrice {
    margin-bottom: 20px;
}

#review_date {
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 3px 0 3px 15px;
    width: 100%;
}

.album-image, .portfolio-image {
    height: 170px;
    border-radius: 2px;
}

.col-md-4 .portfolio-image {
    height: 170px;
}

.slick-slide .album-image {
    height: 250px;
}

.col-md-3 .portfolio-image {
    height: 130px;
}

.portfolioImagesMobile {
    margin-left: -8px;
}

.p-2 {
    padding: 0 2px 2px;
}

.m-r10 {
    margin-right: 10px;
    margin-bottom: 10px;
}

.aGradient {
    background: 0 0 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,0,0,0)),color-stop(50%,rgba(255,0,0,0)),color-stop(80%,rgba(0,0,0,.6)),to(#010205)) !important;
    background-image: -webkit-linear-gradient(top,rgba(255,0,0,0) 0,rgba(255,0,0,0) 50%,rgba(0,0,0,.6) 80%,#010205 100%) !important;
    background-image: linear-gradient(to bottom,rgba(255,0,0,0) 0,rgba(255,0,0,0) 50%,rgba(0,0,0,.6) 80%,#010205 100%) !important;
}

.after {
    display: block;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.reviewMoney, .siteDateDiv, .siteTimeDiv {
    display: inline;
}

.after-video {
    height: 98% !important;
}

.selectColor {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    cursor: pointer;
}

.v-album-content {
    bottom: 5px;
    left: 15px;
    color: #fff;
    font-size: 13px;
}

.vegNonvegListing {
    height: 100px;
    padding: 10px;
    border: 1px solid rgba(213,213,213,.53);
}

.v-album-content p:first-child {
    font-weight: 600;
    letter-spacing: 1px;
}

.reviewMoney {
    padding: 5px 5px 5px 10px;
    outline: 0;
    width: 80%;
    margin: 10px 10px 13px;
    border: 1px solid #d5d5d5;
}

.extra_sticky, .overlay-grid .video_set_block iframe, .video_set_block iframe, .video_set_block object embed {
    border-radius: 0;
}

.plusAlbums {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.plusSize {
    font-size: 36px;
}

.menuWidth {
    max-width: 100%;
    padding: 30px;
}

#phonePcHl {
    right: 52%;
    top: 42%;
    font-size: 12px;
}

.hide, span.more-text {
    display: none;
}

.siteDateDiv select {
    width: 48%;
    margin-left: 4px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 8px;
    border-radius: 2px;
}

#menuModal .modal-body {
    text-align: center;
    max-height: 550px;
    overflow-y: auto;
}

.aHover:hover {
    color: #e2860a !important;
}

#review-sucs {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #27ae5f;
    font-weight: 600;
    width: 70%;
}

#reviewForm .row {
    width: 100%;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px;
}

#reviewed-div, #success-div {
    height: 200px;
    background-color: #efefef;
    position: relative;
}

.r-ReviewImage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 15px;
}

.close-menu {
    font-size: 30px;
    margin-top: 0;
    margin-right: 1%;
}

.fb-share {
    margin: -13px 5px;
}

.r-Reviewrating {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 14px;
}

    .r-Reviewrating .tooltips {
        float: right;
        margin-top: 5px;
    }

.r-ReviewerName {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 15px;
}

.reviewDate {
    color: gray;
    font-size: 14px;
}

.breadcrumb-ul {
    margin-bottom: 10px;
    padding-left: 0;
}

    .breadcrumb-ul a {
        color: rgba(0,0,0,.43);
        font-weight: 500;
        font-size: 12px;
    }

        .breadcrumb-ul a:hover {
            color: #e38405 !important;
            text-decoration: underline;
        }

    .breadcrumb-ul .arrow-b {
        padding: 3px;
        color: rgba(0,0,0,.43);
        font-size: 12px;
    }

.star_rating {
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 12px;
}

a.read-less, a.read-more {
    color: #e38405 !important;
}

span.more-text.show {
    display: inline !important;
}

.viewAllCmts {
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: underline;
    color: #fa3d97;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
}

.menu-options {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
}

    .menu-options span {
        font-weight: 500;
        font-size: 12px;
        color: rgba(128,128,128,.73);
    }

.menu-desc {
    font-size: 11px;
    margin-top: 5px;
    color: gray;
    width: 70%;
}

    .menu-desc ~ div {
        color: rgba(0,0,0,.59);
        font-weight: 600;
        position: absolute;
        font-size: 11px;
        text-align: center;
        right: 5%;
        top: -5px;
    }

.menu-type-heading {
    margin-bottom: 5px;
    font-size: 14px;
    width: 80%;
}

    .menu-type-heading span {
        color: rgba(0,0,0,.87);
        margin-left: 6px;
    }

    .menu-type-heading img {
        color: rgba(0,0,0,.87);
        display: inline;
        width: 15px;
    }

.plus-minus-addon, .plus-minus-addon div {
    display: inline-block;
}

.menu-options-left {
    text-align: left;
    padding: 10px;
    border: solid #d5d5d5;
    border-width: 1px 0 1px 1px;
}

.faq-answer {
    margin-bottom: 20px;
    color: gray;
    font-size: 14px;
}

.faq-question {
    margin-bottom: 2px;
    color: rgba(0,0,0,.86);
    font-weight: 600;
    font-size: 12px;
}

#venueOverviewDetail {
    padding: 20px 20px 30px;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.hrLine {
    position: absolute;
    top: 3%;
    width: 40%;
    right: 0;
    border-top: 1px solid rgba(0,0,0,.15);
}

#menuOptions, #venueOptions {
    position: relative;
    overflow: hidden;
}

.voptions {
    width: 95%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    background-color: #fbfbfb;
    margin-bottom: 0;
    margin-left: 10px;
    height: 90px;
}

.in_out_logo p {
    font-size: 10px;
    margin-top: 9px;
    color: #979797;
    line-height: 10px;
    font-weight: 600;
}

#showMoreFaq, .showMoreBanquet {
    background-color: #f3f3f3;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
}

.b-b0 {
    border-bottom: 0 !important;
}

#siteMeetingModal .modal-header button {
    margin-top: -7% !important;
    margin-right: -11% !important;
}

.plus-minus-addon {
    top: 10px;
    right: 10px;
    height: 24px;
    border-radius: 1px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 24px;
    width: 69px;
}

    .plus-minus-addon .fa-plus {
        float: right;
        width: 30%;
        border-left: 1px solid #ddd;
        line-height: 24px;
        cursor: pointer;
    }

    .plus-minus-addon .fa-minus {
        border-right: 1px solid #ddd;
        float: left;
        width: 30%;
        line-height: 24px;
        cursor: pointer;
    }

#menuOptions {
    height: 201px;
    margin: 0 10px;
}

#venueOptions {
    height: 181px;
    margin-bottom: 10px;
}

.PhoneNo {
    margin-top: 20px;
}

#albumCovers .support-icon {
    font-size: 25px;
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #fff;
}

.PhoneNo span {
    color: #e2860a;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
}

.close-ltn, .nav-wrapper .menu-icon {
    font-size: 30px;
}

.PhoneNo p {
    display: none;
}

a:hover {
    color: inherit !important;
}

.verifyMobNum {
    top: 58px;
}

.close-ltn {
    margin-top: 0;
    margin-right: -1%;
}

.ratingBox {
    display: inline-block;
    margin-left: 15px;
}

.isMobile {
    display: none;
}

.m-t12 {
    margin-top: -12px;
}

.vInfo {
    background-color: #fbfbfb;
    border-color: #e1e1e1;
    border-width: 0 1px 0 0;
    border-style: solid;
}

tooltip._steady._ready tip {
    width: 200px;
    opacity: .7;
}

.social-pages tooltip._steady._ready tip {
    width: 150px;
    opacity: .7;
}

.social-pages a {
    margin-right: 20px;
    cursor: pointer;
}

._720kb-datepicker-calendar-header {
    background: #e2860a !important;
}

.isDesktop {
    display: block;
}

.m-b-q {
    text-align: center;
    padding: 0;
}

.close-pos {
    color: #fff;
    opacity: 1;
    font-weight: 500;
    font-size: 35px;
    margin-right: -2%;
    margin-top: -2%;
}

.successSteps {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #aaa;
    position: relative;
    margin: auto;
}

    .successSteps img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.get-quote-trans {
    height: 44px;
    border-radius: 2px;
    background-color: #e2860a;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 14px;
    letter-spacing: 2.1px;
    font-weight: 700;
    margin-top: 20px;
}

.quoteHeader {
    margin: 0 -15px;
    font-size: 25px;
    padding: 15px;
    border-color: #e1e1e1;
    border-width: 0 0 1px;
    border-style: solid;
    text-align: left;
}

#successModal h2 {
    font-size: 22px;
    font-weight: 400;
    color: #e72d75;
}

    #successModal h2 + p {
        width: 80%;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #4a4a4a;
        margin: auto;
    }

#successModal .col-md-3 {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #909090;
    width: 22%;
    height: 75px;
    position: relative;
}

    #successModal .col-md-3:first-child {
        width: 33%;
    }

    #successModal .col-md-3 p {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%,0);
    }

#successModal .modal-header p {
    font-size: 14px;
    margin-top: 0;
    color: #4a4a4a;
}

#TMT-button {
    height: 34px;
    border-radius: 2px;
    background-color: #e2860a;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.9px;
    text-align: center;
    padding: 12px;
    line-height: 13px;
    -webkit-box-shadow: 0 6px 11px 0 rgba(231,46,119,.25);
    box-shadow: 0 6px 11px 0 rgba(231,46,119,.25);
    margin-bottom: 20px;
}

.coloumn-mobile, .first-coloumn {
    margin-top: -10px;
    padding-bottom: 30px;
}

    .coloumn-mobile .vendor-page-ul {
        padding-left: 15px;
        margin-right: -15px;
        position: relative;
    }

    .coloumn-mobile .vendor-page-city {
        width: 96.6%;
    }

#successModal .modal-header {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #fbfbfb;
    border-radius: 4px 4px 0 0;
}

.terms {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: rgba(0,0,0,.52);
}

.transSucM {
    width: 664px;
}

.invite-spin {
    position: absolute;
    width: 25px;
    top: 22px;
    left: 48%;
    display: none;
}

.show-loc {
    font-size: 12px;
    color: rgba(0,128,0,.66);
    font-weight: 600;
    cursor: pointer;
}

#map {
    width: initial !important;
}

.pink-text {
    color: #ec2567;
}

#rating-value .fa.empty {
    color: rgba(141,141,141,.48) !important;
}

.helpline {
    font-size: 13px;
    text-align: center;
    position: relative;
    top: 10px;
}

.m-o tooltip {
    width: 100%;
}

    .m-o tooltip._steady._ready tip {
        opacity: .9;
        width: 250px;
    }

@media only screen and (min-width:1000px) and (max-width:1350px) {
    .cont-web {
        margin-left: 86px;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #starting-price-div {
        font-size: 16px !important;
    }

    .fixedQuote {
        width: 30%;
    }

    #vendorPrice .fa-rupee {
        top: 2px;
        position: relative;
    }
}

@media screen and (min-width:480px) {
    .cu-col-md-8 {
        width: 60%;
        padding-right: 10px;
    }

    #starting-price-div {
        position: absolute;
        top: 50%;
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        right: 20px;
        font-size: 25px;
        color: rgba(0,0,0,.73);
    }

    .inc-m {
        margin-left: 15px;
    }

    .breakup-title {
        max-width: 40%;
        display: inline-block;
    }

    #back-arrow-mob, .back-button, .portfolioImagesMobile {
        display: none;
    }

    .cu-col-md-5 {
        width: 40%;
        padding-left: 10px;
    }

    .m-l-5 {
        margin-left: -5px;
    }

    .b-r0 {
        border-right: 0 !important;
    }

    .start-time-div {
        position: absolute;
        top: 0;
        right: 0;
    }

    .business-logo, .city-logo, .clock-logo {
        top: 10px;
        position: absolute;
    }

    .m-l10 {
        margin-left: 10px;
    }

    .service-hasChild {
        margin-left: 15px;
    }

    .start-time-div span {
        margin-left: 8px;
    }

    .benefit-col div:first-child {
        margin-bottom: 20px;
    }

    .business-logo {
        right: 10px;
    }

    .clock-logo {
        right: 7px;
    }

    .city-logo {
        right: 15px;
        z-index: 1;
    }

    .date-of-func {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        cursor: pointer;
    }

    .func-form-col {
        margin-top: -10px;
    }

    .date-of-func-label {
        width: 56.5%;
    }

    .first-coloumn .service-div {
        margin-left: 15px !important;
    }

    .alert-info {
        color: #31708f !important;
        background-color: #d9edf7 !important;
        border-color: #bce8f1 !important;
        width: 130%;
        text-align: center;
        border-color: rgba(66,139,202,.5) !important;
    }

    .date-of-func datepicker {
        width: 100%;
    }

    .ng-toast .ng-toast__list {
        left: auto;
        right: 32% !important;
    }

    #start-time {
        width: 105px;
        float: none;
        display: inline-block;
    }

    .sucBookText {
        font-size: 16px;
        text-align: center;
        color: #9b9b9b;
        margin: 30px auto 25px;
        width: 80%;
    }

    .vendorDetailsMobile {
        display: none;
    }

    .qPhoneDiv {
        display: inline-block;
    }

    .sucS {
        width: 350px;
    }

    .sucB {
        width: 490px;
        border-radius: 0;
    }

    .sucW {
        width: 600px;
    }

    .m-l-22 {
        margin-left: -22px;
    }

    #rating-value .fa {
        font-size: 21px;
    }

    .datePickerInput {
        padding: 7px;
        border: 1px solid #d5d5d5;
        width: 100%;
        border-radius: 2px;
    }

    #siteMeetingModal .modal-dialog {
        width: 450px;
    }

    datepicker {
        width: 50%;
    }

    .func_selected {
        width: 100% !important;
        background-color: #fff !important;
        border: none !important;
    }

    #successModal .close {
        margin-right: -6%;
    }
}

@media screen and (max-width:480px) {
    #rating-value .fa {
        font-size: 23px;
    }

    #fb-friend-div {
        height: auto;
    }

    .fb-name-div {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .breadcrumb-ul {
        display: none;
    }

    .ratingBox {
        margin-left: 0;
    }

    #maskNumber {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 2px;
    }

    .more-from-vendor, .more-from-vendor .hidden-md {
        margin-right: 15px;
    }

    .more-from-vendor {
        margin-left: 15px;
    }

    .mob-style-overview {
        margin-top: -40px;
    }

    .h-260-mob {
        min-height: 260px !important;
    }

    .f-18-mob {
        font-size: 18px !important;
    }

    .p-t10-mob {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }

    .max-add {
        text-overflow: ellipsis;
        position: relative;
        white-space: pre;
        overflow: hidden;
    }

    .m-t-10-mob {
        margin-top: -10px !important;
    }

    .m-t50-mob {
        margin-top: -50px !important;
    }

    .exc-tooltip {
        position: absolute;
        background-color: #4a4a4a;
        color: #fff;
        padding: 18px;
        z-index: 2;
        z-index: 1000000;
        bottom: 5px;
        left: 50%;
        margin-right: -50%;
        top: inherit;
        right: inherit;
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

        .exc-tooltip .fa-caret-down {
            position: absolute;
            color: #4a4a4a;
            font-size: 35px;
            bottom: -21px;
        }

    .similar-images-mob {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .modal-pc-image {
        height: 40px;
        width: auto;
    }

    .m-lt30 {
        padding-left: 15px;
    }

    .fv-text-div .pink-text {
        margin-left: 70px;
    }

    .fv-text-div .fv-cat-name {
        margin-left: 70px;
        display: inherit;
    }

    .fv-text-div .fv-city {
        margin-left: 70px;
        display: inline-block;
    }

    .p-mobile {
        padding: 0;
    }

    .r-123-mob {
        right: 123px;
    }

    .share-icons-modal {
        top: 89%;
    }

    .r-83 {
        right: 83px;
    }

    .r-45 {
        right: 45px;
    }

    .m-t20-mob {
        margin-top: 20px;
    }

    #beatModal input {
        width: 53%;
    }

    #successModal .modal-header p {
        margin-top: 20px;
        text-align: left;
        margin-left: 10px;
    }

    #cost-est-div, #trans-addInfo, .func-add, .inc-m, .step3-no-func {
        margin-left: 0;
    }

    .vOdiv img {
        width: auto;
        height: 100%;
    }

    .w-50-mobile {
        width: 50%;
    }

    .hideSection {
        width: 100%;
    }

    #perPlateBeat {
        width: 47%;
    }

    .reviewMoney {
        width: 92%;
    }

    .cost-est-cost {
        font-size: 16px;
        display: inline-block;
        width: 70%;
    }

    #starting-price-div {
        font-size: 25px;
        color: rgba(0,0,0,.73);
    }

    .rolling-save {
        bottom: 76px;
    }

    .p-t-m-0 {
        padding-top: 0 !important;
    }

    .p-t-m-15 {
        padding-top: 15px !important;
    }

    .back-button {
        height: 44px;
        font-size: 14px;
        letter-spacing: 2.1px;
        border-radius: 2px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        color: grey;
        border: 1px solid #e1e1e1;
        width: 100%;
    }

    .date-of-func {
        width: 100% !important;
        float: none;
    }

    #back-arrow-mob {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 20px;
        z-index: 4;
        height: 40px;
        width: 40px;
    }

    .cost-est-text {
        padding-top: 0 !important;
    }

    .date-of-func-label {
        width: 100%;
    }

    #step3Div .col-md-6:first-child, .benefit-col {
        padding: 0;
    }

    #step3-benefit-parent {
        margin-right: -22px;
    }

    .benefits-section {
        font-size: 12px;
    }

    .step3-benefits {
        margin-right: -15px;
        padding-left: 15px;
    }

    .service-breakup-div {
        padding-top: 15px;
        font-size: 11px;
        position: relative;
    }

    .get-quote-trans {
        font-size: 10px;
    }

    .benefit-norm-text {
        font-size: 11px !important;
    }

    .cost-est-price, .cost-est-val {
        font-size: 15px;
    }

    .service-breakup-div span:first-child {
        display: block;
        margin-bottom: 5px;
    }

    .service-price {
        position: absolute;
        top: 15px;
        right: 5px;
    }

    .business-logo, .city-logo {
        top: 50px;
        position: absolute;
    }

    .resp-step1-ques {
        padding-top: 0 !important;
    }

    .cost-est-val {
        position: absolute;
    }

    .breakup-title {
        font-size: 11px;
        display: inline-block;
        word-break: break-word;
    }

    .heading-bar p, .heading-bar-inactive p, .trans-success-bar p {
        font-size: 16px;
        font-weight: 600;
    }

    .includedServ div {
        text-align: center;
    }

    .add-info-text {
        margin-top: 0;
    }

    .addon-parent {
        padding: 0;
    }

    .date-of-func datepicker {
        width: 100%;
        cursor: pointer;
    }

    .business-logo {
        left: 90%;
    }

    .func-quote-div {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #f0f0f0;
        margin-top: 0;
    }

    #func-quote_btn {
        width: 80%;
        margin-left: 10%;
    }

    .city-logo {
        right: 15px;
        z-index: 1;
    }

    .func-form-col {
        margin-top: -10px;
        padding: 0;
    }

    .trans-func-ip {
        height: 40px;
        border-radius: 2px;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        float: none;
        width: 100%;
    }

    .tick-func {
        right: 10px;
        left: auto;
        top: 13px;
    }

    .trans-cont-btn {
        margin-left: 0;
        width: 100%;
    }

    .function-points {
        background-color: #f0f0f0;
        margin-top: -30px;
        margin-left: -15px;
        height: auto;
        padding-bottom: 20px;
        margin-right: -15px;
    }

    #cont-one, .first-coloumn, .func_ques, .service-div {
        margin-left: 0;
    }

    #start-time {
        width: 100%;
        margin-top: 5px;
    }

    .trans-func-form label {
        height: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    .clock-logo {
        position: absolute;
        right: 7px;
        top: 125px;
    }

    .trans-func-form {
        background-color: #fff;
    }

    .coloumn-mobile {
        margin-top: -10px;
        padding: 0 0 30px;
    }

        .coloumn-mobile .vendor-page-ul {
            margin-right: 0;
            padding-left: 0;
        }

        .coloumn-mobile .vendor-page-city {
            width: 100%;
        }

    .first-coloumn {
        padding: 0;
    }

    .service-div {
        height: auto;
    }

    #step3Div .service-div {
        border-bottom: 0;
    }

    .func_ques {
        padding-top: 30px;
    }

    .yRText {
        width: 30.333333%;
    }

    .reviewBox button {
        width: 100px;
        margin-left: 10px;
    }

    #exc-offers {
        float: none;
        padding-top: 15px;
        text-align: left;
    }

    #booking-recent {
        float: none;
        padding-top: 10px;
        text-align: left;
    }

    #requirementDetails, #vendorDetails, #vendorPrice {
        margin-top: 0;
        margin-right: 0;
    }

    .h2Pos {
        margin-bottom: 10px !important;
    }

    .sucB, .sucS {
        width: 80% !important;
    }

    .sucW, .w-90r {
        width: 90% !important;
    }

    .close-pos {
        margin-right: -11%;
        margin-top: -12%;
    }

    .hrLine {
        top: 2%;
        width: 30%;
    }

    #review-sucs {
        width: 90%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    #func-pax-ul, #siteMeetingModal .modal-dialog, .aboutvdetails, .functionCity, .modal-size {
        width: 100%;
    }

    .vendorDetailsDesktop {
        display: none !important;
    }

    .qPhoneDiv {
        display: inline-block;
    }

    .rating-disp {
        right: 20px;
    }

    #portfolioImages {
        display: none;
    }

    .isMobile, .slick-initialized, .slick-slide:first-child {
        display: block;
    }

    .r-ReviewImage {
        position: absolute;
        margin-top: 0;
        left: 15px;
    }

    .r-Reviewrating {
        top: 0;
    }

    #func-pax-ul {
        bottom: -200px;
        top: auto;
    }

    .aboutvdetails {
        padding: 15px 15px 0;
    }

    .calImg, .isDesktop {
        display: none;
    }

    .vOdiv {
        margin-top: 30px;
        border-radius: 4px 4px 0 0;
    }

    .cont-web {
        margin-left: auto;
    }

    .datePickerInput {
        border: 1px solid #d5d5d5;
        width: 100%;
        border-radius: 2px;
        padding: 16px 0 16px 6px;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .trans-close {
        top: 0;
        right: -30px;
        z-index: 4;
    }

    datepicker {
        width: 49%;
    }

    #rating_simple {
        padding-left: 15px;
    }

    .smVerify {
        font-size: 9px !important;
    }

    #smPhone {
        height: 34px !important;
    }

    .plus-minus-addon {
        float: right;
        margin-top: 10px;
        margin-right: 10px;
    }

    .serviceFuncDiv {
        width: 65%;
        margin-bottom: 12px;
        margin-top: 10px;
        float: none;
    }

    .func-makeup-div {
        float: none;
        width: 100%;
        font-size: 14px;
    }

    .makeup-service {
        width: 100%;
        border-bottom: 0;
    }

    .includedServ span {
        display: block !important;
    }

    .block-info {
        margin-right: 0;
        margin-left: 0;
        padding: 10px;
    }

    .sucBookText {
        margin-top: 10px;
        text-align: center;
    }

    .serv-width {
        width: 100%;
    }

    #numVerfPageDiv .verifyNo {
        margin-left: 0;
        margin-top: 10px;
    }

    .verifyMobNum {
        right: 0;
    }

    #verifyMobDigit {
        top: 64%;
    }

    #albumCovers .support-icon {
        font-size: 23px;
        bottom: 3px;
    }

    #successModal .col-xs-12 {
        width: 100% !important;
    }

    #successModal .col-md-3 img {
        float: left;
        margin-left: 20px;
        width: 35px;
    }

    #successModal .col-md-3 p {
        position: static;
        margin-right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
        margin-left: 18px;
        float: left;
    }

    #successModal .modal-body h2, #successModal h2 + p {
        margin-left: 10px;
        text-align: left;
    }

    #successModal .col-md-3 {
        height: 50px;
        line-height: 40px;
    }

    #successModal h2 + p {
        width: 100%;
    }

    .rr-div img {
        margin-left: 0;
    }
}

.sticker-mobile-heading, .sticker-mobile-rating {
    font-size: 18px;
    font-family: ProximaNova;
    align: center;
}

@media screen and (min-width:1200px) {
    .container {
        width: 1240px;
    }
}

@media screen and (min-width:1600px) {
    #mobileVendorPage .vendor-category-pic {
        height: 200px !important;
    }
}

.krapper {
    max-width: 540px;
}

.youtube {
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .youtube img {
        width: 100%;
        top: 0;
        left: 0;
        opacity: .7;
    }

    .youtube .play-button {
        width: 70px;
        height: 40px;
        background-color: #333;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.6);
        box-shadow: 0 0 30px rgba(0,0,0,.6);
        z-index: 1;
        opacity: .8;
        border-radius: 6px;
    }

        .youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26px;
            border-color: transparent transparent transparent #fff;
        }

    .youtube .play-button, .youtube img {
        cursor: pointer;
    }

        .youtube .play-button, .youtube .play-button:before, .youtube iframe, .youtube img {
            position: absolute;
        }

            .youtube .play-button, .youtube .play-button:before {
                top: 50%;
                left: 50%;
                -webkit-transform: translate3d(-50%,-50%,0);
                transform: translate3d(-50%,-50%,0);
            }

    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container embed, .video-container iframe, .video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999;
    }

#video-detail-modal {
    top: 0 !important;
    height: 100%;
    width: 100%;
    max-height: 100% !important;
    background-color: #000;
}

    #video-detail-modal .cross {
        position: absolute;
        top: 10px;
    }

.sticker-mobile-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    color: #39ae53;
}

.sticker-mobile-rating {
    text-align: center;
    color: #4a4a4a;
}

.sticker-mobile-choice {
    font-family: ProximaNova;
    font-size: 16px;
    text-align: center;
    color: #e2307a;
    align: center;
}

.sticker-mobile-spacing {
    width: auto;
    margin: 3% 0 0 8%;
}

.sticker-modal-mobile {
    max-height: 100%;
    width: 100%;
    height: 100%;
    top: 0 !important;
    border-radius: 0 !important;
}

.navbar-fixed, nav {
    height: 42px;
}

.share-span {
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
}

.text-message {
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.fw-600, footer h5 {
    font-weight: 600;
}

button:focus {
    background-color: #e2860a;
}

html {
    font-family: proxima-nova !important;
}

.button-collapse {
    left: 15px;
}

.wmg-light-grey-text {
    color: #9b9b9b;
}

.wmg-pink-bg {
    background: #e2860a;
}

.wmg-pink-text {
    color: #e2860a !important;
}

.wmg-green-text {
    color: #09bb5d !important;
}

.wmg-green-bg {
    background-color: #09bb5d !important;
}

.wmg-white-bg {
    background-color: #fff;
}

.w-100 {
    width: 100% !important;
}

#logo-container img {
    margin-top: 12px;
    width: 150px;
}

nav {
    line-height: 46px;
}

.p-l0 {
    padding-left: 0 !important;
}

nav .button-collapse i, nav [class*=mdi-], nav [class^=mdi-], nav i, nav i.material-icons {
    height: 46px;
    line-height: 46px;
}

#confirmSignUp, .nv-ntw p, footer p {
    line-height: initial;
}

.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
    display: none !important;
}

#nav-mobile {
    z-index: 1005;
}

    #nav-mobile li a span {
        margin-left: 10px;
    }

    #nav-mobile .homepage-link i {
        height: 20px;
        font-size: 25px;
        color: #e2860a;
        width: 0;
    }

    #nav-mobile .homepage-link span {
        margin-left: 4px;
    }

.vendor-card-background {
    background-color: rgba(225,225,225,.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%,50%;
    overflow: hidden;
    position: relative;
    height: 209px;
    width: 100%;
}

footer, footer .container {
    background-color: #f4f4f4;
}

@keyframes spinner {
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.15);
    border-top-color: rgba(0,0,0,.25);
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.spinner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 1;
}

.p-15 {
    padding: 15px;
}

.p-10 {
    padding: 10px;
}

.wmg-loader {
    text-align: center;
}

body.modal-open {
    overflow: hidden;
}

footer {
    margin-top: 30px;
}

    footer .container {
        width: 100%;
        margin-top: -10px;
        position: relative;
    }

    #sn-search i, .nav-wrapper .right img, .r-m-b, footer i {
        position: absolute;
    }

    footer .collapsible {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        margin: 2px 7px 4px 8px;
    }

    footer .collapsible-header {
        background-color: #d7d7d7;
        color: #e2860a;
            font-family: 'Roboto', sans-serif;
        font-weight: 600;
        text-align: left;
    }

.footer-sitemap, .footer-sitemap .footer-links div {
    text-align: center;
}

footer .collapsible-body {
    border-bottom: 0;
    color: #828282;
    background-color: #fff;
    padding-left: 11px;
}

footer h5 {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #4a4a4a;
}

footer p {
    width: 80%;
}

footer i {
    right: 15px;
    top: 45px;
    font-size: 30px !important;
}

footer li {
    align: left;
}

.footer-sitemap {
    background-color: #f4f4f4;
    padding-top: 15px;
}

    .footer-sitemap button {
        height: 36px;
        border-radius: 2px;
        border: 1px solid #979797;
        background-color: #fff;
        width: 85%;
        margin: auto;
        display: block;
        font-size: 12px;
        letter-spacing: 1px;
        color: #828282;
        font-weight: 700;
    }

    .footer-sitemap .footer-links {
        width: 80%;
        margin: 16px auto auto;
        color: #828282;
    }

        .footer-sitemap .footer-links span {
            border-right: 1px solid #828282;
            padding-right: 5px;
            padding-left: 5px;
        }

    .footer-sitemap .footerFloat {
        margin: auto;
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 30px;
    }

        .footer-sitemap .footerFloat li {
            display: inline-block;
            padding-right: 25px;
        }

#cityVenue, #overallVenue {
    width: 100%;
    color: #828282;
    text-align: left;
    height: 3.6em;
    overflow: hidden;
}

.help-link, .login_facebook p, .no-result, .nv-ntw p, .nv-siya {
    text-align: center;
}

.r-m-b {
    top: 61px;
    margin-right: 5%;
    right: 0;
    background: #f4f4f4;
    padding: 0 5px;
}

#app-fixed-footer-m i, .nav-wrapper .right img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.facebook-logo, .twitter-logo {
    background-repeat: no-repeat;
    width: 31px;
}

.l-m-b {
    margin-left: 5px;
    color: #333;
}

.p-l75r {
    padding-left: .75rem;
}

.facebook-logo, .instagram-logo, .pinterest-logo, .twitter-logo {
    background-image: url(/public/assets/images/home-page-sprite.png);
}

.twitter-logo {
    background-position: -30px -107px;
    height: 32px;
    margin: auto;
    display: inline-block;
}

.facebook-logo {
    background-position: 0 -107px;
    height: 32px;
    margin: auto;
    display: inline-block;
}

.instagram-logo, .pinterest-logo {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: auto;
    display: inline-block;
}

.pinterest-logo {
    background-position: -61px -107px;
}

.instagram-logo {
    background-position: -93px -107px;
}

.nav-wrapper {
    color: #4a4a4a;
}

    .nav-wrapper .right img {
        transform: translateY(-50%);
        right: 12px;
    }

#sn-search {
    position: relative;
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 15px;
}

    #sn-search i {
        color: #828282;
        top: 0;
        left: 24px;
        font-size: 25px;
    }

    #sn-search input {
        width: 80%;
        height: 30px;
        margin: auto;
        display: block;
        background-color: #fff;
        border: none;
        border-radius: 3px;
        padding-left: 40px;
        font-size: 14px;
    }

    #sn-search ::-webkit-input-placeholder {
        color: #828282;
    }

.sn-cat-links {
    padding: 0 5px;
}

.lean-overlay {
    z-index: 990 !important;
}

#loginModal, #signupModal, #vsignupModal {
    width: 100%;
    height: 100%;
    max-height: 100%;
    color: #4a4a4a;
    line-height: initial;
    z-index: 9999 !important;
}

    #loginModal i, #signupModal i, #vsignupModal i {
        color: #9b9b9b;
    }

    #loginModal input, #signupModal input, #vsignupModal input {
        border-bottom: 1px solid #9e9e9e;
    }

    #loginModal .right-panel, #signupModal .right-panel, #vsignupModal .right-panel {
        margin-top: 20px;
    }

    #loginModal input[type=submit], #signupModal input[type=submit], #vsignupModal input[type=submit] {
        width: 100%;
        border: none;
        background-color: #e2860a;
        color: #fff;
        padding: 10px;
        border-radius: 2px;
        height: 40px;
    }

.help-link a, .nv-ntw span {
    color: #e2860a;
}

.help-link {
    margin-top: 10px;
}

.nv-ntw p {
    width: 80%;
    margin: 5px auto auto;
}

.nv-siya {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #4a4a4a;
}

.login_facebook {
    background-color: #3b5998;
    border-radius: 2px;
    height: 40px;
}

    .login_facebook p {
        padding: 10px 5px 5px;
        color: #fff;
    }

#signupModal i, #vsignupModal i {
    position: absolute;
    left: 20px;
    top: 15px;
}

#signupModal .separator, #vsignupModal .separator {
    margin: 30px 10% auto;
    width: 80%;
    border-top: 2px dotted #d4d4d4;
    border-right: 0;
    height: 40px;
}

    #signupModal .separator .circular-option, #vsignupModal .separator .circular-option {
        position: relative;
        top: -10px;
        border: 1px solid #ddd;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        padding: 5px;
        background: #fff;
        height: 20px;
        width: 20px;
        right: -40%;
    }

#signupModal .login_facebook, #vsignupModal .login_facebook {
    width: 90%;
    margin: auto;
}

#signupModal input, #vsignupModal input {
    margin-bottom: 0;
    height: 30px;
}

.input-field label.active {
    color: #4a4a4a !important;
}

.signup-container {
    width: 90%;
    margin: 30px auto auto;
}

#nav-pic {
    height: 50px;
}

    #nav-pic img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-top: 10px;
        margin-left: 20px;
    }

    #nav-pic span {
        position: absolute;
        top: 4px;
        left: 60px;
    }

.userloggednav {
    padding-left: 20px;
}

    .userloggednav li {
        font-weight: 600;
        font-size: 14px;
        height: 40px;
    }

#confirmSignUp {
    color: #4a4a4a;
    margin-top: 100px;
}

    #confirmSignUp button {
        border: none;
        color: #fff;
        background-color: #e2860a;
        padding: 5px 10px;
        border-radius: 2px;
    }

.vendor-dropdown {
    position: relative;
}

#s-v-t {
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
    padding-bottom: 10px;
    color: #9e9e9e;
}

#v-cat-ul {
    position: absolute;
    top: 24px;
    background-color: #fafafa;
    height: 135px;
    overflow: auto;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    border-top: 0;
    width: 100%;
}

    #v-cat-ul li {
        display: block;
        width: 100%;
        padding-left: 10px;
    }

#vsignupsubmit {
    margin-left: 10px;
    width: 95% !important;
}

#search-backspace, #site-backspace {
    color: #fff;
    margin-left: 15px;
}

.tabs {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    border-radius: 2px;
}

    .tabs .tab a.active {
        background-color: #fff;
        border-bottom: 1px solid #e2860a;
        font-weight: 700;
        color: #e2860a;
    }

    .tabs .tab a {
        color: #e2860a;
    }

nav {
    z-index: 1008;
}

.mobile-field-error {
    color: red;
    margin-left: 10px;
}

#modal-search, #modal-search-vendor {
    height: 100%;
    max-height: 100%;
    z-index: 1012 !important;
}

    #modal-search .modal-content, #modal-search-vendor .modal-content {
        height: 100%;
        padding: 0;
    }

    #modal-search #search-box, #modal-search #search-box-vendor, #modal-search-vendor #search-box, #modal-search-vendor #search-box-vendor {
        position: relative;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    }

        #modal-search #search-box i, #modal-search #search-box-vendor i, #modal-search-vendor #search-box i, #modal-search-vendor #search-box-vendor i {
            position: absolute;
            color: #828282;
            top: 15px;
            left: 24px;
            font-size: 25px;
            width: 10%;
        }

        #modal-search #search-box input, #modal-search #search-box-vendor input, #modal-search-vendor #search-box input, #modal-search-vendor #search-box-vendor input {
            height: 55px;
            margin: auto;
            display: block;
            background-color: #fff;
            border: none;
            border-radius: 3px;
            padding-left: 70px;
            font-size: 14px;
            color: #4a4a4a;
        }

        #modal-search #search-box ::-webkit-input-placeholder, #modal-search #search-box-vendor ::-webkit-input-placeholder, #modal-search-vendor #search-box ::-webkit-input-placeholder, #modal-search-vendor #search-box-vendor ::-webkit-input-placeholder {
            color: #828282;
        }

#app-fixed-footer-m {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 56px;
    background: #fff;
}

    #app-fixed-footer-m i {
        position: absolute;
        transform: translateY(-50%);
        color: #9b9b9b;
        left: 10px;
    }

    #app-fixed-footer-m #app-fixed-text-m, #app-fixed-footer-m img {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        top: 50%;
    }

    #app-fixed-footer-m img {
        margin-left: 40px;
        position: relative;
        transform: translateY(-50%);
    }

    #app-fixed-footer-m #app-fixed-text-m {
        display: inline-block;
        position: absolute;
        transform: translateY(-50%);
        margin-left: 5%;
    }

        #app-fixed-footer-m #app-fixed-text-m p:first-child {
            margin: 0;
            position: relative;
            font-weight: 600;
            font-size: 2vh;
        }

        #app-fixed-footer-m #app-fixed-text-m #app-fixed-subtext-m {
            margin: 0;
            font-size: 2vh;
        }

    #app-fixed-footer-m button {
        float: right;
        background: #fff;
        border: 1px solid #e2860a;
        color: #e2860a;
        border-radius: 2px;
        top: 50%;
        position: relative;
        margin-right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 2px 10px;
    }

.adf {
    position: fixed;
    top: 55px;
}

.apcard {
    position: relative;
    padding-top: 55px;
}

#forgot_panel {
    top: 25% !important;
    z-index: 9999 !important;
}

    #forgot_panel input[type=submit] {
        width: 100%;
        border: none;
        background-color: #e2860a;
        color: #fff;
        padding: 10px;
        border-radius: 2px;
        height: 40px;
    }

    #forgot_panel #forgot_form h3 {
        font-size: 16px;
        margin-top: 10px;
        color: #4a4a4a;
        text-align: center;
        font-weight: 600;
    }

.search-nav {
    right: 50px;
    color: #fff;
    position: absolute;
}

.search-res, .search-res a {
    color: #4a4a4a;
}

.search-header {
    background: #e1e1e1;
    padding: 12px 26px;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.search-res {
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 16px;
}

.no-result {
    position: relative;
    top: 10%;
}

    .no-result i {
        font-size: 65px;
        color: #e1e1e1;
    }

    .no-result p:nth-child(2) {
        font-size: 16px;
        font-weight: 600;
    }

    .no-result p:nth-child(3) {
        font-size: 14px;
        color: #4a4a4a;
    }

.v-img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.loader {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    position: fixed;
    font-size: 70px;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 9999999;
}

.flex-js-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@-webkit-keyframes rotator {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.loader-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
    stroke: #e2860a;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.ta-c {
    text-align: center !important;
}

.ta-l {
    text-align: left !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.lh-30 {
    line-height: 30px;
}

.m-b20 {
    margin-bottom: 20px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#MUA_sticky, #Venue_Concierge_sticky {
    display: none;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.pt-0 {
    padding-top: 0 !important;
}

.f-l {
    float: left;
}

.ml-20 {
    margin-left: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.rescount {
    float: right;
    color: #4a4a4a !important;
    font-size: 14px;
}

.fake-back {
    position: absolute;
    top: 20px;
    background: #e2860a;
    color: #fff;
    left: 12px;
    z-index: 9999;
    padding: 0 9px;
}

#playFlipWonMobile {
    top: 20% !important;
    width: 90%;
    margin: auto;
}

    #playFlipWonMobile .modal-content {
        text-align: center;
    }

    #playFlipWonMobile h3 {
        font-size: 2rem;
        color: #e2860a;
    }

    #playFlipWonMobile p {
        font-size: 1.3rem;
        margin: 5px;
    }

    #playFlipWonMobile #img-flip-div img {
        width: 48%;
        display: inline-block;
    }

    #playFlipWonMobile button {
        height: 40px;
        border-radius: 2px;
        background-color: #e2860a;
        color: #fff;
        border: none;
        letter-spacing: 1.9px;
        text-align: center;
        padding: 0 30px;
    }

.w-100-h-a {
    width: 100% !important;
    height: auto !important;
}

.extra_sticky {
    position: fixed;
    bottom: 0;
    right: -28px;
    width: 360px;
    height: 180px;
    background: #333;
    margin: 0 29px 29px;
    -webkit-box-shadow: 0 0 10px rgba(51,60,78,.1);
    box-shadow: 0 0 10px rgba(51,60,78,.1);
    z-index: 100;
    overflow: hidden;
    opacity: .9;
    display: none;
}

.extra_sticky-mua, .extra_sticky-ven, .extra_sticky-ven-m {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(51,60,78,.1);
}

.extra_sticky-mua, .extra_sticky-ven {
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: auto;
    height: auto;
    box-shadow: 0 0 10px rgba(51,60,78,.1);
    z-index: 100;
    opacity: 1;
}

.mua-link, .t-m-n {
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

#transaction_sticky {
    background-color: #fff;
    opacity: 1;
    width: 390px;
    height: 200px;
}

.t-m-n {
    margin: 0 212px 50px 0;
}

.mua-link {
    margin: 0 237px 70px 0;
    padding: 10px 30px !important;
}

.bb-red {
    border-bottom: 1px solid red !important;
}

.extra_sticky-ven-m {
    position: fixed;
    bottom: 0;
    right: -28px;
    width: 100%;
    height: 70px;
    margin: 0 29px;
    opacity: .9;
    box-shadow: 0 0 10px rgba(51,60,78,.1);
    z-index: 100;
}

    .extra_sticky-ven-m button {
        margin-right: 5px;
        font-size: 24px;
        opacity: 1;
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        float: right;
    }

    .extra_sticky-ven-m img {
        width: 180px;
        position: relative;
        top: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .extra_sticky-ven-m .venue-con-text p {
        color: #000;
        text-align: center;
    }

.info-heading {
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 5px 0 0 10px;
}

.info-content {
    font-size: 11px;
    color: #4a4a4a;
    margin: 0 0 0 10px;
}

.info-icon-mobile {
    position: absolute;
    top: 54px;
    right: 5px;
}

.vendor-card-shortlist {
    position: absolute;
    top: 46px;
    right: 4px;
}

@media only screen and (max-width:992px) {
    nav .brand-logo.left {
        left: 5rem;
    }
}

.promo-fix {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(51,60,78,.1);
    box-shadow: 0 0 10px rgba(51,60,78,.1);
    z-index: 100;
    padding: 15px 20px;
}

    .promo-fix img {
        margin-right: 5px;
    }

    .promo-fix h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.11;
        text-align: left;
        color: #e2860a;
    }

    .promo-fix h6 {
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        color: #4a4a4a;
        margin-left: 40px;
    }

    .promo-fix .button-box {
        width: 120px;
        height: 30px;
        border-radius: 2px;
        background-color: #e2860a;
        padding: 5px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        margin-left: 40px;
        color: #fff;
    }

    .promo-fix .cross-button {
        text-align: right;
        color: #909090;
        font-size: 10px;
        position: relative;
        top: -8px;
        right: -4px;
        margin-bottom: -15px;
    }

deckgrid[deckgrid]::before {
    content: '1 .column.column-1-1';
    font-size: 0;
}

#wedmegoodApp .album-div .deckgrid {
    width: 100%;
}

    #wedmegoodApp .album-div .deckgrid .column-1-2 {
        width: 50%;
    }

    #wedmegoodApp .album-div .deckgrid .column {
        float: left;
    }

#wedmegoodApp .card-photo {
    background-color: rgba(225,225,225,.5);
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    -webkit-transition: opacity .2s,-webkit-box-shadow .2s,-webkit-transform .3s;
    transition: opacity .2s,-webkit-box-shadow .2s,-webkit-transform .3s;
    transition: box-shadow .2s,transform .3s,opacity .2s;
    transition: box-shadow .2s,transform .3s,opacity .2s,-webkit-box-shadow .2s,-webkit-transform .3s;
    height: 100%;
    position: relative;
    margin: 5px 5px 10px;
    cursor: pointer;
}

    #wedmegoodApp .card-photo:hover {
        -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
        box-shadow: 0 5px 20px rgba(0,0,0,.2);
    }

#wedmegoodApp .photo-wrapper {
    min-height: 180px;
    min-width: 180px;
}

#wedmegoodApp .album-card {
    width: 100%;
}

    #wedmegoodApp .album-card img {
        opacity: 1;
        width: 100%;
        max-width: 100%;
        height: 100%;
        border: none;
    }

.vendor-album-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
    letter-spacing: 2px;
}

    .vendor-album-info h5 a {
        color: #909090;
    }

.vendor-album-info h1 {
    color: #4a4a4a;
    padding: 0;
}

#wedmegoodApp .breadcrumbAlbum-ul {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #4a4a4a;
}

    #wedmegoodApp .breadcrumbAlbum-ul a {
        color: rgba(0,0,0,.43);
        font-weight: 500;
        font-size: 12px;
    }

#wedmegoodApp .project {
    padding-top: 20px;
}

    #wedmegoodApp .project #project-title {
        font-size: 26px;
        color: #e2860a;
    }

#wedmegoodApp .album-div {
    padding-right: 0 !important;
}

#wedmegoodApp .vendor-info h4 {
    font-size: 20px;
    font-weight: 400;
    word-wrap: break-word;
    width: 80%;
    margin: 20px auto auto;
}

    #wedmegoodApp .vendor-info h4 a {
        color: #4a4a4a;
        font-weight: 600;
    }

#wedmegoodApp .vendor-info .media-content a {
    color: rgba(0,0,0,.43);
}

#wedmegoodApp .page-title h1 {
    margin-top: 0;
    padding-top: 20px;
    color: #e2860a;
    font-size: 25px;
}

#wedmegoodApp .mob-album-width {
    padding: 15px;
}

    #wedmegoodApp .mob-album-width .image-container {
        height: 250px;
        position: relative;
        margin-bottom: 15px;
    }

        #wedmegoodApp .mob-album-width .image-container .content-overlay {
            position: absolute;
            bottom: 0;
            color: #fff;
            background: rgba(0,0,0,.3);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(1%,transparent),color-stop(100%,rgba(0,0,0,.65)));
            background: -webkit-linear-gradient(top,transparent 0,transparent 1%,rgba(0,0,0,.65) 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(1%,transparent),to(rgba(0,0,0,.65)));
            background: linear-gradient(to bottom,transparent 0,transparent 1%,rgba(0,0,0,.65) 100%);
            padding: 10px;
            width: 100%;
            border-radius: 4px;
        }

            #wedmegoodApp .mob-album-width .image-container .content-overlay h4 {
                font-size: 20px;
                margin-bottom: 0;
                font-weight: 600;
            }

#wedmegoodApp .mob-h1-album {
    background-color: transparent;
    padding: 0;
    font-size: 25px;
    color: #000;
    margin: 15px 0;
}

    #wedmegoodApp .mob-h1-album a, .share-text {
        color: #4a4a4a;
    }

#wedmegoodApp .hide-on-med-and-up .mob-album-icon {
    position: absolute;
    right: 10px;
    font-size: 30px;
    bottom: 10px;
}

.share-box {
    width: 90px;
    height: 30px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    position: absolute;
    display: inline;
}

.share-text {
    width: 38px;
    height: 10px;
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    position: relative;
    top: 10%;
    left: 30%;
}

.fb-icon, .mail-icon, .twitter-icon {
    position: absolute;
}

.fb-icon {
    color: #3a5795;
    top: 24%;
    left: 16%;
}

.twitter-icon {
    top: 25%;
    left: 35%;
}

.mail-icon {
    top: 24%;
    left: 71%;
}

.mobile-share-div {
    padding-right: 22% !important;
}

.mobile-category-whitelabel {
    padding-bottom: 5px;
}

    .mobile-category-whitelabel .carousel .carousel-item {
        top: -40px;
    }

    .mobile-category-whitelabel .click-browse {
        color: #e2860a;
        background-color: #fbfbfb;
        border-radius: 2px;
        -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
        box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
        padding: 8px;
        text-align: center;
    }

    .mobile-category-whitelabel .white-bg {
        padding: 1px;
        background-size: cover;
        background-position: 1px 2px;
    }

    .mobile-category-whitelabel .head-1 {
        color: #fff;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        margin-top: 25px;
    }

    .mobile-category-whitelabel .head-2 {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-category-whitelabel .has-error {
        color: #a94442;
    }

    .mobile-category-whitelabel .serve-text {
        font-size: 12px;
        color: #e2860a;
        text-align: center;
        margin-bottom: 20px;
    }

    .mobile-category-whitelabel .h-1 {
        font-size: 16px;
        font-weight: 600;
        line-height: .92;
        letter-spacing: .1px;
        text-align: left;
        color: #e2860a;
        margin-top: 20px;
        margin-left: 10px;
    }

    .mobile-category-whitelabel .h-4 {
        font-size: 12px;
        color: #909090;
        margin-left: 2px;
        margin-right: 2px;
    }

    .mobile-category-whitelabel .wassap {
        height: 12px;
        width: 12px;
        display: inline-block;
        margin-left: 3px;
    }

    .mobile-category-whitelabel .makeup-icon {
        height: 15px;
        width: 15px;
        margin-right: 5px;
    }

    .mobile-category-whitelabel .makeup-card {
        width: 250px;
        height: auto;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
        box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
        padding-top: 20px;
    }

        .mobile-category-whitelabel .makeup-card .h-1 {
            font-size: 34px;
            font-weight: 300;
            text-align: left;
            margin-left: 20px;
            color: #4a4a4a;
            margin-top: 0;
        }

        .mobile-category-whitelabel .makeup-card .h-4 {
            font-size: 16px;
            margin-bottom: 10px;
            margin-left: 24px;
        }

        .mobile-category-whitelabel .makeup-card .price {
            z-index: 3;
            font-size: 22px;
            font-weight: 500;
            text-align: left;
            color: #fff;
            position: relative;
            top: 144px;
            left: 65px;
        }

            .mobile-category-whitelabel .makeup-card .price .onw {
                font-size: 14px;
                margin-left: 10px;
            }

        .mobile-category-whitelabel .makeup-card .heading-box {
            width: auto;
            height: auto;
            background-color: #fbfbfb;
            padding: 10px;
        }

            .mobile-category-whitelabel .makeup-card .heading-box .p1, .mobile-category-whitelabel .makeup-card .heading-box .p2 {
                font-size: 15px;
                font-weight: 600;
                line-height: 1.5;
                text-align: center;
                color: #4a4a4a;
                margin-top: 0;
            }

        .mobile-category-whitelabel .makeup-card .faq-box {
            width: auto;
            height: 70px;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.5;
            text-align: left;
            color: #4a4a4a;
            padding: 24px 1px 1px 18px;
            border-bottom: solid 1px #eee;
            white-space: normal;
        }

            .mobile-category-whitelabel .makeup-card .faq-box i {
                color: #27ae5f;
                margin-right: 10px;
            }

        .mobile-category-whitelabel .makeup-card .vendor-image {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 0 0;
            height: 184px;
            position: relative;
        }

            .mobile-category-whitelabel .makeup-card .vendor-image #image-overlay {
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0,0,0,.2);
                z-index: 2;
            }

        .mobile-category-whitelabel .makeup-card .know-more {
            background-color: #e2860a;
            font-size: 18px;
            text-align: center;
            color: #fbfbfb;
            padding: 10px;
        }

    .mobile-category-whitelabel .form-container .people-box {
        display: inline-block;
        border-radius: 2px;
        background-color: #fff;
        border: 1px solid #d7d7d7;
        margin: 10px 20px 20px 10px;
        padding: 1%;
    }

    .mobile-category-whitelabel .form-container .people-box-clikced {
        background-color: #e2860a;
        border: 1px solid #e2860a;
        color: #fbfbfb;
    }

    .mobile-category-whitelabel .form-container .people-box:hover {
        cursor: pointer;
    }

    .mobile-category-whitelabel .form-container .form-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 1px;
        height: 580px;
    }

    .mobile-category-whitelabel .form-container .form-content {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
        box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
        height: auto;
        padding-bottom: 3px;
    }

        .mobile-category-whitelabel .form-container .form-content .h-1 {
            font-size: 20px;
            font-weight: 600;
            color: #4a4a4a;
            text-align: left;
            margin-top: 20px;
        }

        .mobile-category-whitelabel .form-container .form-content .input-label {
            font-size: 12px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
            color: #4a4a4a;
            display: block;
        }

        .mobile-category-whitelabel .form-container .form-content .help-block {
            display: block;
            font-size: 10px;
        }

        .mobile-category-whitelabel .form-container .form-content .input-box {
            width: 90%;
            height: auto;
            font-size: 12px;
            border-radius: 2px;
            background-color: #fff;
            border: 1px solid #d7d7d7;
            padding: 8px;
            margin-bottom: 5px;
        }

        .mobile-category-whitelabel .form-container .form-content .big-box {
            width: 95%;
            height: auto;
            border-radius: 2px;
            background-color: #fff;
            border: 1px solid #d7d7d7;
            padding: 8px;
            font-size: 12px;
            margin: 0 0 10px;
        }

        .mobile-category-whitelabel .form-container .form-content .group-button {
            border-radius: 2px;
            background-color: #4a4a4a;
            border: none;
            font-size: 18px;
            text-align: center;
            color: #fff;
            padding: 10px 20px;
            width: 250px;
        }

        .mobile-category-whitelabel .form-container .form-content .info-text {
            color: #909090;
            font-size: 10px;
        }

.mobile-div-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fbfbfb;
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden;
}

    .mobile-div-overlay .has-error {
        color: #a94442;
    }

    .mobile-div-overlay .overlay-box {
        padding: 0;
        -webkit-animation-name: zoom;
        -webkit-animation-duration: .6s;
        animation-name: zoom;
        animation-duration: .6s;
    }

        .mobile-div-overlay .overlay-box .form-box {
            background-color: #fff;
            border-radius: 2px;
            width: auto;
            padding-top: 14px;
            margin-top: 20px;
        }

            .mobile-div-overlay .overlay-box .form-box .discount-image {
                position: relative;
                right: -24px;
                top: -7px;
            }

            .mobile-div-overlay .overlay-box .form-box .h-1 {
                font-size: 16px;
                font-weight: 600;
                line-height: 1.09;
                text-align: left;
                color: #4a4a4a;
                padding-left: 13px;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .mobile-div-overlay .overlay-box .form-box .h-2 {
                font-size: 13px;
                line-height: 1.5;
                text-align: left;
                color: #4a4a4a;
                padding-left: 13px;
                margin-bottom: 20px;
            }

            .mobile-div-overlay .overlay-box .form-box .radio-circle {
                border: 1px solid #e2860a;
                height: 15px;
                width: 15px;
                border-radius: 50%;
                padding: 2px 2px 0;
                position: relative;
                left: -13px;
                top: 20px;
            }

                .mobile-div-overlay .overlay-box .form-box .radio-circle:hover {
                    cursor: pointer;
                }

            .mobile-div-overlay .overlay-box .form-box .radio-dot {
                background-color: #e2860a;
                height: 9px;
                width: 9px;
                border-radius: 50%;
            }

            .mobile-div-overlay .overlay-box .form-box .dot-bg {
                background-color: #fbfbfb;
            }

            .mobile-div-overlay .overlay-box .form-box .cash-box {
                border-radius: 2px;
                background-color: #fbfbfb;
                -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
                box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
                padding: 0 5px 5px 30px;
            }

                .mobile-div-overlay .overlay-box .form-box .cash-box .h-1 {
                    font-size: 14px;
                    color: #4a4a4a;
                    margin-bottom: 0;
                }

                .mobile-div-overlay .overlay-box .form-box .cash-box .h-2 {
                    font-size: 14px;
                    font-weight: 400;
                    text-align: left;
                    color: #e2860a;
                }

            .mobile-div-overlay .overlay-box .form-box .help-block {
                display: block;
                font-size: 10px;
            }

            .mobile-div-overlay .overlay-box .form-box .input-box {
                width: 80%;
                height: auto;
                font-size: 12px;
                border-radius: 2px;
                background-color: #fff;
                border: 1px solid #d7d7d7;
                padding: 8px;
                margin-bottom: 0;
            }

            .mobile-div-overlay .overlay-box .form-box .input-label {
                font-size: 12px;
                font-weight: 400;
                line-height: 1.5;
                text-align: left;
                color: #4a4a4a;
                display: block;
            }

            .mobile-div-overlay .overlay-box .form-box .promo-error {
                color: #fff;
            }

            .mobile-div-overlay .overlay-box .form-box .promo-apply {
                border: none;
                font-size: 16px;
                background-color: #e2860a;
                color: #fbfbfb;
                border-radius: 2px;
                padding: 6px;
            }

                .mobile-div-overlay .overlay-box .form-box .promo-apply:hover {
                    cursor: pointer;
                }

            .mobile-div-overlay .overlay-box .form-box .booking-button {
                border-radius: 2px;
                color: #fff;
                border: none;
                font-size: 14px;
                background-color: #e2860a;
                padding: 5px 20px 10px;
                margin-top: 20px;
                width: 100%;
                height: 40px;
            }

            .mobile-div-overlay .overlay-box .form-box .big-box {
                font-size: 12px;
                width: 95%;
                height: auto;
                border-radius: 2px;
                background-color: #fff;
                border: 1px solid #d7d7d7;
                padding: 8px;
                margin: 0 0 5px;
            }

        .mobile-div-overlay .overlay-box .book-box {
            width: 100%;
            border-radius: 2px;
            background-color: #fff;
            padding-top: 8px;
        }

            .mobile-div-overlay .overlay-box .book-box .quantity-error {
                color: red;
                font-size: 10px;
                margin-left: 20px;
                margin-top: -15px;
                z-index: 21;
            }

            .mobile-div-overlay .overlay-box .book-box .name {
                font-size: 40px;
                text-align: left;
                color: #4a4a4a;
                padding-left: 16px;
            }

            .mobile-div-overlay .overlay-box .book-box .location {
                font-size: 18px;
                text-align: left;
                color: #909090;
                padding-left: 20px;
                padding-bottom: 10px;
                margin-bottom: 39px;
            }

            .mobile-div-overlay .overlay-box .book-box .makeup-name {
                font-size: 16px;
                font-weight: 500;
                text-align: left;
                color: #4a4a4a;
                padding-left: 10px;
                margin-top: 15px;
            }

            .mobile-div-overlay .overlay-box .book-box .makeup-price {
                font-size: 14px;
                text-align: left;
                color: #909090;
                padding-left: 10px;
                margin-bottom: 20px;
            }

            .mobile-div-overlay .overlay-box .book-box .count-box {
                width: 25px;
                height: 25px;
                border-radius: 2px;
                background-color: #fff;
                border: 1px solid #d7d7d7;
                font-size: 16px;
                color: #4a4a4a;
                display: inline-block;
                text-align: center;
                margin: 0 10px;
                position: relative;
                bottom: 4px;
            }

            .mobile-div-overlay .overlay-box .book-box .one-box {
                position: relative;
                right: 5px;
                top: 24px;
            }

                .mobile-div-overlay .overlay-box .book-box .one-box img {
                    height: 18px;
                    width: 18px;
                }

            .mobile-div-overlay .overlay-box .book-box .total-text {
                font-size: 20px;
                font-weight: 500;
                text-align: left;
                color: #4a4a4a;
            }

            .mobile-div-overlay .overlay-box .book-box .total-amount {
                font-size: 24px;
                text-align: right;
                color: #4a4a4a;
            }

            .mobile-div-overlay .overlay-box .book-box .total-box {
                border-top: solid 1px #eee;
                padding: 10px 0 10px 10px;
                margin-top: 15px;
                margin-bottom: 5px;
            }

        .mobile-div-overlay .overlay-box .cross-button {
            border: none;
            background-color: transparent;
            color: #000;
            font-size: 24px;
            z-index: 21;
            margin-top: 60px;
        }

            .mobile-div-overlay .overlay-box .cross-button:hover {
                cursor: pointer;
            }

        .mobile-div-overlay .overlay-box .col-md-7 {
            padding-right: 15px;
            padding-left: 15px;
        }

.whitelabel-profile-mobile .venueOverview {
    -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
}

.whitelabel-profile-mobile .new-image {
    height: 343px;
    background-size: cover;
}

.whitelabel-profile-mobile .view-photo {
    text-align: right;
    position: relative;
    right: -280px;
    top: 296px;
    color: #4a4a4a;
    width: 80px;
    background-color: #fff;
    padding: 6px;
    font-size: 12px;
    border-radius: 2px;
}

.whitelabel-profile-mobile .has-error {
    color: #a94442;
}

.whitelabel-profile-mobile #vpp-page-desc div {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #4a4a4a;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    background-color: #fff;
}

.whitelabel-profile-mobile .h-1 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
}

.whitelabel-profile-mobile .h-2 {
    margin: 10px;
    font-size: 14px;
    font-weight: 500px;
}

.whitelabel-profile-mobile .price {
    margin-left: 10px;
    color: #e2860a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .whitelabel-profile-mobile .price img {
        margin-right: 6px;
        height: 11px;
    }

    .whitelabel-profile-mobile .price .wmg-green-text {
        background-color: #09bb5d;
        color: #fff !important;
        padding: 4px;
        border-radius: 2px;
        font-size: 14px;
        position: relative;
        top: 2px;
    }

    .whitelabel-profile-mobile .price .call {
        text-align: right;
        position: relative;
        bottom: 4px;
        right: -10px;
        width: 90px;
    }

        .whitelabel-profile-mobile .price .call .container {
            background-color: #09bb5d;
            padding-right: 10px;
            color: #fff;
            border-radius: 2px;
        }

.whitelabel-profile-mobile .first-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

    .whitelabel-profile-mobile .first-box .h-1 {
        color: #4a4a4a;
        font-size: 14px;
        font-weight: 600;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .whitelabel-profile-mobile .first-box .h-2 {
        color: #909090;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.whitelabel-profile-mobile .vpp-sp-price {
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #e72d75;
}

.whitelabel-profile-mobile .book-box {
    width: auto;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
    padding-top: 8px;
    margin-top: 0;
}

    .whitelabel-profile-mobile .book-box .quantity-error {
        color: red;
        font-size: 10px;
        margin-left: 20px;
        margin-top: -15px;
    }

    .whitelabel-profile-mobile .book-box .makeup-name {
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #4a4a4a;
        padding-left: 10px;
        margin-top: 15px;
    }

    .whitelabel-profile-mobile .book-box .makeup-price {
        font-size: 14px;
        text-align: left;
        color: #909090;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .whitelabel-profile-mobile .book-box .count-box {
        width: 25px;
        height: 25px;
        border-radius: 2px;
        background-color: #fff;
        border: 1px solid #d7d7d7;
        font-size: 16px;
        color: #4a4a4a;
        display: inline-block;
        text-align: center;
        margin: 0 10px;
        position: relative;
        bottom: 4px;
    }

    .whitelabel-profile-mobile .book-box .one-box {
        position: relative;
        right: 12px;
        top: 20px;
    }

        .whitelabel-profile-mobile .book-box .one-box img {
            height: 18px;
            width: 18px;
        }

    .whitelabel-profile-mobile .book-box .total-text {
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        color: #4a4a4a;
    }

    .whitelabel-profile-mobile .book-box .total-amount {
        font-size: 24px;
        text-align: right;
        color: #4a4a4a;
    }

    .whitelabel-profile-mobile .book-box .total-box {
        border-top: solid 1px #eee;
        padding: 10px 0 10px 10px;
        margin-top: 15px;
    }

.whitelabel-profile-mobile .artist-button {
    border-radius: 2px;
    background-color: #e2860a;
    width: 100%;
    height: 45px;
    border: none;
    font-size: 22px;
    color: #fff;
}

.whitelabel-profile-mobile .list-box {
    margin-bottom: 25px;
    padding: 20px 0 20px 10px;
    margin-top: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.25);
}

.whitelabel-profile-mobile .section-box {
    display: inline;
    font-size: 20px;
    text-align: left;
    color: #4a4a4a;
}

.whitelabel-profile-mobile .feature-section {
    width: auto;
    height: auto;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.2);
    margin-bottom: 20px;
}

    .whitelabel-profile-mobile .feature-section .feature-text {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        color: #4a4a4a;
        padding: 20px;
        height: auto;
    }

    .whitelabel-profile-mobile .feature-section .feature-text-heading {
        padding: 20px;
    }

    .whitelabel-profile-mobile .feature-section .section-heading {
        font-size: 20px;
        font-weight: 600;
        line-height: 2;
        text-align: left;
        color: #4a4a4a;
    }

    .whitelabel-profile-mobile .feature-section .section-view {
        font-size: 16px;
        line-height: 2.5;
        text-align: left;
        color: #909090;
    }

        .whitelabel-profile-mobile .feature-section .section-view:hover {
            color: #e2860a;
            cursor: pointer;
        }

    .whitelabel-profile-mobile .feature-section .album-image {
        border-radius: 0;
    }

    .whitelabel-profile-mobile .feature-section .r-ReviewerName {
        margin-top: 5px;
    }

.whitelabel-profile-mobile .heading-box {
    width: auto;
    height: auto;
    background-color: #fbfbfb;
    padding: 20px;
}

    .whitelabel-profile-mobile .heading-box h1, .whitelabel-profile-mobile .heading-box h2 {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
        color: #4a4a4a;
        margin-top: 0;
        margin-bottom: 6px;
    }

.wl-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
}

.wl-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption, .wl-modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.wl-close {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
}

    .wl-close:focus, .wl-close:hover {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%;
    }
}


@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&") 
    format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?") 
    format("woff2"), url("../fonts/fontawesome-webfont.woff?") format("woff"), url("../fonts/fontawesome-webfont.ttf?") 
    format("truetype"), url("../fonts/fontawesome-webfont.svg?#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-album:before {
    content: "\e603";
}

.fa-percent:before {
    content: "\f295";
}

.fa-flourish-mirror:before {
    content: "\e601";
}

.fa-flourish:before {
    content: "\e602";
}

.fa-real-wedding:before {
    content: "\e600";
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before, .fa-genderless:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}
/*# sourceMappingURL=maps/stylesheets/mobileInternal.min.css.map */
