@charset "utf-8";
/* CSS Document */

/* */
.padding-s {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-m {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-l {
    padding-top: 160px;
    padding-bottom: 160px;
}

.margin-s {
    margin-top: 60px;
    margin-bottom: 60px;
}
.margin-m {
    margin-top: 100px;
    margin-bottom: 100px;
}
.margin-l {
    margin-top: 160px;
    margin-bottom: 160px;
}

/* */
.navigation {
    background: #27639f;

    position: relative;
    z-index: 100;

    width: 100%;
    height: 120px;

    padding: 20px 0;
}
    .navigation .navigation-panel-top {
        font-size: 16px;
        color: #fff;
    }

    .navigation .navigation-panel-bottom {
        background: #a3d6ff;
        border-radius: 12px;

        color: #082e50;

        position: relative;

        margin-top: 20px;
        padding: 20px 0;
    }
    .navigation .navigation-panel-bottom .logo_text {
        margin-top: 8px;
        line-height: 18px;
    }
        .navigation .navigation-panel-bottom .logo_text a {
            font-weight: 900;
            font-size: 28px;

            color: #082e50;
        }
        .navigation .navigation-panel-bottom .logo_text a:hover {
            color: #1F4275;
        }

    .navigation .navigation-panel-bottom .logo_text div {
        font-size: 16px;
        font-weight: 500;
    }
    .navigation .navigation-panel-bottom img {
        width: 60px;
        height: auto;

        margin-right: 6px;
    }

    .navigation a {
        color: #082e50;
        text-decoration: none;
    }

    .navigation ul {
        margin: -2px 0 0;
        padding: 0;

        list-style: none;
    }
    .navigation li {
        margin: 0;
        padding: 0;

        display: inline-block;
    }
    .navigation li a {
        font-size: 16px;
        font-weight: 700;
        color: #082e50;
        text-decoration: none;

        margin: 0;
        padding: 8px 20px;

        display: block;

        transition: 0.1s;
    }
        .navigation li a:hover {
            background: #1F4275;
            border-radius: 4px;

            color: #fff;

            text-decoration: none;

            transition: 0.1s;
        }

    /* */
    .navigation.show {
        position: sticky;
        top: -1px;

        transition: top 0.4s;
    }
    .navigation.hide {
        position: sticky;
        top: -200px;

        transition: top 0.4s;
    }

/* */
.background-stripe-01 {
    background: #f5f5f5;

    position: relative;
    z-index: 20;
}
.background-stripe-02 {
    background: #ffffff;

    position: relative;
    z-index: 20;
}
.background-stripe-03 {
    background: #27639f;

    color: #fff;

    position: relative;
    z-index: 20;
}
    .background-stripe-wave {
        width: 100%;

        position: relative;
    }
        .background-stripe-wave img {
            position: absolute;
            top: -40px;

            z-index: 20;

            width: 100%;
        }

/* */
.background-img-wrapper {
    overflow: hidden;

    width: 100%;
    height: auto;

    background: #525252;
    background-image: url("/images/image-outdoor-swimming-pool.webp");
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 750px;

    padding: 45px 0;
}
    .background-img-wrapper img {
        position: absolute;

        width: 100%;
        height: 750px;
    }
    .background-img-wrapper span {
        font-size: 28px;
        font-weight: 900;

        color: #a3d6ff;
    }
    .background-img-wrapper h1 {
        font-size: 68px;
        color: #fff;
    }

/* */
.container-01 {
    background: #fff;
}

.container-02 {
    background: #f5f5f5;
}

.container-03 {
    background: #27639f;
    color: #fff;
}

.container-04 {
    background: #b72961;
    color: #fff;
}

.container-05 {
    background: #27639f;
    color: #fff;
}

.container-padding-s {
    padding: 20px;
}
.container-padding-m {
    padding: 40px;
}
.container-padding-l {
    padding: 60px;
}

.container-shadow {
    box-shadow: 0 5px 8px #e9e9e9 !important;
}
.container-border {
    border: 1px solid #eaedf2;
}
.container-rounded {
    border-radius: 12px;
}
.container-circle {
    border-radius: 50%;
}
	.container-circle.small {
		width: 50px;
	    height: 50px;

        line-height: 50px;
	}
	.container-circle.medium {
		width: 110px;
	    height: 110px;

        line-height: 110px;
	}
	.container-circle.large {
		width: 180px;
	    height: 180px;

        line-height: 180px;
	}

/* */
.full-img-section {
	position: absolute;
	top: 0;
}
.full-img-section__right {
    position: relative;

    float: right;

    width: 50%;
    height: 100%;
}
.full-img-section__left {
    position: relative;

    float: left;

    width: 50%;
    height: 100%;
}

/* */
.footer-bar {
    background: #27639f;

    color: #fff;
    font-size: 16px;
}
    .footer-bar .logo {
        font-size: 28px;
        font-weight: 900;
    }

    .footer-bar a {
        color: #ffffff;

        text-decoration: none;

        transition: 0.3s;
    }
        .footer-bar a:hover {
            color: #f1f1f1;

            transition: 0.3s;
        }

    .footer-bar ul {
        list-style: none;

        padding: 20px 0 0 0;
    }
        .footer-bar li {
            display: inline;

            margin: 0;
            padding: 0 20px 0 0;
        }
        .footer-bar li:last-of-type {
            padding: 0;
        }

    .footer-bar .opening .font-size_02 {
        font-size: 18px;
    }
    .footer-bar .opening ul {
        list-style: none;

        padding: 0;
        margin: 0 0 30px 0;
    }
        .footer-bar .opening li {
            display: block;

            padding: 5px 0 0 0;
        }
