﻿/*
 *
 * 001 - iAnGi Style
 * 002 - Page Header
 * 003 - Page Content
 * 004 - Pull Scroll & Loading
 * 000 - UI Icons
 * 000 - Fix Screen
 *
 * =========
 * 001 - iAnGi Style
 * =========
 */

html, body
{
    position: relative;
    height: 100%;
    -ms-touch-action: none;
}

body
{
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
    font: 16px/1.3 "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    color: #454545;
}

.splashscreen-container
{
    position: relative;
    width: 100%;
    height: 100%;
    background: #eb2227;
    background: -moz-linear-gradient(top, #eb2227 5%, #b52025 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#eb2227), color-stop(100%,#b52025));
    background: -webkit-linear-gradient(top, #eb2227 5%,#b52025 100%);
}

.logo-full
{
    position: absolute;
    top: 50%;
    left: 50%;
}

    .logo-full > em
    {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../img/logo-full.png) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

.fixed
{
    pointer-events: none;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clearfix::after
{
    content: "";
    display: table;
    clear: both;
}

.ui-button
{
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ui-button.blue, .ui-button.green, .ui-button.orange, .ui-button.gray
    {
        color: #fff;
        text-align: center;
        border-radius: 8px;
        line-height: 2.5rem;
        background: #52a8e7;
        background: -moz-linear-gradient(top, #52a8e7 5%, #2b70c3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#52a8e7), color-stop(100%,#2b70c3));
        background: -webkit-linear-gradient(top, #52a8e7 5%,#2b70c3 100%);
    }

    .ui-button.orange
    {
        color: #454545;
        border: 1px solid #dbdddd;
        background: #fec901;
        background: -moz-linear-gradient(top, #fec901 5%, #ff9c01 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fec901), color-stop(100%,#ff9c01));
        background: -webkit-linear-gradient(top, #fec901 5%,#ff9c01 100%);
    }

    .ui-button.gray
    {
        color: #6f6f6f;
        border: 1px solid #dbdddd;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 5%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,#ededed));
        background: -webkit-linear-gradient(top, #ffffff 5%,#ededed 100%);
    }

    .ui-button.not-follower:before
    {
        content: "Hủy Kết Nối";
    }

    .ui-button.follower:before
    {
        content: "Kết Nối";
    }

    .ui-button.btn-full
    {
        margin: 2rem .5rem 3rem;
    }

        .ui-button.btn-full.loading
        {
            line-height: normal !important;
        }

            .ui-button.btn-full.loading > em
            {
                color: rgba(255,255,255,.8);
            }

    .ui-button .notification
    {
        display: none;
        position: absolute;
        right: 0;
        bottom: .3rem;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        background: #ec2226;
        border-radius: 10px;
        padding: 0 .3rem;
    }

.btn-link
{
    position: relative;
    display: block;
    min-height: 30px;
    font-weight: 500;
    width: 100%;
    padding-right: 20px;
    pointer-events: all !important;
}

    .btn-link:after
    {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 18px;
        height: 30px;
        opacity: .2;
        margin-top: -15px;
        background: url(../img/icon-arrow.png) center center no-repeat;
        -webkit-background-size: cover;
        -mox-background-size: cover;
        background-size: cover;
    }

    .btn-link > strong
    {
        display: block;
    }

    .btn-link > em
    {
        font-size: .9rem;
        color: #888;
    }


.btn-icon
{
    position: relative;
    width: 48px;
    height: 48px;
    background: #007aff;
    border: 3px solid #f5f5f5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .btn-icon:after
    {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-left: -13px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

.btn-icon-notext
{
    font: 0/0 small;
}

    .btn-icon-notext:after
    {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 8px auto;
        font: 0/0 Arial;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }

.load-more
{
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 130px;
    height: 30px;
    background: rgba(0,0,0,.6);
    border-radius: 9px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: -65px;
    z-index: 999;
}

.avatar
{
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100%;
    float: left;
    padding: 2px!important;
}

    .avatar .avatar-wrapper
    {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        overflow: hidden;
    }

        .avatar .avatar-wrapper img
        {
            height: 100%;
            margin: 0 auto;
        }

.photo-wrapper
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    overflow: hidden;
}

    .photo-wrapper img
    {
        height: 100%;
        margin: 0 auto;
    }

.photo-container
{
    display: block;
    width: 80px;
    height: 90px;
    padding: 2px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 9px;
    overflow: hidden;
    margin-top: .3rem;
}

    .photo-container > .photo-wrapper
    {
        border-radius: 6px;
    }

.ellipsis-1-line
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2-line
{
    display: block;
    display: -webkit-box;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-3-line
{
    display: block;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.star, .dollar
{
    float: left;
    width: 28px;
    height: 28px;
    font: 0/0 Arial;
    margin: 0 .1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.star
{
    background-image: url(../img/icon-star-empty.png) !important;
}

    .star.full
    {
        background-image: url(../img/icon-star-full.png) !important;
    }

    .star.half
    {
        background-image: url(../img/icon-star-half.png) !important;
    }

.dollar
{
    background-image: url(../img/icon-dollar-empty.png) !important;
}

    .dollar.full
    {
        background-image: url(../img/icon-dollar-full.png) !important;
    }

    .dollar.half
    {
        background-image: url(../img/icon-dollar-half.png) !important;
    }

.point
{
    float: left;
    width: 20%;
    height: 20px;
    background: rgb(222,222,222);
    border-radius: .2rem;
}

    .point.half:before
    {
        content: "";
        float: right;
        width: 50%;
        height: 20px;
        background: rgb(222,222,222);
        border-radius: 0 .2rem .2rem 0;
    }

.point-1
{
    background: rgb(250,85,5) !important;
}

.point-2
{
    background: rgb(255,170,0) !important;
}

.point-3
{
    background: rgb(255,240,0) !important;
}

.point-4
{
    background: rgb(165,210,0) !important;
}

.point-5
{
    background: rgb(85,180,0) !important;
}

/*- CheckBox Style -*/
input[type=checkbox], input[type=radio]
{
    display: none;
}

.checkbox > label
{
    display: block;
    position: relative;
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .checkbox > label:after
    {
        content: "";
        position: absolute;
        top: 50%;
        right: .5rem;
        width: 18px;
        height: 18px;
        margin-top: -10px;
        background: #f9f9f9;
        border: 1px solid #ddd;
    }

input[type=checkbox]:checked + label:after
{
    content: "\2713";
    color: #007aff;
    font-size: 1.8rem;
    text-align: left;
    line-height: .4;
}

.radio > label
{
    display: block;
    cursor: pointer;
    position: relative;
    padding: .4rem 0 .4rem 1.3rem;
}

    .radio > label:before
    {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 14px;
        padding: 0;
        margin-top: -7px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

input[type=radio]:checked + label:before
{
    content: "\2022";
    color: #007aff;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 2.6rem;
    text-align: center;
    line-height: .35;
}


.page-container
{
    position: relative;
    width: 100%;
    height: 100%;
}

.dialog-page, .popup-container
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
    background: #fff;
    z-index: 999;
}

.popup-container
{
    background: rgba(0,0,0,.3);
}

    .popup-container .popup-wrapper
    {
        position: absolute;
        left: 0;
        bottom: 1.5rem;
        width: 100%;
        z-index: 99999;
    }

        .popup-container .popup-wrapper ul > li .ui-button
        {
            background: #fff;
            color: #007aff;
            font-size: 1.3rem;
            text-align: center;
            padding: 1rem;
            margin: 0 .8rem;
            border-bottom: 1px solid #ddd;
        }

            .popup-container .popup-wrapper ul > li .ui-button.title-action
            {
                font-size: 1.1rem;
                color: #333;
                background: rgba(255,255,255,.8);
            }

        .popup-container .popup-wrapper ul > li:first-child .ui-button
        {
            border-radius: 9px 9px 0 0;
        }

        .popup-container .popup-wrapper ul > li:last-child .ui-button
        {
            border-radius: 0 0 9px 9px;
            border-bottom: none;
        }

        .popup-container .popup-wrapper ul > li .ui-button.btn-hide
        {
            border-radius: 9px;
            border: none;
            margin-top: 1rem;
        }

        .popup-container .popup-wrapper ul > li.clear-photo > .ui-button
        {
            color: #FF3A2D;
        }

        .popup-container .popup-wrapper.popup
        {
            display: none;
            width: 310px;
            height: 220px;
            top: 50%;
            left: 50%;
            margin-top: -110px;
            margin-left: -155px;
            background: #FFFFFF;
            box-shadow: 0 3px 3px rgba(0,0,0,.1);
            border-radius: 4px;
            overflow: hidden;
        }

            .popup-container .popup-wrapper.popup > li
            {
                border-bottom: 1px solid rgba(0,0,0,.1);
            }

                .popup-container .popup-wrapper.popup > li:last-child, .popup-container .popup-wrapper.popup > li:first-child
                {
                    border: none;
                }

            .popup-container .popup-wrapper.popup .form-title
            {
                background: #f0f2f4;
                color: #007aff;
                font-size: 1.3rem;
                padding: .5rem .8rem;
                border-bottom: 1px solid rgba(0,0,0,.1);
            }

            .popup-container .popup-wrapper.popup .input-wrap
            {
                padding: .5rem .8rem;
            }

            .popup-container .popup-wrapper.popup .button-container
            {
                float: left;
                width: 50%;
                padding: .8rem .3rem;
            }

            .popup-container .popup-wrapper.popup .groups-list
            {
                width: 100%;
                padding: 0 .5rem 1rem;
                overflow-y: auto;
            }

                .popup-container .popup-wrapper.popup .groups-list .group-item
                {
                    font-size: 1.1rem;
                    font-weight: 600;
                    padding: .8rem .5rem;
                    border-bottom: 1px solid #f0f0f0;
                }

/*
 * =========
 * 003 - Page Content
 * =========
 */
.page-loader
{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}

.page-wrapper
{
    position: absolute;
    z-index: 1;
    top: .8rem;
    bottom: 0px;
    left: -9999px;
    width: 100%;
    overflow: hidden;
}

    .page-wrapper.hide-pull
    {
        left: 0px !important;
    }

.hide-pull .scroller
{
    background: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#scroller
{
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.page-wrapper .page-content
{
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .page-wrapper .page-content .row
    {
        padding: 1.3rem 0;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        .page-wrapper .page-content .row .row-heading
        {
            color: #000;
            font-size: 1.15rem;
            font-weight: bold;
            margin-left: .8rem;
            margin-bottom: .6rem;
        }

/* - Signin Container - */
.signin-container
{
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

    .signin-container > .page-wrapper
    {
        left: 0;
        top: 50%;
        bottom: auto;
        height: auto;
        padding: 0.3rem;
        margin-top: -300px;
    }

    .signin-container .logo, .about-wrapper .logo
    {
        display: block;
        font: 0/0 small;
        width: 250px;
        height: 250px;
        margin: 0 auto 1rem;
        background: url(../img/logo.png) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        margin-bottom: 20px;
    }

    .signin-container .field-contain li > label
    {
        width: 90px;
        font-weight: 800;
    }

    .signin-container .field-contain .input-wrap
    {
        padding-left: 90px;
    }

    .signin-container .group-control
    {
        margin: 1rem .8rem;
    }

        .signin-container .group-control .block-a, .signin-container .group-control .block-b
        {
            float: left;
            width: 50%;
            margin-top: 1.5rem;
        }

        .signin-container .group-control .block-b
        {
            width: 33.3333%;
        }

        .signin-container .group-control .forget-password
        {
            color: #FF3A2D;
            line-height: 30px;
            font-weight: 600;
            text-align: center;
            margin: 1rem;
        }

        .signin-container .group-control .ui-button.text-button
        {
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-weight: 600;
            border-radius: 50%;
            margin: 0 auto;
        }

/* - About Container - */
.about-wrapper
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 600px;
    margin-top: -300px;
}

    .about-wrapper .logo
    {
        background-image: url(../img/logo-full.png);
    }

    .about-wrapper > p
    {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: .3rem;
    }

        .about-wrapper > p.website
        {
            margin: 6rem 0;
            color: #007aff;
            font-weight: 600;
        }


.subheader
{
    display: block;
    background: rgba(0,0,0,.06);
    padding: 0 .8rem;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .subheader.no-text
    {
        font-size: 0;
        color: transparent;
    }

.markers-list-item
{
    display: block;
    width: 100%;
    background: #007aff;
    margin-bottom: .5rem;
}

    .markers-list-item > .photo-wrapper
    {
        position: relative;
        width: 100%;
        height: 45vw;
        min-height: 160px;
    }

    .markers-list-item .photo-wrapper > img
    {
        width: 100%;
        height: auto;
        opacity: .65;
    }

    .markers-list-item .overlay
    {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        font-weight: 600;
        padding: .5rem;
    }

        .markers-list-item .overlay > p
        {
            text-shadow: 0 1px 0 #666;
        }

        .markers-list-item .overlay.cuisine, .markers-list-item .overlay.rating
        {
            width: 50%;
            top: 0;
            bottom: auto;
            text-align: right;
        }

        .markers-list-item .overlay.rating
        {
            left: 50%;
        }

    .markers-list-item .cuisine .photo-wrapper, .item-photo .overlay .photo-wrapper
    {
        float: left;
        width: 36px;
        height: 36px;
        padding: 2px;
        margin: 2px;
        background: rgba(255,255,255,.8);
        border-radius: 50%;
    }

    .markers-list-item .overlay .name
    {
        font-size: 1.3em;
        margin-bottom: .3rem;
    }

    .markers-list-item .overlay .distance:after
    {
        content: "km";
        margin: 0 .3rem;
    }

    .markers-list-item .rating > div
    {
        margin-bottom: .5rem;
    }

.marker-list-small
{
    position: relative;
    display: block;
    padding: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .marker-list-small .photo-container
    {
        float: left;
        width: 60px;
        height: 68px;
        margin: 0 .8rem 0 0;
    }

    .marker-list-small > p
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .marker-list-small .marker-name
    {
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: .8rem;
    }

.favorite-list-item .icon-favorite-list
{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

    .favorite-list-item .icon-favorite-list:after
    {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

.list-item
{
    position: relative;
}

    .list-item > .marker-list-small
    {
        padding-right: 30px;
    }

    .list-item .btn-more-settings
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        z-index: 9;
    }

        .list-item .btn-more-settings > em
        {
            float: right;
            width: 6px;
            height: 20px;
            margin: .5rem;
            font: 0/0 small;
            background: url(../img/icon-more-gray.png) center center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }

.settings-list
{
    display: none;
    position: absolute;
    top: 0;
    right: 30px;
    width: 180px;
    background: #fafafa;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    border-radius: 4px;
}

    .settings-list > li
    {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        .settings-list > li:last-child
        {
            border: none;
        }

    .settings-list .setting-item
    {
        display: block;
        color: #007aff;
        font-weight: 600;
        text-align: center;
        padding: .8rem;
    }

        .settings-list .setting-item.delete
        {
            color: #ff3824;
        }

.reviews-list-item
{
    padding: .8rem .5rem .5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .reviews-list-item .col1
    {
        float: left;
        width: 80px;
    }

    .reviews-list-item .col2
    {
        display: block;
        margin-left: 90px;
        padding-right: .3rem;
    }

    .reviews-list-item .avatar
    {
        width: 80px;
        height: 80px;
    }

    .reviews-list-item .user-name
    {
        width: 100%;
        color: #454545;
        font-size: .9rem;
        font-weight: 600;
        text-align: center;
    }

    .reviews-list-item .item-title
    {
        color: #008000;
        font-weight: 600;
    }

        .reviews-list-item .item-title .place:before
        {
            content: "@";
            color: #666;
            font-family: Helvetica, Arial, Verdana, sans-serif;
            margin-right: .3rem;
        }

    .reviews-list-item .item-content
    {
        margin-top: 6px;
    }

        .reviews-list-item .item-content .photo-wrapper
        {
            float: left;
            width: 80px;
            height: 80px;
            border-radius: 9px;
        }

        .reviews-list-item .item-content .item-description
        {
            margin-left: 90px;
        }

            .reviews-list-item .item-content .item-description > p
            {
                width: 100%;
                color: #454545;
                font-weight: 500;
            }

            .reviews-list-item .item-content .item-description .rating
            {
                margin-bottom: 8px;
            }

    .reviews-list-item.respond .col1
    {
        width: 60px;
    }

    .reviews-list-item.respond .col2
    {
        margin-left: 70px;
        text-align: justify;
    }

        .reviews-list-item.respond .col2 > strong::after
        {
            content: ":";
            margin: 0 .5rem 0 .3rem;
        }

    .reviews-list-item.respond .avatar
    {
        width: 60px;
        height: 60px;
    }

    .reviews-list-item.review-friend
    {
        display: block;
    }

        .reviews-list-item.review-friend .avatar
        {
            float: left;
            width: 60px;
            height: 60px;
        }

        .reviews-list-item.review-friend .content
        {
            color: #008000;
            line-height: 1.4;
            max-height: 66px !important;
            font-weight: bold;
            margin-left: 70px;
        }

            .reviews-list-item.review-friend .content .name
            {
                color: #454545;
            }

            .reviews-list-item.review-friend .content .title:before, .reviews-list-item.review-friend .content .place:before
            {
                content: "viết";
                font-family: Helvetica, Arial, Verdana, sans-serif;
                color: #888;
                font-weight: 500;
                margin: 0 .5rem 0 .2rem;
            }

            .reviews-list-item.review-friend .content .place:before
            {
                content: "@";
            }

.listview
{
    margin: 0;
    padding: 0;
}

    .listview li
    {
        position: relative;
        border-top: 1px solid rgba(255,255,255,.8);
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        .listview li.category-item
        {
            border: none;
            margin: .3rem .5rem;
        }

        .listview li .list-item
        {
            display: block;
            color: #fff;
            padding: .5rem;
        }

        .listview li.category-item > .list-item
        {
            border-radius: 2rem;
        }

        .listview li .list-item.list-user
        {
            margin-right: 120px;
        }

        .listview li .list-item > img
        {
            float: left;
            width: 2.5rem;
            margin-right: 1rem;
        }

        .listview li .list-item > p
        {
            line-height: 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .listview li .list-item .avatar
        {
            width: 60px;
            height: 60px;
            margin-right: .5rem;
        }

        .listview li .list-item p.user-name
        {
            line-height: 60px;
            color: #454545;
        }

        .listview li > .ui-button
        {
            position: absolute;
            top: 50%;
            right: .5rem;
            width: 110px;
            text-align: center;
            font-size: .8rem;
            font-weight: 600;
            border-radius: 9px;
            line-height: 32px;
            margin-top: -16px;
        }

.no-item
{
    color: #888;
    padding: 1rem;
    text-align: center;
}

.list-taxi
{
    position: relative;
    width: 100%;
    color: #454545 !important;
}

    .list-taxi p
    {
        margin-right: 180px;
    }

    .list-taxi .phone
    {
        position: absolute;
        top: 50%;
        right: .5rem;
        max-width: 180px;
        font-weight: 400;
        line-height: 2.5rem;
        font-size: 1.1rem;
        margin-top: -20px;
    }

        .list-taxi .phone:before
        {
            content: "";
            float: left;
            width: 24px;
            height: 24px;
            margin: 8px;
            background: url(../img/icon-phone-gray.png) center center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }

.field-contain
{
    overflow: hidden;
    padding: 0 .5rem;
    margin: 0;
}

    .field-contain > li
    {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 8px;
        padding: .5rem;
        margin-top: .5rem;
    }

        .field-contain > li.top
        {
            position: relative;
            border-radius: 8px 8px 0 0;
            margin-top: .8rem;
        }

        .field-contain > li.bottom
        {
            border-radius: 0 0 8px 8px;
            border-top: none;
            margin: 0;
        }

    .field-contain li.group-control
    {
        position: relative;
    }

    .field-contain li > label
    {
        float: left;
        width: 120px;
        font-size: 1.1rem;
    }

    .field-contain.small label
    {
        width: 80px;
    }

    .field-contain label.icon-field
    {
        width: 40px;
    }

        .field-contain label.icon-field > em
        {
            display: block;
            position: relative;
            width: 40px;
            height: 40px;
            font: 0/0 small;
            border-radius: 8px;
            background: #007aff;
            margin: 0 auto;
        }

            .field-contain label.icon-field > em:after
            {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 32px;
                height: 32px;
                margin-top: -16px;
                margin-left: -16px;
                background-position: center center;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
            }

        .field-contain label.icon-field > span
        {
            display: inline-block;
            margin-top: 5px;
        }

    .field-contain .group-control > label
    {
        position: absolute;
        top: 50%;
        left: .5rem;
        margin-top: -10px;
    }

    .field-contain .input-wrap
    {
        position: relative;
        padding-left: 90px;
    }

        .field-contain .input-wrap .label-selected
        {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 0;
            max-width: 95%;
            pointer-events: none !important;
            padding-left: 90px;
        }

            .field-contain .input-wrap .label-selected > span
            {
                background: #fff;
                display: block;
                width: 100%;
                height: 25px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    .field-contain .input-wrap
    {
        padding-left: 130px;
    }

        .field-contain .input-wrap.small
        {
            padding-left: 50px;
        }

        .field-contain .input-wrap.full
        {
            padding: 0;
        }

    .field-contain .point-container
    {
        height: 20px;
    }

    .field-contain .content
    {
        color: #888;
        font-size: .85rem;
        font-weight: 600;
        margin-bottom: 3px;
    }

        .field-contain .content > span
        {
            font-weight: 500;
        }

    .field-contain.rating-content
    {
        margin-top: .5rem;
    }

    .field-contain .change-avatar > .avatar
    {
        float: none;
        display: block;
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }

.rating-content .input-wrap
{
    position: relative;
}

.show-details, .show-details.show
{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-align: right;
    font: 0/0 small;
    color: #34AADC;
    z-index: 9;
}

    .show-details:before
    {
        content: "Chi tiết";
        font-size: .8rem;
        line-height: 1.5;
    }

    .show-details.show:before
    {
        content: "Rút gọn";
        font-size: .8rem;
        line-height: 1.5;
    }

    .show-details:after
    {
        content: "";
        float: right;
        width: 8px;
        height: 8px;
        margin-left: 3px;
        margin-top: 6px;
        background: url(../img/icon-arrow-double.png) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .show-details.show::after
    {
        transform: rotate(-180deg) translateZ(0);
        -webkit-transform: rotate(-180deg) translateZ(0);
        -ms-transform: rotate(-180deg) translateZ(0);
    }


.input-wrap input, .input-wrap textarea
{
    width: 100%;
    font-size: 1.05rem;
    border: none;
}

.input-wrap .select-style
{
    position: relative;
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
}

    .input-wrap .select-style:before
    {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        background: #FFF;
    }

    .input-wrap .select-style:after
    {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 9px solid #999;
        border-left: 9px solid transparent;
    }

    .input-wrap .select-style.small
    {
        float: left;
        width: 40%;
        margin-right: 5%;
    }

    .input-wrap .select-style select
    {
        background: transparent;
        width: 100%;
        max-height: 1.3rem;
        font-size: 1rem;
        border: 0;
        -webkit-appearance: none;
    }

.input-wrap .ui-button
{
    border-radius: 9px;
    padding: .2rem .5rem;
}

.input-wrap.search
{
    position: relative;
    margin-left: 66px;
    margin-right: 30px;
    padding: 14px 0 14px 25px;
}

    .input-wrap.search:after
    {
        content: "";
        position: absolute;
        left: 0;
        top: 14px;
        width: 20px;
        height: 20px;
        background: url(../img/icon-search-gray.png) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

.field-contain a.input-wrap
{
    display: block;
}

    .field-contain a.input-wrap > img
    {
        height: 90px;
        width: auto;
        margin: 0 auto;
    }

    .field-contain a.input-wrap > p
    {
        color: #888;
        font-size: .9rem;
    }

    .field-contain a.input-wrap p.title
    {
        font-size: 1rem;
        font-weight: 600;
    }

        .field-contain a.input-wrap p.title.no-marker:before
        {
            content: "Chọn Nhà hàng";
            font-size: 1.2rem;
            font-weight: 500;
            line-height: 2.5rem;
        }

.ui-grid
{
    padding: .8rem 0 !important;
}

    .ui-grid > p
    {
        float: left;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

    .ui-grid p.block-2
    {
        width: 50%;
    }

    .ui-grid p.block-4
    {
        width: 25%;
    }

    .ui-grid p.block-5
    {
        width: 20%;
    }

    .ui-grid .block-5 > .star, .ui-grid .block-5 > .dollar
    {
        display: block;
        float: none;
        margin: 0 auto;
        width: 60px;
        height: 60px;
    }

.field-contain.groupcontrol > li
{
    padding: 0;
    padding-right: .8rem;
    margin-top: 1rem;
}

.groupcontrol .item
{
    padding: .5rem;
}

    .groupcontrol .item .avatar
    {
        width: 40px;
        height: 40px;
        margin-right: .8rem;
    }

    .groupcontrol .item .icon
    {
        float: left;
        width: 40px;
        height: 40px;
        background: #007aff;
        border-radius: 13px;
        margin-right: .8rem;
    }

        .groupcontrol .item .icon:after
        {
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            font: 0/0 small;
            margin: 4px;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }

    .groupcontrol .item > p
    {
        font-size: 1.1rem;
        font-weight: 600;
    }

        .groupcontrol .item > p.detail
        {
            color: #888;
            font-size: .9rem;
            font-weight: 500;
        }

        .groupcontrol .item > p.title
        {
            line-height: 40px;
        }


/* - Item Details - */
.nav-bar
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.marker-nav
{
    width: 100%;
    background: #fff;
    margin: 0;
    padding: .2rem .5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .marker-nav .btn-cancel
    {
        float: left;
        color: #007aff;
        font-weight: bold;
        width: 60px;
        text-align: center;
        line-height: 38px;
        border-right: 1px solid rgba(0,0,0,.1);
        margin-top: 6px;
    }

    .marker-nav > li
    {
        float: left;
        width: 33.33%;
        padding: 1px;
    }

    .marker-nav.nav-bar > li
    {
        width: 50%;
    }

    .marker-nav > li:first-child .nav-item
    {
        border-radius: 18px 0 0 18px;
    }

    .marker-nav > li:last-child .nav-item
    {
        border-radius: 0 18px 18px 0;
    }

    .marker-nav .nav-item
    {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #007aff;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

        .marker-nav .nav-item.no-text
        {
            font: 0/0 small;
        }

        .marker-nav .nav-item.active
        {
            pointer-events: none;
        }

    .marker-nav.nav-bar > li > .nav-item.active
    {
        background: #bbb !important;
    }

    .marker-nav .nav-item:after
    {
        content: "";
        display: block;
        width: 28px;
        height: 28px;
        margin: 6px auto;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

.item-header
{
    display: block;
    padding: .5rem;
}

    .item-header p
    {
        margin-bottom: .3rem;
        font-weight: 600;
        color: #888;
    }

        .item-header p.title
        {
            font-size: 1.15rem;
            color: #333;
        }

        .item-header p.place:before
        {
            content: "@";
            float: left;
            font-family: Helvetica, Arial, Verdana, sans-serif;
            font-size: 1rem;
            color: #888 !important;
            margin-right: .3rem;
        }

        .item-header p.rating
        {
            float: left;
            width: 50%;
            margin-top: .3rem;
            padding-right: .3rem;
        }

.item-photo
{
    position: relative;
    display: block;
    width: 100%;
    background: #eeeeee;
    overflow: hidden;
}

    .item-photo > img
    {
        width: 100%;
    }

    .item-photo .overlay
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: .8rem;
    }
/*.item-photo .noof-photo
    {
        position: absolute;
        left: 50%;
        bottom: 1rem;
        width: 168px;
        background: rgba(0,0,0,.65);
        color: rgba(255,255,255,.8);
        margin-left: -84px;
        padding: .5rem .8rem;
        border-radius: 9px;
    }

        .item-photo .noof-photo:after
        {
            content: "";
            float: left;
            width: 24px;
            height: 24px;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            opacity: .8;
            margin-right: .5rem;
        }*/

.listing-info
{
    margin: 0;
    padding: 0 .5rem;
}

    .listing-info > li
    {
        position: relative;
        padding: .8rem .5rem;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        .listing-info > li a
        {
            display: block;
        }

    .listing-info .star
    {
        width: 20px;
        height: 20px;
    }

    .listing-info .ui-grid .noof
    {
        color: #888;
        line-height: 24px;
    }

        .listing-info .ui-grid .noof:before
        {
            content: ".";
            color: transparent;
            text-shadow: none;
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: .3rem;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }

        .listing-info .ui-grid .noof.noof-view
        {
            color: #ff9b37;
        }

        .listing-info .ui-grid .noof.noof-review
        {
            color: #0069d2;
        }

        .listing-info .ui-grid .noof.noof-like
        {
            color: #36a235;
            pointer-events: none;
        }

        .listing-info .ui-grid .noof.noof-unlike
        {
            display: inline-block;
            padding: 1px 1rem;
            background: #f8f8f8;
            box-shadow: 0 1px 1px rgba(0,0,0,.2);
            border-radius: 9px;
            margin-bottom: 1px;
        }

        .listing-info .ui-grid .noof.noof-favorite
        {
            color: #ff2d55;
        }

        .listing-info .ui-grid .noof.noof-checkin
        {
            color: #5856d6;
        }

    .listing-info .avatar
    {
        width: 60px;
        height: 60px;
        margin-right: .8rem;
    }

    .listing-info .user-name
    {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 60px;
    }

    .listing-info .info-icon
    {
        position: relative;
        padding-left: 40px;
    }

        .listing-info .info-icon:after
        {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 32px;
            height: 32px;
            margin-top: -16px;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -mox-background-size: cover;
            background-size: cover;
        }


    .listing-info .rating-info
    {
        line-height: 30px;
        font-size: 1.2rem;
    }

        .listing-info .rating-info:after
        {
            width: 26px;
            height: 26px;
            margin-top: -13px;
        }

.marker-details-more-info
{
    padding: 1rem 1rem 3rem !important;
    text-align: justify;
}

    .marker-details-more-info td
    {
        line-height: 2.5rem !important;
        padding: 0 .5rem !important;
    }

/* - Account Profile - */
.account-info
{
    position: relative;
    padding: .5rem;
}

    .account-info .info-wrapper
    {
        display: block;
        color: #007aff;
        text-align: center;
        border: 1px solid #007aff;
        border-radius: 13px;
        margin: .5rem 1rem;
        padding: .3rem;
    }

        .account-info .info-wrapper.sign-in
        {
            color: #888;
            border-color: #888;
        }

            .account-info .info-wrapper.sign-in > span
            {
                font-size: 1.3rem;
                line-height: 2rem;
            }

        .account-info .info-wrapper > .nickname
        {
            font-size: 1.2rem;
        }

    .account-info .avatar
    {
        width: 108px;
        height: 108px;
    }

    .account-info > .nickname
    {
        position: absolute;
        top: 50%;
        left: 130px;
        font-size: 1.3rem;
        font-weight: 600;
        max-height: 55px !important;
    }

    .account-info .ui-button
    {
        position: absolute;
        right: .5rem;
        bottom: .3rem;
        min-width: 120px;
        font-size: 1.2rem;
        padding: 0 1rem;
    }

    .account-info.check-in .avatar
    {
        width: 80px;
        height: 80px;
    }

.checkin-list
{
    padding: 0 .5rem;
}

    .checkin-list .checkin-list-item
    {
        display: block;
        padding: .5rem;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        .checkin-list .checkin-list-item:last-child
        {
            padding-bottom: 1rem;
            border: none;
        }

        .checkin-list .checkin-list-item > p
        {
            color: #454545;
            max-height: 50px !important;
            font-size: 1.1rem;
            font-weight: 600;
            margin-top: .5rem;
        }

    .checkin-list .avatar
    {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

.check-in .col2
{
    padding-left: 90px;
}

    .check-in .col2 .title
    {
        color: #454545;
        max-height: 50px !important;
        font-size: 1.2rem;
        font-weight: 600;
    }

        .check-in .col2 .title .place, .checkin-list .place
        {
            color: #008000;
        }

            .check-in .col2 .title .place:before, .checkin-list .place:before
            {
                content: "@";
                color: #666;
                font-size: 1.1rem;
                font-weight: normal;
                font-family: Helvetica, Arial, Verdana, sans-serif;
                margin-right: .3rem;
            }

    .check-in .col2 .description
    {
        margin-top: .5rem;
    }

        .check-in .col2 .description .photo-wrapper
        {
            float: left;
            width: 90px;
            height: 90px;
            border-radius: 9px;
            margin-right: .5rem;
            margin-bottom: .3rem;
        }

.info-item
{
    font-size: 1.3rem;
    line-height: 38px;
    pointer-events: none;
}

    .info-item > .icon-item
    {
        position: relative;
        float: left;
        width: 38px;
        height: 38px;
        margin-right: .8rem;
        font: 0/0 small;
        background: #007aff;
        border-radius: 9px;
    }

    .info-item .icon-item:after
    {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 28px;
        margin-top: -14px;
        margin-left: -14px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
/* - Info Window Map Marker - */
.infoWindow-wrapper
{
    display: block;
    width: 18rem;
    height: 3rem;
    margin: 0;
    padding: 0;
}

    .infoWindow-wrapper > .photo-container
    {
        float: left;
        width: 3rem;
        height: 3rem;
        margin: 0 .3rem 0 0;
    }


    .infoWindow-wrapper > p
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .infoWindow-wrapper > p.name
        {
            font-weight: 600;
            margin-bottom: 3px;
            padding-top: 5px;
        }

    .infoWindow-wrapper.search-location
    {
        height: 2rem;
    }

.search-location > img
{
    float: left;
    height: 2rem;
}

.search-location > p.name
{
    line-height: 2rem;
    margin: 0;
    padding: 0;
}

.image-gallery-header
{
    background: #181818;
    border-color: rgba(255,255,255,.2);
}

.image-gallery-container
{
    background: #181818;
    bottom: 48px;
}

.pagination
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: #181818;
    border-top: 1px solid rgba(255,255,255,.2);
    text-align: center;
}

    .pagination > span
    {
        display: inline-block;
        color: #eee;
        font-size: 1.2rem;
        line-height: 48px;
    }

        .pagination > span.total-image:before
        {
            content: "/";
            display: inline-block;
            margin: 0 .3rem;
        }

/*Rating Dertail*/
.rating-details
{
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .rating-details > .rating-header
    {
        width: 245px;
        margin: 0 auto;
    }

    .rating-details .noof-rating
    {
        float: left;
        font-size: 3.5rem;
        font-weight: 600;
        line-height: 1;
    }

    .rating-details .content-rating
    {
        width: 100%;
        color: #888;
        font-size: .9rem;
        padding: 4px 0 0 89px;
    }

.rating-more-details
{
    display: block;
    width: 100%;
    height: 0;
    background: #f6f6f6;
    margin-top: 5px;
    padding: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    overflow: hidden;
}

    .rating-more-details.show
    {
        height: 100px;
        padding: .5rem;
    }

    .rating-more-details > li
    {
        padding-top: .3rem;
    }

        .rating-more-details > li:first-child
        {
            padding: 0;
        }

    .rating-more-details .label
    {
        float: left;
        width: 90px;
    }

        .rating-more-details .label > em
        {
            float: right;
            width: 13px;
            height: 13px;
            margin-left: .3rem;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }

    .rating-more-details .star-gray > em
    {
        background-image: url(../img/icon-star-gray.png);
    }

    .rating-more-details .dollar-gray > em
    {
        background-image: url(../img/icon-dollar-gray.png);
    }

    .rating-more-details .label > em:last-child
    {
        margin: 0;
    }

    .rating-more-details .counter-wrap
    {
        width: 100%;
        padding-left: 100px;
    }

        .rating-more-details .counter-wrap .empty, .rating-more-details .counter-wrap > .point
        {
            float: left;
            width: 100%;
            height: 5px;
            margin-top: 4px;
            background: #bbb;
        }

        .rating-more-details .counter-wrap > .point
        {
            width: 0;
        }
/*
 * =========
 * 004 - Pull Scroll & Loading
 * =========
 */

.pull-to-refresh, .loading
{
    padding: .8rem;
    min-height: 2.5rem;
    text-align: center;
}

    .pull-to-refresh > em, .loading > em
    {
        display: inline-block;
        line-height: 32px;
        font-weight: 600;
        color: rgba(0,0,0,.4);
    }

        .pull-to-refresh > em:before
        {
            content: "";
            float: left;
            width: 32px;
            height: 32px;
            opacity: .3;
            background: url(../img/pull-to-refresh.png) center center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -webkit-transition-property: -webkit-transform;
            -ms-transition-property: -webkit-transform;
            -webkit-transition-duration: 300ms;
            -ms-transition-duration: 300ms;
        }

    .pull-to-refresh.flip > em:before
    {
        transform: rotate(-180deg) translateZ(0);
        -webkit-transform: rotate(-180deg) translateZ(0);
        -ms-transform: rotate(-180deg) translateZ(0);
    }

    .loading > em
    {
        line-height: 24px;
    }

        .loading > em:before
        {
            content: "";
            width: 24px;
            height: 24px;
            float: left;
            margin-right: .3rem;
            background: url(../img/loading.png) center center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -webkit-transform: rotate(0deg) translateZ(0);
            -ms-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
            -webkit-transition-duration: 0ms;
            -ms-transition-duration: 0ms;
            transition-duration: 0ms;
            -webkit-animation-name: loading;
            -ms-animation-name: loading;
            animation-name: loading;
            -webkit-animation-duration: 1s;
            -ms-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-iteration-count: infinite;
            -ms-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -ms-animation-timing-function: linear;
            animation-timing-function: linear;
        }

    .loading.page-loading
    {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 220px;
        margin-left: -110px;
        z-index: 999;
        background: rgba(24,24,24,.65);
        padding: 2rem 0;
        border-radius: 1rem;
    }

        .loading.page-loading > em
        {
            color: #d0d0d0;
            font-size: 1.2rem;
        }

@-webkit-keyframes loading
{
    from
    {
        -webkit-transform: rotate(360deg) translateZ(0);
    }

    to
    {
        -webkit-transform: rotate(0deg) translateZ(0);
    }
}

@-ms-keyframes loading
{
    from
    {
        -ms-transform: rotate(360deg) translateZ(0);
    }

    to
    {
        -ms-transform: rotate(0deg) translateZ(0);
    }
}

@keyframes loading
{
    from
    {
        transform: rotate(360deg) translateZ(0);
    }

    to
    {
        transform: rotate(0deg) translateZ(0);
    }
}

/*
 * =========
 * 000 - UI Icons
 * =========
 */

.icon-home-white:after
{
    background-image: url(../img/icon-home-white.png);
}

.icon-add-blue:after
{
    background-image: url(../img/icon-add-blue.png);
}

.icon-add-marker-white:after
{
    background-image: url(../img/icon-add-marker-white.png);
}

.icon-add-marker-blue:after
{
    background-image: url(../img/icon-add-marker-blue.png);
}

.icon-write-review-white:after
{
    background-image: url(../img/icon-write-review-white.png);
}

.icon-add-rating-white:after
{
    background-image: url(../img/icon-add-rating-white.png);
}

.icon-add-photo-white:after
{
    background-image: url(../img/icon-add-photo-white.png);
}

.icon-list-favorite-white:after
{
    background-image: url(../img/icon-list-favorite-white.png);
}

.icon-search-white:after
{
    background-image: url(../img/icon-search-white.png);
}

.icon-nearby-white:after
{
    background-image: url(../img/icon-nearby-white.png);
}

.icon-checkin-white:after
{
    background-image: url(../img/icon-checkin-white.png);
}

.icon-category-white:after
{
    background-image: url(../img/icon-category-white.png);
}

.icon-friends-white:after
{
    background-image: url(../img/icon-friends-white.png);
}

.icon-review-white:after
{
    background-image: url(../img/icon-review-white.png);
}

.icon-acc-profile-white:after
{
    background-image: url(../img/icon-acc-profile-white.png);
}

.icon-setting-white:after
{
    background-image: url(../img/icon-setting-white.png);
}

.icon-taxi-white:after
{
    background-image: url(../img/icon-taxi-white.png);
}

.icon-call-white:after
{
    background-image: url(../img/icon-call-white.png);
}

.icon-like-white:after
{
    background-image: url(../img/icon-like-white.png);
}

.icon-unlike:after
{
    background-image: url(../img/icon-unlike.png);
}

.icon-favorite-white:after
{
    background-image: url(../img/icon-favorite-white.png);
}

.icon-unfavorite:after
{
    background-image: url(../img/icon-unfavorite.png);
}

.icon-feedback-white:after
{
    background-image: url(../img/icon-feedback-white.png);
}

.icon-map-white:after
{
    background-image: url(../img/icon-map-white.png);
}

.icon-marker-white:after
{
    background-image: url(../img/icon-marker-white.png);
}

.icon-photo-white:after
{
    background-image: url(../img/icon-photo-white.png);
}

.icon-info-white:after
{
    background-image: url(../img/icon-info-white.png);
}

.icon-signout-white:after
{
    background-image: url(../img/icon-signout-white.png);
}

.icon-cuisine-white:after
{
    background-image: url(../img/icon-cuisine-white.png);
}

.icon-clean-white:after
{
    background-image: url(../img/icon-clean-white.png);
}

.icon-service-white:after
{
    background-image: url(../img/icon-service-white.png);
}

.icon-landscape-white:after
{
    background-image: url(../img/icon-landscape-white.png);
}

.icon-menu-white:after
{
    background-image: url(../img/icon-menu-white.png);
}

.icon-rating-gray:after
{
    background-image: url(../img/icon-rating-gray.png);
}

.icon-description:after
{
    background-image: url(../img/icon-description.png);
}

.icon-info-gray:after
{
    background-image: url(../img/icon-info-gray.png);
}


/* - Icon Header - */
.icon-search-blue:after
{
    background-image: url(../img/icon-search-blue.png);
}

.icon-signin-blue:after
{
    background-image: url(../img/icon-signin-blue.png);
}

.icon-map-blue:after
{
    background-image: url(../img/icon-map-blue.png);
}

.icon-list-blue:after
{
    background-image: url(../img/icon-list-blue.png);
}

.icon-nearby-blue:after
{
    background-image: url(../img/icon-nearby-blue.png);
}

.icon-review-friend:after
{
    background-image: url(../img/icon-review-friend.png);
    width: 48px !important;
    height: 48px !important;
    margin: 0px auto !important;
}

.icon-respond-blue:after
{
    background-image: url(../img/icon-respond-blue.png);
}

.icon-current-location:after
{
    background-image: url(../img/icon-current-location.png);
}

.icon-direction:after
{
    background-image: url(../img/icon-direction.png);
}

.icon-add-custom-list:after
{
    background-image: url(../img/icon-add-custom-list.png);
}

/* - Icon Field - */
.icon-title-white:after
{
    background-image: url(../img/icon-title-white.png);
}

.icon-write-white:after
{
    background-image: url(../img/icon-write-white.png);
}

.icon-tag-white:after
{
    background-image: url(../img/icon-tag-white.png);
}

/* - Icon Noof - */
.noof-view:before
{
    background-image: url(../img/noof-view.png);
}

.noof-review:before
{
    background-image: url(../img/noof-review.png);
}

.noof-like:before
{
    background-image: url(../img/noof-like.png);
}

.noof-unlike:before
{
    background-image: url(../img/noof-unlike.png);
}

.noof-favorite:before
{
    background-image: url(../img/noof-favorite.png);
}

.noof-checkin:before
{
    background-image: url(../img/noof-checkin.png);
}


/*
 * =========
 * 000 - 
 * =========
 */
@media (max-width: 28em)
{
    .page-header .ui-button.btn-back.width
    {
        width: 36% !important;
    }

    .star, .dollar
    {
        width: 20px;
        height: 20px;
    }

    .signin-container > .page-wrapper
    {
        margin-top: -237px;
    }

    .signin-container .logo
    {
        width: 150px;
        height: 150px;
        margin-bottom: 0px;
    }

    .about-wrapper
    {
        height: 400px;
        margin-top: -200px;
    }

        .about-wrapper .logo
        {
            width: 150px;
            height: 150px;
            margin-bottom: 10px;
        }

        .about-wrapper > p.website
        {
            margin: 3rem 0;
        }

    .signin-container .group-control .block-a, .signin-container .group-control .block-b
    {
        margin-top: .5rem;
    }

    .markers-list-item .feature
    {
        max-height: 44px;
    }

        .markers-list-item .feature img
        {
            height: 28px;
        }

    .ui-grid .block-5 > .star, .ui-grid .block-5 > .dollar
    {
        width: 48px;
        height: 48px;
    }

    .listing-info .ui-grid
    {
        line-height: 20px;
    }

    .listing-info .star
    {
        width: 20px;
        height: 20px;
    }

    .listing-info .ui-grid .noof
    {
        font-size: .9rem;
    }

        .listing-info .ui-grid .noof:before
        {
            width: 20px;
            height: 20px;
            margin-right: .2rem;
        }


    .field-contain .content
    {
        font-size: 14px;
    }
}
