﻿.PublicHeader0 {
    width: 100%;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    transition-duration: .3s;
    z-index: 10001
}

    .PublicHeader0 > div > h1 {
        width: 90%;
        padding-left: 10%;
        text-align: center;
        background-color: rgba(64,64,64,.7);
        margin: 0;
        padding-top: 1em;
        padding-bottom: 1em
    }

        .PublicHeader0 > div > h1 > a > svg#FirstLogo {
            transition-duration: 3s
        }

            .PublicHeader0 > div > h1 > a > svg#FirstLogo g.friends > path {
                fill: #fff;
                transition: transform 3s ease-out
            }

    .PublicHeader0:hover > div > h1 > a > svg#FirstLogo g.friends > path {
        fill: #f4f4f4
    }

.topmenuBtn {
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: #ffd800;
    transition-duration: .5s;
	transform:scale(0.7);
}

    .topmenuActiveBtn > span, .topmenuBtn > span {
        width: 36px;
        height: 8px;
        display: block;
        position: absolute
    }

    .topmenuBtn > span {
        background-color: #000;
        transition-duration: .5s
    }

        .topmenuBtn > span:nth-child(1) {
            left: 7px;
            top: 7px
        }

        .topmenuBtn > span:nth-child(2) {
            left: 7px;
            top: 21px
        }

        .topmenuBtn > span:nth-child(3) {
            left: 7px;
            top: 35px
        }

.topmenuActiveBtn {
    background-color: transparent
}

    .topmenuActiveBtn > span {
        background-color: #ffd800
    }

#PublicFooter > .footer1, #PublicFooter > .footer2 > div.footsub1, .loading {
    display: none
}

.topmenuActiveBtn > span:nth-child(1) {
    left: 7px;
    top: 21px;
    transform: rotate(45deg)
}

.topmenuActiveBtn > span:nth-child(2) {
    left: 24px;
    top: 21px;
    width: 0
}

.topmenuActiveBtn > span:nth-child(3) {
    left: 7px;
    top: 21px;
    transform: rotate(-45deg)
}

nav.topmenuNav {
    visibility: hidden;
    width: 0
}

nav.topView {
    visibility: visible;
    width: 90%
}

.PublicHeader0 > div > nav {
    position: absolute;
    background-color: rgba(255,255,255,.9);
    box-shadow: -1px 1px 1px 1px gray;
    transition-duration: .3s;
    overflow: hidden;
    border-radius: 0 0 3em
}

    .PublicHeader0 > div > nav > div > ul {
        width: 300px;
        padding-top: 1em;
        padding-bottom: 1em;
        min-width: 200px
    }

        .PublicHeader0 > div > nav > div > ul > li, .PublicHeader0 > div > nav > div > ul > li > ul > li {
            position: relative;
            padding-top: .5em;
            padding-bottom: .5em;
            line-height: 1.6;
            width: 100%
        }

            .PublicHeader0 > div > nav > div > ul > li a {
                font-size: 16px;
                font-weight: 600;
                margin-left: 2em
            }

            .PublicHeader0 > div > nav > div > ul > li > ul {
                margin-left: 1.5em
            }

/* #PublicFooter > .footer2 {
    width: 100%;
    background-color: #000
}

    #PublicFooter > .footer2 > div {
        padding: 1em 0;
        color: #fff;
        line-height: 1.6;
        font-size: 16px;
        text-align: center
    } */
    .PublicFooter0>div.footer2{
        display: block;
    }
.loading {
    position: fixed;
    top: -4px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

    .loading strong {
        display: block;
        position: relative;
        top: 50%;
        margin: -75px auto 0;
        width: 200px;
        height: 50px;
        padding: 0 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        box-sizing: border-box;
        color: #000;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        animation-name: loadings;
        animation-duration: 3s;
        animation-iteration-count: infinite
    }

@keyframes loadings {
    0%,100% {
        background-color: rgba(255,255,255,.5)
    }

    50% {
        background-color: rgba(255,255,255,1)
    }
}

body.AboutBody .topmenuNav > div > ul a[data-menu=about], body.AboutBody .topmenuNav > div > ul:hover a[data-menu=about], body.ContactBody .topmenuNav > div > ul a[data-menu=contact], body.ContactBody .topmenuNav > div > ul:hover a[data-menu=contact], body.ContentBody .topmenuNav > div > ul a[data-menu=content], body.ContentBody .topmenuNav > div > ul:hover a[data-menu=content], body.NewsBody .topmenuNav > div > ul a[data-menu=news], body.NewsBody .topmenuNav > div > ul:hover a[data-menu=news], body.PenpalBody .topmenuNav > div > ul a[data-menu=penpal], body.PenpalBody .topmenuNav > div > ul:hover a[data-menu=penpal], body.SecurityBody .topmenuNav > div > ul a[data-menu=security], body.SecurityBody .topmenuNav > div > ul:hover a[data-menu=security], body.ServiceBody .topmenuNav > div > ul a[data-menu=service], body.ServiceBody .topmenuNav > div > ul:hover a[data-menu=service] {
    color: #ffd30d
}

body.HealingBody .topmenuNav > div > ul a[data-menu=healing] {
    color: #ffd30d
}

body.HealingBody .topmenuNav > div > ul:hover a[data-menu=healing] {
    color: #ffd30d
}










.PublicFooter0>div.footer2>div {
    color: #000;
    font-weight: 550;
    line-height: 2.4;
    font-size: 16px;
    padding-bottom: 60px;
}

#FirstLogo2 .friends {
    fill: #5500df;
}
.PublicFooter0>div.footer2>div {
    color: #000;
    font-weight: 550;
    line-height: 2.4;
    font-size: 16px;
    padding-bottom: 60px;
}
.PublicFooter0>div.footer2{
    background-color: #f4f4f4;
}
.PublicFooter0{
    height: 440px !important;
    margin-top: 0px;
}
.PublicFooter0>div.footer2{
    display: block;
}
.PublicFooter0>div.footer2{
    padding: 40px 20px 0px 20px;
}
.PublicFooter0>div.footer2{
    width: auto;
}
.PublicFooter0>div.footer2>div.footsub2{
    margin-bottom: 40px;
}
.PublicFooter0{
    height: 380px !important;
    margin-top: 0px;
}
.PublicFooter0>div.footer2>div.footsub2{
    margin-bottom: 40px;
}
.PublicFooter0>div.footer2{
    width: auto;
}
.PublicFooter0>div.footer2{
    padding: 40px 20px 0px 20px;
}
.PublicFooter0>div.footer2{
    display: block;
}