/* Club row card */
.cl_amount span {
    color: #ccc;
}

.cl_slider-container {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 210px;
}

.cl_slider {
    position: absolute;
    left: 0;
}

.cl_slider img {
    width: 300px;
    height: 210px;
}

.cl_gallery {
    position: absolute;
    left: 300px;
    overflow: hidden;
    top: 0;
}

.cl_gallery .gl_box {
    height: 70px;
    width: 100px;
}

.cl_gallery .gl_box img {
    height: 100%;
    width: 100%;
}
.watermark {
    position: absolute;
    bottom: 10px;
    left: 16px;
    width: 40px;
    z-index: 3;
    opacity: 0.5;
}
.watermark img {
    width: 100%;
}
.cl_gallery div {
    background: #555;
}

.cl_gallery div img {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #eee;
}

.cl_gallery div:last-child img {
    border-bottom-color: transparent;
}

.cl_gallery div:hover img {
    opacity: 1;
}

.cl_gallery div.active img {
    opacity: 1;
}
.cl_time-label {
    width: 115px;
    margin-right: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cl_time {
    padding: 4px 8px;
    color: #000;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.club-box {
    border: 1px solid #eee;
    margin: 0;
    margin-bottom: 30px;
    -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;
    cursor: pointer;
    background: #fff;
}
.club-box:last-child {
    margin-bottom: 0;
}
.club-box .cl_logo {
    padding: 0;
    position: relative;
}

.club-box .cl_info {
    padding: 12px 0 0 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.m-distance {
    font-size: 12px;
    color: #f45f63;
}

.club-box .cl_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.club-box .cl_title:hover {
    text-decoration: none;
}

.club-box .cl_location i {
    width: 20px;
    color: var(--ylw);
    text-align: center;
}

.club-box .cl_services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 16px;
}

.club-box .cl_services li {
    margin-right: 16px;
}

.club-box .cl_services li img {
    width: 50px;
    opacity: 0.3;
}

.club-box .cl_acts {
    padding: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
}

.club-box .cl_rating {
    font-weight: bold;
    font-size: 30px;
}

.club-box span,
.club-box a {
    margin-bottom: 10px;
    text-align: center;
}

.club-box .cl_btn {
    padding: 8px 16px;
    font-weight: bold;
    min-width: 150px;
    color: #fff;
    background: #000;
    -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;
}

.club-box .cl_btn:hover {
    text-decoration: none;
}

.club-box .cl_price {
    background: #fc5c65;
    color: #fff;
}

.club-box .cl_price:hover {
    background: #eb3b5a;
}

.club-box .cl_info-sm .cl_title {
    font-size: 22px;
}

.club-box .cl_logo-sm img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.club-box .cl_acts-sm .cl_rating {
    font-size: 20px;
}

.club-box .cl_acts-sm .cl_btn {
    padding: 5px 12px;
    min-width: 120px;
}

.club-box:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.04);
}

.club-box.no-shadow:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
.club_information .club_social li {
    width: 40px;
    height: 40px;
}

.club_information .club_social li a {
    color: var(--ylw);
}

.club_information .row {
    margin-bottom: 24px;
}

.club_information .cl_info {
    font-weight: bold;
}

.cl_metro img,
.cl_location img {
    width: 30px;
}

.club_information .cl_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.club_information .cl_info ul li {
    margin-right: 8px;
}

.club_information .cl_info ul a {
    font-size: 26px;
    color: var(--ylw);
    text-decoration: none;
}

.club_information .cl_info-lg i {
    width: 30px;
    text-align: center;
}

.club_information .cl_rating {
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid var(--ylw);
}

.club_information .cl_acts {
    margin-bottom: 16px;
    font-size: 20px;
}

.cl_services img {
    width: auto;
}

.club_information .cl_acts a,
.club_information .cl_acts span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    font-weight: bold;
}

.club_information .cl_acts a {
    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;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.club_information .cl_acts .dots,
.club_information .cl_acts .rest {
    margin: 0;
}

.club_information .cl_acts .show_rest {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    color: #555;
    margin-left: 8px;
}

.club_information .cl_acts .rest {
    display: none;
    margin-left: 5px;
}

.club_information .cl_acts a.fav_add {
    color: #f45f63;
    margin-top: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.club_information .cl_acts a.fav_add i {
    margin-right: 8px;
    font-size: 22px;
}

.club_information .cl_acts a.fav_add:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sign_up_club_form {
    padding: 60px 0;
    background: #f4f4f4;
}

.sign_up_club_form .sign_up_club {
    max-width: 1200px;
    -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;
}

.sign_up_club_form .sign_up_club input {
    margin-right: 24px;
    border: 2px solid transparent;
    background: #fff;
    padding: 10px 0 10px 10px;
    width: 100%;
    -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-radius: 3px;
}

/* Club page */

.club_page {
    position: relative;
    margin-bottom: 32px;
    padding-top: 40px;
}

.club_page section {
    position: relative;
    z-index: 1;
    background: #fff;
}

.club_page .club_cta {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    min-width: 150px;
    border: 2px solid var(--ylw);
    -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-top: 24px;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--ylw);
    color: #fff;
}

.club_page .club_cta:hover {
    background: #2b2b2b;
    text-decoration: none;
}

.club_page .club_number {
    margin-top: 24px;
    font-weight: bold;
    text-align: center;
}

.club_page .club_map {
    width: 100%;
    height: 250px;
}

.club_page .club_map-expanded {
    height: 560px;
}

.club_page .club_location {
    margin-top: 24px;
}

.club_page .club_location i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    color: var(--ylw);
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.club_page .club_services {
    margin-top: 16px;
}

.club_page .club_services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.club_page .club_services ul li {
    border: 1px solid #eee;
    margin-right: 16px;
    width: 120px;
    height: 120px;
    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;
    font-size: 40px;
    color: #eee;
}

.video iframe {
    height: 600px;
    width: 100%;
}

.about_club p {
    color: #555;
    line-height: 26px;
}

/* Club logo card */

.club-title {
    font-weight: bold;
}

.club-logo-box a {
    text-decoration: none;
    display: block;
    -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;
    position: relative;
}

.club-logo-box i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 568px) {
    .cl_slider-container {
        width: 100%;
        height: 210px;
    }
    .cl_slider img {
        width: 100%;
    }
    .cl_gallery {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cl_gallery img {
        width: 100%;
        height: auto;
    }
    .cl_gallery div img {
        border-width: 2px 2px 0 0;
    }
    .cl_gallery div:last-child img {
        border-bottom-color: transparent;
    }
    .cl_gallery div.active img {
        opacity: 1;
    }
    .club_page .club_title {
        font-size: 36px;
    }
    .club_page #club_map {
        height: 300px;
    }
    .cl_slider img {
        height: 230px;
    }
    .about_club {
        margin-top: 50px;
    }
    .about_club .main-h {
        margin: 16px 0;
    }
    .about_club .main-h .h3 {
        font-size: 22px;
        width: 100%;
    }
    .about_club p {
        text-align: justify;
    }
    .gallery-box {
        margin-bottom: 16px;
    }
    .video iframe {
        width: 100%;
        height: 250px;
    }
    .sign_up_club_form .h4 {
        font-size: 24px;
    }
    .sign_up_club_form .club_input-box {
        margin-bottom: 16px;
    }
}
