﻿/* 
    
    General Stuff 

*/

html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #FFFFFF;
    background-color: #1f282e;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* 

    Boostrap Customizations

*/

.container-xl {
    max-width: 1370px;
}

textarea {
    resize: none;
}

blockquote {
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border-left: 5px solid #CCCCCC;
}


/* Header */

header {
    position: fixed;
    z-index: 99990;
    top: 0;
    width: 100%;
    background-color: #F0EDE8;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.50);
}

    header .contact-bar {
        font-size: 18px;
        line-height: 150%;
        color: #1f282e;
        border-bottom: 1px solid #DECFE5;
    }

        header .contact-bar .row .col,
        header .contact-bar .row .col-auto {
            padding-top: 10px;
            padding-bottom: 10px;
            border-right: 1px solid #DECFE5;
        }

        header .contact-bar .br-0 {
            border-right: 0px none !important;
        }

        header .contact-bar .bl-0 {
            border-left: 0px none !important;
        }

        header .contact-bar a,
        header .contact-bar a:visited {
            color: #000;
        }

            header .contact-bar a:hover {
                color: #FF0000;
                text-decoration: none;
            }

        header .contact-bar .cc-logos {
            margin: 0 0;
            padding: 0 0;
        }

            header .contact-bar .cc-logos li {
                display: inline-block;
                margin: 0 2px;
                padding: 0 0;
                width: 26px;
            }

                header .contact-bar .cc-logos li img {
                    width: 26px !important;
                    height: auto;
                }

    header .whatsnew-bar {
        padding: 20px 0;
    }

    header .contact-bar a.facebook-icon,
    header .contact-bar a.facebook-icon:visited {
        color: #4267B2;
    }

        header .contact-bar a.facebook-icon:hover {
            color: #4267B2;
        }

    header .contact-bar a.instagram-icon,
    header .contact-bar a.instagram-icon:visited {
        color: #833AB4;
    }

        header .contact-bar a.instagram-icon:hover {
            color: #833AB4;
        }

    /* Mobile Header Changes */

    header .mobile-logo {
        padding: 30px 30px 15px 30px;
    }

    header .mobile-contact {
        padding: 0 30px 20px 30px;
        font-size: 16px;
        line-height: 150%;
        color: #000;
        text-align: center;
    }

        header .mobile-contact a,
        header .mobile-contact a:visited,
        header .mobile-contact a:hover {
            color: #000;
            text-decoration: none;
        }

    header .mobile-cc-logos {
        padding: 0 30px 30px 30px;
        text-align: center;
    }

        header .mobile-cc-logos .cc-logos {
            font-size: 0px;
            line-height: 0px;
        }

@media (max-width : 1199px) {

    header {
        position: relative;
        background-color: #FFFFFF;
    }

    #pushcontent {
        display: none;
        height: 0px;
    }
}

/* Nav Bar */

nav {
    position: relative;
    z-index: 99990;
    background-color: #2C3A42;
}

@media (max-width : 991px) {

    nav .container-xl {
        padding-left: 0;
        /*padding-right: 0;*/
    }
}

/* Buttons */

.btn-book-now,
.btn-book-now:visited {
    padding: 8px 16px;
    color: #fff;
    background-color: #3db4cc;
    border-color: #3db4cc;
    font-weight:bold;
    text-transform:uppercase;
}

    .btn-book-now:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #45cbe5;
        border-color: #45cbe5;
    }

.btn-giftcards,
.btn-giftcards:visited {
    padding: 8px 16px;
    color: #FFFFFF;
    background-color: #e92063;
    border-color: #e92063;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-giftcards:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #cc1d57;
        border-color: #cc1d57;
    }

.btn-memberships,
.btn-memberships:visited {
    padding: 8px 16px;
    color: #FFFFFF;
    background-color: #3D5C65;
    border-color: #3D5C65;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-memberships:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #2C3A42;
        border-color: #2C3A42;
    }

/* Main */

main {
    color: #000000;
    background-color: #D5E4E5;
}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    background: #2C3A42;
}

footer > .container-xl {
    padding-bottom: 20px;
}

    footer h3 {
        margin-bottom: 4px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 22px;
        text-transform: uppercase;
    }

    footer hr {
        margin-top: 0;
        margin-bottom: 0.75rem;
        border-width: 1px;
        border-color: #FFFFFF;
    }

    footer a,
    footer a:visited {
        color: #FFFFFF;
    }

        footer a:hover {
            color: #FFFF00;
            text-decoration: none;
        }

    footer i {
        position: relative;
        top: 2px;
        color: #FFFFFF;
    }

footer .fa-ul {
    margin-left: 2.0rem;
}

footer .fa-ul li {
    margin-bottom: 1rem;
}

footer .fa-ul li:last-child {
    margin-bottom: 0;
}

footer .fa-ul i {
    margin-right: 0.25rem;
}

footer .card-logos {
    margin-left: 2.0rem;
}

    footer .copyright {
        padding: 30px 30px;
        font-size: 18px;
        line-height: 30px;
        background-color: #1f282e;
        border-top: 1px solid transparent;
        border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
        border-image-slice: 5;
    }

/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Big Photo */

.big-photo {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

    .big-photo picture,
    .big-photo img {
        width: 100%;
        height: auto;
    }

/* Swiper */

.swiper-container {
    width: 100%;
    height: auto;
    color: #000000;
    background-color: #FFFFFF;
}

.swiper-slide {
    text-align: center;
}

    .swiper-slide .img-fluid {
        width: 100%;
        height: auto;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 180%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
        text-align: center;
    }

        .swiper-slide .slide-title .slide-title-text {
            align-self: center;
            padding: 1rem 2rem;
            background-color: rgba(0, 0, 0, 0.66);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-container {
        border-bottom: 0px none;
        background-color: #FFFFFF;
    }

    .swiper-pagination {
        display: none;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

        .swiper-slide .slide-title {
            position: absolute;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.66);
        }

            .swiper-slide .slide-title .slide-title-text {
                margin-bottom: 0;
                padding: 16px 8px;
                font-size: 16px;
                line-height: 24px;
                background-color: transparent;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }
}

/* Photo Group Full Width */

.photo-group-100 {
}

.photo-group-100 .container-fluid,
.photo-group-100 .row,
.photo-group-100 .col,
.photo-group-100 .col-4,
.photo-group-100 .col-12 {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 img {
    width: 100%;
    height: auto;
}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-color: #2C3A42;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

    .marquee-bg .container-xl .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 70px;
    background-color: transparent;
}

.marquee {
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
}

.marquee-background > .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container-xl > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container-xl > .row > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 991px) {

    .marquee-background {
        top: 0;
        margin-bottom: 0;
    }

        .marquee-background .container-xl {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .marquee-background > .container-xl > .row > .col-12 {
            width: 100%;
        }

    .marquee-wrapper {
        border: 0 none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

/* Content Areas */

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #F0EDE8;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin-bottom: 1.5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-wrap: balance;
        color: #2C3A42;
    }

.content h1 {
    font-size: 175%;
    line-height: 1.2;
}

.content h2 {
    font-size: 150%;
    line-height: 1.3;
}

    .content h2.subtitle {
        color: #666666;
        font-style: italic;
    }

.content h2.smaller {
    font-size: 125%;
    line-height: 1.5;
}

.content h3 {
    font-size: 125%;
    line-height: 1.5;
}

.content h4,
.content h5 {
    font-size: 100%;
    line-height: 1.65;
}

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}

.content ul li {
    text-wrap: pretty;
}

.content small {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.content a,
.content a:visited,
.content a:hover {
    text-decoration: none;
}

.content .red-text {
    color: #FF0000 !important;
}

.content hr {
    margin: 0 auto 24px auto;
    width: 66%;
    border-color: #74cddf;
    border-width: 2px;
}

.content .bs-1 {
    border: 1px solid rgba(0,0,0,0.25);
}

#member-list .fa-flower {
    color: #e92063;
}

@media (max-width : 767px) {

    .content h1 {
        font-size: 150%;
    }

    .content h2 {
        font-size: 120%;
        font-weight: bold;
    }

    .content h3 {
        font-size: 100%;
        font-weight: bold;
    }

}

/* Color Sections */

.content.pink-lotus-bg {
    border-top: 3px solid #f8ebef;
    border-bottom: 3px solid #f8ebef;
    background-image: url('/Images/Layout/pink-lotus-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content.lt-blue-bg {
    background-color: #E8EDE6;
    border-top: 2px solid rgba(0,0,0,0.05);
}

    .content.lt-blue-bg.bdr-btm {
        border-bottom: 2px solid rgba(0,0,0,0.05);
    }

/* Photo Group 100% width w/no gutters */

.photo-group-100 {
}

.photo-group-100 .container-fluid {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 .row,
.photo-group-100 .col,
.photo-group-100 .col-4,
.photo-group-100 .col-12 {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 img {
    width: 100%;
}

/* Services */

.card {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.img-thumbnail {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

/* Services Pages */

.services-top {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 3px solid #F8EBEF;
    background-image: url('/Images/Layout/services-top-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
}

.services-top h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 64px;
    font-weight: bold;
    color: #000000;
    line-height: 150%;
}

.card.card-services hr {
    margin: 0 auto 24px auto;
    width: 66%;
    border-color: #74cddf;
    border-width: 2px;
}

.card.card-services table tr td:first-child {
    width: 20%;
}

.card.card-services-alt table tr td {
    text-align: right;
}

.card.card-services-alt table tr td:first-child {
    width: 80%;
    text-align: left;
}

.card.card-services table tr td,
.card.card-services-alt table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card.card-services table tr:first-child td,
.card.card-services-alt table tr:first-child td {
    border-top: none;
}

.card.card-services-alt em {
    font-size: 16px;
    line-height: 150%;
}

@media only screen and (max-width: 991px) {

    .services-top h1 {
        font-size: 56px;
        line-height: 120%;
    }

}

@media only screen and (max-width: 767px) {

    .services-top h1 {
        font-size: 48px;
        line-height: 120%;
    }
}

/* Google Map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.embed-google-map {
    padding-bottom: 33%;
    color: #000000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1199px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 991px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 767px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}

/* Multi-Column Lists */

.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.three-col-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.four-col-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }
}

@media (min-width : 768px) And (max-width : 991px) {

    .two-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .three-col-list,
    .four-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

}

/* Lotus List */

.lotus-list {
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 30px !important;
}

.lotus-list > li {
    margin-bottom: 10px;
    padding-left: 42px;
    line-height: 32px;
    background-image: url('/Images/Layout/lotus-bullet.png');
    background-repeat: no-repeat;
}

.lotus-list > li:last-child {
}

/* FAQ type pages */

.faq {
    margin-bottom: 1rem;
    padding: 15px 20px;
    background-color: rgba(255,255,255,0.50);
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}

.faq:last-child {
    margin-bottom: 0;
}

    .faq .faq-question,
    .faq .faq-question:visited {
        display: block;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 125%;
        line-height: 125%;
        color: #2C3A42;
        outline: none;
    }

        .faq .faq-question:hover {
            color: #2C3A42;
            outline: none;
        }

.faq .faq-answer {
}

.faq .faq-answer p:first-child {
    margin-top: 0.75rem;
}

.grecaptcha-badge {
    bottom: 88px !important;
}

/* New Hero Section */

.hero {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #FFFFFF;
    background-image: url('/images/layout/hero-bg.jpg');
    background-position: center 25%;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 2px solid rgba(0,0,0,0.025);
}

.hero h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 64px;
    font-weight: bold;
    text-wrap: balance;
    color: #2C3A42;
    line-height: 1.2;
}

.hero h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-wrap: balance;
    color: #2C3A42;
    line-height: 1.4;
}


/* Services Index Pages */

.card.services-index-card {
    font-size: 16px;
    line-height: 1.6;
    background-color: rgba(255,255,255,0.5);
}

.card.services-index-card .row {
    align-items: stretch;
}

.card.services-index-card figure {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 0;
    padding: 0 0;
}

.card.services-index-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.card.services-index-card .card-body {
    padding: 1rem;
}

.card.services-index-card .card-body h2 {
    margin-bottom: 1rem;
    font-size: 24px;
    color: #2C3A42;
    line-height: 1.4;
}

.card.services-index-card .card-body p:last-child {
    margin-bottom: 1.5rem;
}

.card.services-index-card .btn-book-now,
.card.services-index-card .btn-book-now:visited {
    padding: 8px 16px;
    color: #fff;
    background-color: #3db4cc;
    border-color: #3db4cc;
    font-weight: bold;
    text-transform: uppercase;
}

.card.services-index-card .btn-book-now:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #45cbe5;
    border-color: #45cbe5;
}

.card.services-index-card .btn-learn-more,
.card.services-index-card .btn-learn-more:visited {
    padding: 8px 16px;
    color: #FFFFFF;
    background-color: #3D5C65;
    border-color: #3D5C65;
    font-weight: bold;
    text-transform: uppercase;
}

.card.services-index-card .btn-learn-more:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #2C3A42;
    border-color: #2C3A42;
}

@media (max-width : 991px) {

    .card.services-index-card figure {
        position: relative;
        width: 100%;
    }

    .card.services-index-card figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }

}

/* Scrolling fixes. */

#vipeel:target::before,
#skinpen:target::before,
#vasculaze:target::before {
    content: "";
    display: block;
    height: 80px; /* Height of your fixed header */
    margin-top: -80px; /* Negative height of your fixed header */
    visibility: hidden;
    pointer-events: none; /* Stops it from blocking clicks */
}

/* Other Titles */

.content .fancy-h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 64px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}

.content .fancy-h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
}
