﻿
.btn-share:not(.btn-info) {
    position: relative;
    min-width: 180px;
    height: 60px;
    border: 2px solid #75B4DE;
    border-radius: 40px;
    font-weight: 700;
    font-size: 15px;
    color: #6C5B7B;
    letter-spacing: .2em;
    line-height: 56px;
    transition: border .4s, background .4s;
    overflow: hidden;
}

    .btn-share:not(.btn-info) span {
        position: relative;
        z-index: 5;
    }

    .btn-share:not(.btn-info):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .btn-share:not(.btn-info):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity .4s;
        background-color: rgba(68, 72, 84, 0.14);
    }

    .btn-share:not(.btn-info):hover {
        color: #6C5B7B;
        border-color: rgba(68, 72, 84, 0);
    }

        .btn-share:hover:before {
            opacity: 1;
        }

.btn-shared {
    min-width: 180px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border: 0;
    border-radius: 40px;
    font-weight: 700;
    font-size: 15px;
    color: #6C5B7B;
    letter-spacing: .2em;
    line-height: 56px;
    pointer-events: none;
    background-color: rgba(68, 72, 84, 0.14);
}

    .btn-shared .ico {
        margin: -10px 9px 0 0;
    }

    .btn-shared:hover {
        color: #6C5B7B;
        background-color: rgba(68, 72, 84, 0.14);
    }

.header .logo {
    position: absolute;
    top: 22px;
    left: 0;
}

.header--sticky .logo {
    top: 12px;
}

@media (max-width: 767px) {
    .header .logo {
        position: absolute;
        top: 15px;
        left: 0;
    }

    .header--sticky .logo {
        top: 11px;
    }
}

.nav-profile ul li a.disabled {
    background-color: rgba(68, 72, 84, 0.14);
    cursor: default;
}

.circle, .food-story .food-story__points .points {
    font-size: 12px;
    letter-spacing: 0.4px;
}
.form-add-moment .form__controls--files .field, .form-create-challenge .form__controls--files .field {
    width: 0px;
    max-width: 0px;
    padding: 0px;
    border: 0px;
}

.form-add-moment .form__controls--files .btn-field, .form-create-challenge .form__controls--files .btn-field {
    right: auto;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
}

.form-create-challenge .form__controls--files {
    display: block;
}

    .form-create-challenge .form__controls--files .btn-field {
        left: 0;
        transform: initial;
    }

.point .point__progress {
    font-size: 35px;
}

.list-images.form-images {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}
    .list-images.form-images li {
        position: relative;
        margin-left: 0;
        padding: 10px;
    }
        .list-images.form-images li::after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            background-color: rgba(54,47,45,0.74);
            content: "";
            transition: opacity ease-in 0.3s;
            display: block;
        }

        .list-images.form-images li:hover::after {
            opacity: 1;
        }

        .list-images.form-images li:hover .picture-buttons {
            opacity: 1;
            z-index: 1;
        }

        .list-images.form-images li .picture-buttons {
            opacity: 0;
            width: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            transition: opacity ease-in 0.3s;
        }

        .list-images.form-images li button {
            padding: 0px 6px 3px;
            z-index: 2;
            float: initial;
            opacity: 0.5;
            display: block;
            width: 100%;
            color: #fff!important;
            font-size: 16px;
            font-weight: initial!important;
            border: none;
            outline: none;
            margin-bottom: 7px;
        }

            .list-images.form-images li button:last-child {
                margin: 0;
            }

            .list-images.form-images li button:hover {
                opacity: 1;
            }

            .list-images.form-images li button i {
                background-image: url(images/icons/imagedelete.png);
                width: 27px;
                height: 34px;
                background-size: 27px 29px;
                margin-right: 10px;
                background-position: 0 0;
                font-style: initial;
            }

.list-images.form-images li .rotate i {
    background-image: url(images/icons/imagerotate.png);
    width: 32px;
    height: 36px;
    background-size: 32px 32px;
}

.list-images.form-images li .reorder {
    cursor: move;
}

    .list-images.form-images li .reorder i {
        background-image: url(images/icons/imagemove.png);
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }

.dropzone {
    position: relative;
    height: 200px;
    border: 1px dashed #BFB5B5;
}

    .dropzone.disabled .btn-field {
        color: #212529;
        background-color: #75B4DE;
        border-color: #75B4DE;
        opacity: 0.65;
        cursor: initial;
    }

.dragging {
    border: 2px solid #BFB5B5;
}

.dropzone .dz-message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.post-share {
    position: relative;
}

.post-share .ranks {
    padding-top: 37px;
}

.post-share-food {

}
    .post-share-food__facebook .post-share-food__body {
        padding: 0;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: left;
    }

        .post-share-food__facebook .post-share-food__body h2 {
            /*bottom: 22px;
            left: 39px;*/
            bottom: 9px;
            left: 0;
            color: #fff;
            /*font-size: 40px;*/
            font-size: 20px;
            font-weight: 700;
            font-family: "Open Sans", sans-serif;
            text-transform: uppercase;
            letter-spacing: .15em;
            position: relative;
            margin: 0;
            text-align: left;
            background: rgba(68, 72, 84, 0.3);
            display: inline-block;
            /*padding-left: 38px;*/
            /*padding: 5px 20px 5px 38px;*/
            padding: 5px 20px;
        }

    .post-share-food__facebook .post-share-food__head {
        height: 356px;
        min-height: initial;
    }

    .post-share-food__facebook .post-share-food__head .logo {
        margin-left: 20px;
    }

    .post-share-food .post-share-food__head h3 {
        position: absolute;
        bottom: 22px;
        /*left: 39px;*/
        left: 30px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        letter-spacing: .15em;
    }

    .post-share-food__author-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin: -15px 0 18px;
    }

        .post-share-food .post-share-food__author {
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            flex: 0 0 210px;
            max-width: 210px;
            margin-right: 45px;
            margin-top: 0;
        }

            .post-share-food .post-share-food__author-innerwrapper {
                align-items: center;
                text-decoration: none;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
            }

            .post-share-food .post-share-food__author-avatar {
                margin-right: 6px;
            }

            .post-share-food .post-share-food__author-avatar img {
                border-radius: 50%;
                margin-bottom: 0;
            }

.post-share-food__moment, .post-share-food__challenge {
    background: #fff;
    text-align: left;
}

.post-share-food__challenge {
    padding: 17px 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.75);
    width: 100%;
}
    .post-share-food__challenge p {
        margin-bottom: 0.5rem;
    }

    .post-share-food__challenge .post-share-food__author-wrapper {
        /*margin: 0 0 10px;*/
        margin: 0;
    }

    .post-share-food__challenge .post-share-food__author-content {
        text-transform: none;
        color: #1E1E1E;
    }

    .post-share-food__challenge .post-share-food__author {
        flex: initial;
        max-width: initial;
        margin-right: initial;
    }

.post-share-food__challenge-head {
    padding: 14px 22px;
    background: rgba(68, 72, 84, 0.3);
    text-align: left;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
    max-width: 50%;
}

    .post-share-food__challenge-head h2 {
        margin: 0;
        font-size: 1.9rem;
        font-family: "Noto Serif", serif;
        color: #fff;
        font-size: 20px;
    }

.post-share-food__challenge-details {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.post-share-food__challenge-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

    .post-share-food__challenge-actions .btn {
        height: 40px;
        line-height: 36px;
        min-width: 160px;
    }

    .post-share-food__moment {
        padding: 22px 30px 0;
    }

    .post-share-food__moment h4 {
        margin: 0;
        font-weight: 700;
        color: #444854;
        letter-spacing: .05em;
        font-size: 18px;
        padding-bottom: 30px;
    }

    .post-share-food__moment-meta {
        margin-bottom: 4px;
        font-weight: 700;
        font-size: 14px;
        color: #EB7280;
        letter-spacing: .16em;
    }

.post-share-food__head .ranks {
    background: rgba(68, 72, 84, 0.3);
    position: absolute;
    right: 0;
    top: 20px;
    /*width: 57%;*/
    width: 59%;
    padding: 27px 0 0 23px;
}
    .post-share-food__head .ranks .rank {
        flex: 0 0 46%;
        max-width: 46%;
        margin-right: 0;
    }
        .post-share-food__head .ranks .rank p {
            line-height: 1.3;
        }
    .post-share-food__head .ranks .rank:first-child {
        margin-right: 20px;
    }

.post-share-food__facebook .post-share-food__head .ranks {
    top: 10px;
}

/*@media (max-width: 767px) {
    .post-share-food.shot .post-share-food__body .ranks {
        display: flex;
    }
    .post-share-food.shot .post-share-food__body .rank {
        display: flex;
        width: auto;
    }
    .post-share-food.shot .post-share-food__head .logo {
        margin-left: inherit;
        margin-bottom: inherit;
    }

    .post-share-food.shot .post-share-food__head h2 {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-size: 24px;
    }

    .post-share-food.shot .post-share-food__body .list-stats {
        display: inherit;
        padding: 12px 10px;
    }

        .post-share-food.shot .post-share-food__body .list-stats li {
            max-width: initial;
            width: auto;
            margin: 5px 0;
        }

    .post-share-food.shot .post-share-food__footer {
        padding: 4px 10px 11px;
    }

        .post-share-food.shot .post-share-food__footer p {
            font-size: 18px;
        }
}*/

.post-share-food__facebook {

}
    .post-share-food__facebook .post-share-food__head {
        position: relative;

    }
        /*.post-share-food__facebook .ranks {
            width: 59%;
        }*/
            .post-share-food__facebook .post-share-food__list-images {
                padding-top: 0;
                width: 54%;
                margin-left: 20px;
            }

                .post-share-food__facebook .post-share-food__list-images ul {
                    margin-bottom: 0;
                }

                .post-share-food__facebook .post-share-food__list-images li {
                    margin-right: 10px;
                }
                .post-share-food__facebook .post-share-food__list-images li:last-child {
                    margin-right: 0;
                }
            
                .post-share-food__facebook .post-share-food__list-images figure {
                    height: 113px;
                }
                /*.post-share-food__facebook .post-share-food__head .ranks .rank:first-child {
                    margin-right: 20px;
                }*/

    .post-share-food__facebook .list-stats-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .post-share-food__facebook .post-share-food__head h2 {
            position: relative;
            margin: 0;
        }

    .post-share-food__facebook .list-stats {
        margin: 0;
        max-width: 100%;
        /*background: rgba(68, 72, 84, 0.75);*/
        background: rgba(68, 72, 84, 0.3);
        padding: 12px 0;
        display: block;
        width: 214px;
        z-index: 1;
    }
        .post-share-food__facebook .list-stats li {
            /*background: rgba(244, 244, 245, 0.75);*/
            background: rgba(255, 255, 255, 0.65);
            max-width: 100%;
            display: block;
            padding: 15px 4px 15px 0px;
            margin-bottom: 9px;
        }
        .post-share-food__facebook .list-stats li:last-child {
            margin-bottom: 0;
        }
            .post-share-food__facebook .list-stats li div, .post-share-food__facebook .list-stats li h6 {
                display: inline-block;
                vertical-align: middle;
            }

            .post-share-food__facebook .list-stats li div {
                width: 40%;
            }
            .post-share-food__facebook .list-stats li h6 {
                width: 55%;
                margin-top: 2px;
            }
            .post-share-food__facebook .list-stats li .number {
                font-size: 20px;
                margin-top: 4px;
            }

    .post-share-food__facebook .post-share-food__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(68, 72, 84, 0.75);
    }

        .post-share-food__facebook .post-share-food__footer p {
            margin: 0;
        }

.btn-recommend-menu {
    text-decoration: none;
}

.banner-restaurant-icon {
    width: 130px;
    height: 89px;
    background-position: 0 0;
    background-size: cover;
    background-image: url("/css/images/icons/ico-restaurant-guide.png");
    flex: 0 0 130px;
}

.banner-restaurant {
    background-image: url("/css/images/banner/restaurant-banner.jpg");
}
    .banner-restaurant .banner__inner {
        padding-top: 60px;
    }
    .banner-restaurant .banner__content {
        padding-bottom: 10px;
        /*max-width: 750px;*/
        max-width: initial;
    }
    /*.banner-restaurant .banner__content img {
        width: 130px;
        flex: 0 0 130px;
    }*/
    .banner-restaurant .banner__title {
        font-size: 40px;
        text-transform: initial;
        letter-spacing: 0.05em;
        max-width: 750px;
    }
    @media (max-width: 767px) {
        .banner-restaurant .banner__title {
            margin-top: 40px;
        }
        .banner-restaurant {
            background-image: url("/css/images/banner/restaurant-banner-mob.jpg");
        }
    }

.main__bar--restaurant {
    background-color: #444854;
}

.banner__subtitle {
    padding: 10px 20px;
}

    .banner__subtitle h3 {
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        margin: 0;
        font-size: 16px;
    }

.banner__subtitle--yellow {
    background-color: #FEBE12;
}

.widget-restaurant {
    /*margin-bottom: 0;
    margin-top: 24px;*/
}

    .widget-restaurant .widget-discover__image img {
        width: 125px;
    }

.page__head .widgets {
    display: none;
}

.member__subtitle-dark {
    color: #444854 !important;
}

.member__subtitle .ico-check {
    position: relative;
    top: -1px;
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
}

.form__heading {
    font-weight: 700;
    font-size: 14px;
    color: #444854;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.form-filter .open .form-filter__drop-down {
    z-index: 1;
}

.filter-tribes .filter-posts {
    padding-top: 0;
}

@media (max-width: 1023px) {
    .post-share .ranks {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        padding: 37px 23px 0 41px;
    }
    .post-share .rank {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
        margin-right: 15px;
    }

    .post-share .rank--title {
        -ms-flex: 0 0 100%;
        flex: 0 0 210px;
        max-width: 210px;
        margin-right: 45px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .post-share .list-stats {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
        .post-share .list-stats li {
            /*-ms-flex: 0 0 15%;
            flex: 0 0 15%;
            max-width: 15%;
            margin: 0 9px;*/
            flex: 1;
            max-width: 33%;
            margin: 0 9px;
        }

    .post-share-food__facebook .ranks {
        padding: 27px 0 0 23px;
    }

    .post-share-food__facebook .list-stats li {
        max-width: 100%;
        margin: 0 9px 9px;
        flex: 0 0 25%;
    }

    .filters .widget-restaurant {
        display: none;
    }

    .page__head .widgets {
        display: block;
    }
}

@media (max-width: 767px) {
    .post-share .ranks {
        display: flex;
        padding: 26px 23px 0;
    }
    .post-share .rank {
        margin-top: -5px;
        margin-bottom: 0;
    }

    .post-share .rank--title {
        max-width: 210px;
        width: initial;
        margin-right: 45px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .post-share .list-stats {
        font-size: 16px;
        line-height: 20px;
        display: flex!important;
        padding: 12px 10px 0 10px!important;
    }

        .post-share .list-stats li {
            -ms-flex: 0 0 15%;
            flex: 0 0 15%;
            max-width: 15%;
            padding: 27px 10px 22px;
            margin: 0 9px!important;
        }

        .post-share .list-stats .ico {
            margin-right: 3px;
        }

        .post-share .list-stats .number {
            font-size: 30px;
        }

        .post-share .list-stats h6 {
            font-size: 10px;
        }

    .post-share-food__facebook .ranks {
        padding: 27px 0 0 23px;
    }

    .post-share-food__facebook .list-stats {
        padding: 12px 0!important;
        display: block !important;        
    }

    .post-share .post-share-food__facebook .list-stats li {
        flex: 1;
        max-width: 100%;
        /*padding: 24px 27px;*/
        padding: 15px 4px 15px 0;
        margin: 0 9px 9px!important;
    }
    .post-share .post-share-food__facebook .list-stats li:last-child {
        margin-bottom: 0!important;
    }

    .post-share-food .post-share-food__head .logo {
        margin-left: 42px;
    }

    .post-share-food__facebook .post-share-food__head .logo {
        margin-left: 20px;
    }

    .post-share .logo img {
        width: 98px;
    }

    .post-share-food__facebook .post-share-food__footer {
        padding: 11px 10px;
    }

    .restaurant__head {
        min-height: initial!important;
    }
}

.verification-info {
    font-size: 13px;
    color: red;
    line-height: 20px;
}
.verification-info .btn-link {
    padding: 0;
    font-size: 1em;
    letter-spacing: 1em;
    letter-spacing: 0px;
    text-transform: none;
}
    .verification-info .btn-link:hover{text-decoration: underline;}

.ui-autocomplete-loading {
    background: white url("/css/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.popup{
    cursor: default;
}

@media screen and (max-width: 991px) {
    .map {
        height: auto;
    }
}

#mobileFollowUnFollowForm{
    display:none;
}
@media (max-width: 767px) {
    #mobileFollowUnFollowForm{
        display: inline-block;
    }
}

#progress img {
    display: block;
    margin: 0 auto;
}

.food-story--new .food-story__footer-likes {
    height: auto;
    position: inherit;
    padding: 0 20px;
}

.food-story--new .food-story__footer-likes--absolute {
    position: absolute;
}

.food-story--new .list-likes {
    flex: 0 0 30%;
    max-width: 30%;
}

.food-story--new .food-story__footer-actions {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

    .food-story--new .food-story__footer-actions .btn-promote--small, 
    .food-story--new .food-story__footer-actions .btn-facebook--small {
        min-width: 230px;
        height: 50px;
        line-height: 50px;
    }

    .food-story--new .food-story__footer-actions .btn-share-other {
        margin-right: 26px;
        border-radius: 10px;
        padding: 0 15px;
        position: relative;
        top: 0;
        left: 0;
        min-width: auto;
        width: initial;
        color: #fff;
    }

.food-story--comment .food-story__head {
    padding: 0;
}

.food-story--comment .food-story__head-inner {
    margin-bottom: 0;
    padding: 11px 30px 14px 18px;
    background-color: #68A0C6;
    color: #fff;
}

.food-story--comment .food-story__head-comments {
    padding: 10px 10px 33px;
    background-color: #fff;
}

.food-story--comment .food-story--comment__bottom {
    padding: 20px 30px 0 18px;
}

.food-story--comment .food-story__dropdown-btn span {
    background-color: #fff;
}

.form-comment .form__body {
    padding-left: 0;
}

.form-comment .field {
    border: 1px solid #dadada;
}

    .form-comment .field::placeholder {
        color: #dadada;
    }

.comments {
    padding-top: 0;
}

.comment .comment__content {
    border: 1px solid #dadada;
}

.food-rating .food-story--new .food-story__footer-actions .btn-facebook--small {
    min-width: 50px;
    height: 40px;
    line-height: 40px;
}

.btn-rated--new {
    padding-right: 55px;
    height: 50px;
    line-height: 46px;
}

    .btn-rated--new .rated-number {
        padding: 6px 2px 0px 6px; 
        width: 39px;
        height: 39px;
    }

    .link-disabled {
        cursor: default;
    }

.link-disabled:hover {
    color: inherit !important;
}

.food-stories--column .food-story + .food-story{
    max-width: 770px;
}

.slider-main .owl-nav div {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 61px;
    background-color: #6EC1C7 !important;
    pointer-events: all;
}

    .slider-main .owl-nav div span {
        position: absolute;
        top: 39%;
        left: 50%;
        line-height: 1;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #fff;
    }


.section-add-moment {
}

    .section-add-moment .section-add-moment__title--offset {
        margin: 0 0 4px 5px;
    }

    .section-add-moment .section-add-moment__head {
        padding-left: 0;
        text-align: center;
    }

@media (max-width: 767px) {
    .section-add-moment .section-add-moment__title--small-offset, .section-add-moment .section-add-moment__title--offset {
        margin: 0 0 4px 5px;
    }

    #modalProgress{
        height: 200px;
        overflow: hidden;
        top: 35%;
        left: 5%;
    }
}

.profile-current{
    position: relative;
}
.profile-current a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-current .profile-current-0__content {
    padding: 0px 0px 0px 8px;
}

.challenge--details .challenge__reactions {
    margin-bottom: 0;
}

.challenge--details .challenge__reactions-row:last-child {
    margin-bottom: 0;
}

.tabs-challenge .tabs_banner {
    /*height: 355px;*/
    height: 347px;
}

    .tabs-challenge .tabs_banner img {
        object-fit: cover;
        height: 100%;
    }

    .tabs-challenge .tabs_banner a.disabled {
        object-fit: cover;
        height: 100%;
    }

.tabs-challenge .tabs_banner--tablet {
    height: 200px;
    padding: 0px;
}

.tabs-challenge .tabs_foot--tablet {
    display: none;
}

@media (max-width: 1023px) {
    .tabs-challenge .tabs_foot--desktop {
        display: none;
    }

    .tabs-challenge .tabs_foot--tablet {
        display: block;
    }
}

.tabs-challenge .tabs__content {
    align-content: flex-start;
}

.form-register .form__head {
    margin-bottom: 28px;
}

.login-with {
    margin-bottom: 20px;
}

    .login-with .form__label {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

.register-with {
    padding-right: 26px;
}

@media (max-width: 767px) {
    .register-with {
        padding-right: 0;
    }
}

.register-with .form__label {
    margin-bottom: 6px;
}

.form__row--buttons {
    display: flex;
}

    .form__row--buttons .btn-login-with {
        min-width: 100%;
    }

@media (max-width: 575px) {
    .login-with {
        margin-bottom: 0;
    }

        .login-with .form__label {
            margin-bottom: -6px;
        }

    .form__row--buttons {
        display: initial;
    }
        .form__row--buttons .btn-login-with {
            margin-bottom: 20px;
        }

        /*.form__row--buttons .btn-login-with.btn-google {
            margin-bottom: 0;
        }*/
}

.ico-google {
    width: 23px;
    height: 23px;
    background-image: url(images/icons/ico-google.png);
    background-size: 100% 100%;
}

.btn-google {
    position: relative;
    min-width: 500px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #757575;
    border-color: #BFB5B5;
}

    .btn-google i {
        position: relative;
        display: inline-block;
        margin-right: 9px;
        left: 1px;
        top: -1px;
    }

    .btn-google:hover {
        background-color: #eee;
        color: #757575 !important;
        border-color: #BFB5B5;
    }

    .btn-google:active {
        background-color: #eee !important;
        color: #757575 !important;
        border-color: #BFB5B5;
    }
.tile-large .tile-large__info {
    /*font-size: 12px;*/
}
    .tile-large .tile-large__info ul {
        display: block;
    }
    .tile-large .tile-large__info li ~ li {
        margin-left: 0;
    }
        .tile-large .tile-large__info li {
            display: inline-block;
            margin-left: 0;
            margin-right: 17px;
        }
            .tile-large .tile-large__info li:last-child {
                top: 0;
                margin-right: 0;
            }

.triebe span {
    display: inline-block;
}

.widget-current-rank__body .form-current-rank {
    margin-top: 15px;
}

.widget-current-rank__body .form-current-rank .radio {
    margin-right: 20px;
}

    .widget-current-rank__body .form-current-rank .radio:last-child {
        margin-right: 0;
    }

.section-tribes-detail .section__head-info li {
    position: relative;
    top: -4px;
    /*flex: 1;*/
}
    .section-tribes-detail .section__head-info li a {
        top: 0;
    }

.search .search__field.search__field-small {
    font-size: 16px;
    height: 40px;
    padding: 0 20px;
}

.search .search__field.search__field-border {
    border-color: #F0F0F0;
}
    .search .search__field.search__field-border:focus {
        border-color: #1E1E1E;
    }

.search__field-select select {
    height: 40px;
    border: 1px solid #F0F0F0;
    box-shadow: none;
    border-radius: 0;
}

    .search__field-select select:focus {
        border-color: #1E1E1E;
    }

@media (max-width: 1200px) {
    /*.tile-large .tile-large__info li:last-child {
        top: -6px;
    }*/
    .section-tribes-detail .section__head-inner {
        display: block;
    }
    .section-tribes-detail .section__head-info {
        padding: 20px 0;
    }
}

.multiselect.btn {
    background-color: #c16d85;
}

.multiselect-container {
    /*padding-left: 10px;
    padding-right: 10px;*/ 
    height: 300px;
    overflow-y: scroll;
}

    .multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: 400;
        padding: 3px 20px 3px 40px;
    }

        .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
            margin: 0;
        }

    .multiselect-container input[type="checkbox"], .multiselect-container input[type="radio"] {
        position: absolute;
        opacity: 100;
        margin: 4px 0 0;
        margin-left: -20px;
        line-height: normal;
    }

    .multiselect-container > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        padding: 0;
    }

        .multiselect-container > li > a:focus, .multiselect-container > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .multiselect-container > .active > a, .multiselect-container > .active > a:focus, .multiselect-container > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0078d7;
        outline: 0;
    }

.member .member__body p {
    font-weight: 400;
    text-transform: initial;
    color: #1E1E1E;
    letter-spacing: initial;
}

/*.restaurant__image img {
    height: 170px;
}*/

@media (max-width: 767px) {
    .btn-google {
        min-width: 100%;
        font-size: 13px;
    }
}

@media (max-width: 1023px) {
    .section-tribes-detail .section__box .btn {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }    
}

@media (max-width: 1023px) and (min-width: 901px) {
    .triebe {
        font-size: 14px;
    }

        .triebe h5 {
            font-size: 1rem;
        }

        .triebe .triebe__actions {
            font-size: 14px;
        }
}

@media (max-width: 900px) and (min-width: 768px) {
    .triebe {
        font-size: 12px;
    }

        .triebe h5 {
            font-size: 0.8rem;
        }

        .triebe .triebe__actions {
            font-size: 12px;
        }
}

.leader .leader__image-tablet {
    display: none !important;
}

@media (max-width: 1023px) {
    
    .leader .leader__image .leader__image-tablet {
        display: block !important;
    }
}
.slider-leader .center .leader {
    background-color: transparent;
    color: #fff;
}

.slider-leader .current .leader {
    background-color: #fff;
    color: #6EC1C7;
}

.slider-leader .slider__prev, .slider-leader .slider__next {
    display: none;
}

@media (max-width: 1140px) and (min-width: 1024px) {
    .page .page__bar-inner {
        font-size: 12px;
    }

    .page .page__subtitle {
        font-size: 12px;
    }
        .page .page__subtitle span {
            font-size: 22px;
        }

    .page .page__bar .select {
        width: 180px;
    }
}

@media (max-width: 1023px) {
    .page .page__subtitle {
        font-size: 12px;
    }

    .section-tribes-detail .section__head-info ul {
        flex-wrap: wrap;
    }

    .section-tribes-detail .section__head-info li {
        /*-ms-flex: 0 0 31%;
    flex: 0 0 31%;*/
        -ms-flex: initial;
        flex: initial;
        font-size: 14px;
        margin-right: 4%;
        margin-bottom: 10px;
        top: 0;
    }

        .section-tribes-detail .section__head-info li a {
            font-size: 14px;
            margin-bottom: 0;
        }

        .section-tribes-detail .section__head-info li:last-child {
            margin-right: 0;
        }

        .section-tribes-detail .section__head-info li ~ li {
            margin-left: 0;
        }

    .section-tribes-detail .section__head-info img.img-food-moment {
        width: 42px;
        height: 20px;
    }

    .section-tribes-detail .section__head-info img.img-in-progress {
        /*width: 21px;
    height: 20px;*/
        width: 42px;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .btn-filters {
        font-size: 12px;
        letter-spacing: .15em;
    }
    .tile-large .tile-large__info span {
        top: 4px;
    }

    .tile-large .tile-large__info li {
        -ms-flex: initial;
        flex: initial;
        max-width: initial;
    }
        .tile-large .tile-large__info li:last-child {
            top: 0;
        }

    .section-tribes-detail .section__head-info {
        padding: 20px 0 0;
    }

        .section-tribes-detail .section__head-info img.img-in-progress {
            margin-right: 18px;
        }

        .section-tribes-detail .section__head-info li {
            font-size: 12px;
        }

            .section-tribes-detail .section__head-info li a {
                font-size: 12px;
            }
}

@media (max-width: 540px) {
    .page .page__bar-content {
        display: block;
    }

    .btn-filters {
        margin-bottom: 14px;
    }
}


@media (max-width: 1023px) {

    .slider-leader .slider__prev, .slider-leader .slider__next {
        display: inline-block;
    }

}

@media (min-width: 768px) {
    .tile .tile__body {
        height: 107px;
    }
}

.tdn{
    text-decoration: none;
}

.flex-34 {
    flex: 0 0 34% !important;
    max-width: 34% !important;
}

.flex-65 {
    flex: 0 0 65% !important;
    max-width: 65% !important;
}

.section--videos-investor .section__body {
    overflow: hidden;
    position: relative;
    /*height: 60vh;*/
    height: calc(100vh - 178px); 
    width: auto;
    display: block;
    /*margin: 0 auto 2vh;*/
    margin: 0 auto 26px;
}

@media (max-width: 1023px) {
    .section--videos-investor .section__body {
        height: 0;
        /*padding-top: 53%;*/
        padding-top: calc(100vh - 178px); 
        width: 90%;
    }
}

    .section--videos-investor .section__body iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.participant__body--has-video {
    background-size: cover;
    background-position: center;
}

.list-sponsors-primary li:nth-child(4n-3) {
    max-width: 40%;
    margin-right: 10px;
}

.modal--promote .modal-lg {
    max-width: 1160px;
}

.modal--promote .modal-content {
    max-width: 100%;
}

.modal--promote .modal-aside {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0;
    display: flex;
    align-items: center;
}

.modal--promote .modal-entry {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding: 52px 15px 50px 50px;
}

@media (max-width: 1023px) {
    .modal--promote .modal-entry {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modal--promote .modal-aside {
        display: none;
    }
}

.modal--promote .modal-header .close {
    top: 14px;
    right: 24px;
}

.modal--promote .field {
    padding: 0 0.375em;
    height: 35px;
}

.modal--promote textarea {
    height: initial;
    padding: 0 0.375em;
}

.modal--promote textarea.field {
    height: initial;
}

.modal--promote-moment {

}

    .modal--promote-moment .modal-body {
        padding-top: 0;
    }

    .modal--promote-moment .modal-inner {
        padding: 18px 0 0;
    }

    .modal--promote-moment .modal-aside, .modal--promote-moment .modal-entry {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }

    .modal--promote-moment .modal-aside {
        padding-left: 40px;
        background: none;
        display: block;
    }

    .modal--promote-moment .modal-title {
        font-size: 20px;
    }

    .modal--promote-moment .modal--promote__actions {
        margin-top: 38px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal--promote-moment .modal-entry {
        border-right: 1px solid #C16D85;
        padding-right: 40px;
    }

    .modal--promote-moment .modal-subtitle {
        margin-top: 10px;
        font-weight: 700;
        font-size: 18px;
        color: #C16D85;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

@media (max-width: 1023px) {
    .modal--promote-moment .modal-aside {
        margin-top: 34px;
        display: block;
    }

    .modal--promote-moment .modal--promote__actions {
        flex-direction: column;
    }
    .modal--promote-moment .modal-aside {
        margin-top: 34px;
        display: block;
    }

    .modal--promote-moment .modal--promote__actions {
        flex-direction: column;
    }
    .modal--promote-moment .modal-aside, .modal--promote .modal-entry {
        padding: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modal--promote-moment .modal-entry {
        border-right: none;
    }
}


.btn-promote {
    position: relative;
    min-width: 500px;
    color: #fff;
    background-color: #C16D85;
    border-color: #C16D85;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

    .btn-promote i {
        position: relative;
        display: inline-block;
        margin-right: 9px;
        left: 1px;
        top: -1px;
    }

    .btn-promote:hover {
        color: #fff !important;
        background-color: #b6526f;
        border-color: #b04b68;
    }

    .btn-promote:not(:disabled):not(.disabled):active, .btn-promote:not(:disabled):not(.disabled).active, .show > .btn-promote.dropdown-toggle {
        color: #fff !important;
        background-color: #b6526f;
        border-color: #b04b68;
    }

    .btn-promote.btn-block {
        min-width: initial;
        color: #fff!important;
    }

.btn-promote--small {
    min-width: 260px;
}

    .btn-promote--small:after, .btn-promote--small:before {
        top: -20px;
    }

@media (max-width: 767px) {
    .btn-promote {
        min-width: 100%;
        font-size: 13px;
    }

    .btn-promote--small {
        min-width: 260px;
    }

        .btn-promote--small:after, .btn-promote--small:before {
            top: -10px;
        }
}

.widget-actions .btn-promote {
    height: 80px;
    min-width: 100%;
    margin: 0 0 34px;
    line-height: 80px;
    letter-spacing: .05em;
}

@media (max-width: 1023px) {
    .widget-actions .btn-promote {
        min-width: 100%;
        width: 100%;
        margin: 0 0 34px;
        font-size: 14px;
    }
}

.modal--success-promote {
    text-align: center;
}

    .modal--success-promote .modal-title {
        font-size: 18px;
        margin: 0 auto;
    }

    .modal--success-promote .modal-content {
        width: 575px;
        margin: 0 auto;
    }

    .modal--success-promote .btn {
        min-width: unset;
        width: 100%;
        font-size: 15px;
        color: #444854;
    }

    .modal--success-promote .modal-body {
        max-width: 350px;
        margin: 0 auto;
    }

.section--add-moment {
}
    .section--add-moment .btn-facebook {
        min-width: 420px;
    }
    .section--add-moment .btn-promote {
        min-width: 420px;
        color: #fff !important;
        border-radius: 29px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .2em;
    }

.ui-chips > ul.ui-inputtext {
    background: #fff;
    border-radius: 0;
    border-color: #BFB5B5;
}

.ui-chips-input-token input {
    font-family: "Noto Serif", serif;
    font-size: 20px;
    color: #C16D85;
}

.ui-chips-token {
    color: #333;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 5px;
}

/*.ui-chips-token:before {
    border: 1px solid #ccc;
    border-radius: 49%;
  }*/

.ico-email {
    width: 23px;
    height: 23px;
    background-image: url("images/svg/ico-email.svg");
    background-size: 27px 27px;
}