.gm-style .gm-style-iw-c {
    min-width: 250px !important;
    max-width: 400px !important;
    padding: 8px !important;
    max-height: 160px !important;
}

.gm-style .gm-style-iw-d {
    max-height: 100% !important;
}

.alert-danger {
    background: #f45f63;
    border-color: #f45f63;
    color: #fff;
    font-weight: bold;
}

.main-search {
    position: fixed;
    top: -41px;
    width: 100%;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: 0.2s ease;
}
.main-search-trigger {
    cursor: pointer;
    color: var(--ylw);
}
.main-search-active {
    top: 0;
}
.main-search form {
    width: 100%;
    display: flex;
}
.main-search input {
    padding: 6.5px 0 6.5px 12px;
    width: 95%;
}
.main-search-closer {
    width: 5%;
    display: inline-flex;
    align-items: center;
    height: 41px;
    border: 2px solid #f4f4f4;
    border-right: none;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    color: var(--ylw);
}

.menu > li > a {
    text-transform: uppercase;
}
.navigation-bar nav .menu .drop-down li a {
    color: var(--ylw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.remember-me {
    width: 20px;
}

.fs-wrapper {
    height: 100vh;
    width: 100%;
    background: var(--ylw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

.fs-wrapper ul {
    margin: 0;
    padding: 0;
}

.fs-wrapper a {
    color: #fff;
}

.fs-wrapper a:hover {
    text-decoration: none;
}

header .top-section .top .cta,
.fs-wrapper .fs-menu .fs-menu-top .fs-menu_header .fs_cta,
.spinner,
.sign_form .sign_options a,
.testimonials .t-control,
.club_information .cl_rating,
.expander,
.user-card__header .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zoom-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100vh;
    width: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1000000;
}

.zoom {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90vh;
    padding: 30px;
}

.edit_closer,
.price-form_closer {
    position: absolute;
    top: 24px;
    right: 24px;
    background: var(--ylw);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    border: none;
    padding: 0;
    border-radius: 0;
}

.sign_form_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.75);
    z-index: 999;
}

.sign_form {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 24px 40px;
    min-height: 550px;
    z-index: 10000;
    -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px #eee;
    border-radius: 10px;
    display:none;
}

.sign_form .gender input {
    width: 30px;
}

.sign_form .sign_separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 32px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sign_form .sign_separator::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    top: 63%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translate(-50%);
    transform: translateY(-50%);
}

.sign_form .sign_separator span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    padding: 0 8px;
    z-index: 2;
}

.sign_form .forgot_password {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 16px;
}

.sign_form input,
.sign_form select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #f4f4f4;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 5px;
}

.sign_form input:focus,
.sign_form select:focus {
    border: 2px solid var(--ylw);
}

.sign_form input[type="checkbox"] {
    width: 20px;
    margin-bottom: 0;
}

.sign_form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    background: var(--ylw);
    border: none;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    border-radius: 5px;
}

.sign_form button:hover {
    background: #336ba6;
}

.sign_form .sign_in_closer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
}

.sign_form .sign_in_closer i {
    cursor: pointer;
}

.sign_form .sign_in_closer i:hover {
    color: #444;
}

.sign_form .h2 {
    margin-bottom: 32px;
    font-weight: bold;
}

.sign_form .sign_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 32px;
}

.sign_form .sign_options a {
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-right: 16px;
    color: #555;
}

.sign_form .sign_options a i {
    margin-right: 8px;
}

.sign_form .sign_options a img {
    width: 24px;
}

.sign_form .sign_options .fb {
    background: #3a5897;
    color: #fff;
}

.sign_form .invite {
    margin-top: 16px;
    color: #666;
}

.notify {
    position: fixed;
    -webkit-box-shadow: 13px 16px 15px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 13px 16px 15px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 13px 16px 15px 0 rgba(0, 0, 0, 0.03);
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 44px;
    background: #fcfcfc;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    z-index: 1000000;
    border: 5px solid #26de81;
    color: #26de81;
    min-width: 460px;
    max-width: 100%;
    display: none;
}

.notify .close-notifier {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

.notify .nt_body {
    text-align: center;
}

.notify .nt_icon {
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 16px;
    color: #fff;
    width: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    align-items: center;
    height: 60px;
}

.notify .nt_text p {
    text-indent: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
}

.notify.error {
    border-color: #f45f63;
    color: #f45f63;
}
.notify.error .nt_icon {
    background: #f45f63;
}

.map_link {
    font-weight: bold;
    color: var(--ylw);
}

.mapid {
    height: 400px;
    margin: 30px 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

section .main-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

section .main-h .see-all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section .main-h .see-all img {
    width: 15px;
}

section .main-h .see-all:hover {
    text-decoration: none;
}

section .main-h h2 span {
    color: #ccc;
}

section .section-box:hover,
section .news_link:hover,
section .ev_link:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.trainers .trainer-box-wrap {
    margin-bottom: 30px;
}

.trainers .trainer-box {
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.trainers .trainer-box .tr_image {
    max-height: 400px;
    overflow: hidden;
}
.tr_club {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.tr_club a {
    color: var(--ylw);
    font-size: 12px;
    font-weight: 700;
}
.trainers .trainer-box .tr_image img {
    width: 100%;
}

.trainers .trainer-box .trainer-info {
    padding: 20px;
}
.trainer-info {
    font-family: "Montserrat", sans-serif;
}
.trainer-info div a {
    text-decoration: none;
}
.trainers .trainer-box .trainer-info p {
    color: #777;
}

.trainers .trainer-box .trainer-info .tr_name {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--ylw);
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
}

.trainers .trainer-box .trainer-info .tr_pro {
    font-style: italic;
    color: #555;
    margin-bottom: 8px;
}

.trainers .trainer-box .trainer-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.trainers .trainer-box .trainer-info ul li {
    margin-right: 10px;
}

.trainers .trainer-box .trainer-info ul li a {
    color: var(--ylw);
}

.testimonials .t-rate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 20px;
    border: 2px solid #f45f63;
    color: #f45f63;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
}
.gallery img {
    cursor: pointer;
}
.gallery-slider-container {
    overflow: hidden;
}

.t-slider-container {
    overflow: hidden;
}

.t-slider-container .t-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.t-slider-container .t-slide ul li {
    color: var(--ylw);
}

.t-slider-container .comment-info {
    font-size: 12px;
    color: #555;
    font-style: italic;
}

.tr_social li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-right: 8px;
}

.tr_social li a {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    text-decoration: none;
}
.tr_gyms {
    margin-top: 16px;
}
.tr_gyms a {
    font-weight: bold;
    color: var(--ylw);
}

.gallery-slider {
    position: relative;
}

.gallery-box {
    margin-bottom: 32px;
}

.post img {
    margin-right: 16px;
    margin-bottom: 16px;
}

.search-trainer input {
    border: 2px solid #f4f4f4;
}

.search-trainer input:focus {
    border-color: var(--ylw);
}

.post .post_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999;
    margin-bottom: 10px;
}

.post img {
    margin-bottom: 20px;
}

.news-box {
    margin: 0;
    margin-bottom: 30px;
    background: #fff;
}

.news-box .news_link {
    text-decoration: none;
    display: block;
    border: 1px solid #eee;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.news-box .news_link img {
    width: 100%;
}

.news-box .news_link .news_info {
    padding: 24px 16px;
}

.news-box .news_link .news_info .news_ctg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    color: var(--ylw);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.news-box .news_link .news_info span {
    font-size: 12px;
    display: block;
    color: #555;
}

.news-box .news_link .news_info .news_title {
    color: #4b4b4b;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.forgot-form {
    max-width: 600px;
    margin: 50px auto 50px;
}

.forgot-form input {
    width: 100%;
    margin-bottom: 16px;
}

.user-card {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #f4f4f4;
}
.user-card__edit {
    display: flex;
    padding: 24px;
    justify-content: flex-end;
}
.user-card__edit a {
    font-size: 20px;
    color: var(--ylw);
    text-decoration: none;
}
.user-card__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fcfcfc;
    position: relative;
    border: 1px solid #eee;
}
.user-card__body {
    padding: 24px 36px;
    text-align: left;
}

.user-card__body label {
    font-weight: bold;
}
.user-card__body select,
.user-card__body input {
    margin-bottom: 16px;
    width: 100%;
}
.user-card__contact {
    text-align: left;
}
.user-card__contact li {
    display: flex;
    align-items: center;
    line-height: 30px;
}
.user-card__contact i {
    width: 20px;
    margin-right: 8px;
    color: var(--ylw);
    text-align: center;
}
.user-card__footer a,
.user-card__footer button {
    display: flex;
    width: 100%;
    padding: 16px 0;
    background: #f4f4f4;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    justify-content: center;
    transition: 0.2s ease;
}
.user-card__footer a:hover {
    background: #f4f4f4;
}
.user-card__header .overlay {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.user-card__header .overlay label {
    cursor: pointer;
}

.user-card__header:hover .overlay {
    opacity: 1;
}

footer {
    background: #353b48;
    width: 100%;
    color: #fff;
}

footer .ft_contact i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 15px;
    margin-right: 5px;
}

footer .footer-wrapper {
    max-width: 1140px;
    padding: 40px 16px;
    margin: 0 auto;
}

footer .footer-wrapper .ft_logo {
    text-align: right;
}

footer .footer-wrapper .ft_list li {
    margin-bottom: 10px;
    color: #bdbdbd;
}

footer .footer-wrapper .ft_list li a {
    color: #bdbdbd;
}

footer .footer-wrapper .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

footer .footer-wrapper .social-links li {
    margin-right: 10px;
}

footer .footer-wrapper .social-links li a {
    color: #fff;
}

footer .copyright {
    padding: 20px 0;
    background: #2f3640;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .main-search-trigger {
        display: none;
    }
    header {
        max-width: 720px;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }
    header .top-section .top .top-menu,
    header .top-section .top .cta {
        display: none;
    }
    header .menu-trigger {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 19%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    nav .menu,
    .navigation-bar nav .sign_in_up {
        display: none;
    }

    .top-header .lng .pick-lng {
        left: -38px;
    }
    .expander {
        display: none;
    }
    .fs-wrapper {
        height: auto;
        position: absolute;
    }
    .fs-wrapper .fs-menu_closer {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 24px;
    }
    .fs-wrapper .fs_logo {
        margin-left: 24px;
    }
    .fs-wrapper .fs-menu_body {
        overflow: hidden;
    }
    .fs-wrapper .fs-box {
        -webkit-box-align: center;
        -ms-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        margin-left: 30px;
    }
    .fs-wrapper .fs-box input {
        width: 70%;
        border-color: #fff;
    }
    .fs-wrapper .fs-box button {
        border-radius: 0;
        padding: 14px 16px;
    }
    .club-box .cl_services li img {
        width: 38px;
    }
    li.page-item {
        display: none;
    }
    .page-item:first-child,
    .page-item:last-child,
    .page-item:nth-child(2),
    .page-item:nth-last-child(2) {
        display: block;
    }
    .page-item:nth-child(2) {
        position: relative;
        margin-right: 37px;
    }
    .page-item:nth-child(2)::after {
        position: absolute;
        left: calc(100% - 1px);
        text-align: center;
        letter-spacing: 2px;
        font-size: 20px;
        top: 0;
        width: 100%;
        height: 100%;
        content: "...";
        border: 1px solid #dee2e6;
        line-height: 22px;
    }
    .club_input-box {
        margin-bottom: 16px;
    }
    .club_page .club_logo {
        margin-bottom: 16px;
    }
    .comment-block {
        margin-bottom: 32px;
    }
    .comment-section .comments li .user,
    .comment-block__user {
        min-width: 70px;
    }
}

@media screen and (max-width: 576px) {
    .sign_form.active {
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border-radius: 0;
        min-height: 100vh;
    }
    nav .sign_in_up {
        margin: 0 30px;
        width: 100%;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .sign_form {
        width: 100%;
    }
    .filter {
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-direction: column;
        -moz-box-direction: normal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .filter .filter-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .filter .filter-form {
        max-width: 100%;
        min-width: 100%;
    }

    .t-form {
        min-width: 100%;
    }
    .t-form .user-box {
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-direction: column;
        -moz-box-direction: normal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .t-form .t-form-box {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .edit {
        min-width: 90%;
    }
    .count_box {
        margin-right: 0 !important;
    }
    .post p {
        text-align: justify;
    }

    .comment-block__input {
        padding: 6px 10px;
        font-size: 14px;
    }

    /*map pop-up window*/

    .gm-style .gm-style-iw-c {
        min-width: 250px !important;
        max-width: 300px !important;
    }
    .gm-style .gm-style-iw-d {
        max-width: 100% !important;
    }
}
