.header {
    z-index: 99;
    position: relative;
}


.header-motion-cloud{
    position: absolute;
    width: 14.25%;
    top: 10%;
    left: 28%;
}
.header-motion-sun{
    position: absolute;
    width: 3.2%;
    top: 9%;
    left: 48.4%;
}
.header-motion-pomelo{
   position: absolute;
    width: 5.9%;
    bottom: -3%;
    left: 37%;
}
.header-motion-people{
    position: absolute;
    width: 11.85%;
    bottom: -6%;
    right: 32%;
}

.menu-h{
    color: white;
    font-weight: 200;
}

.menu-h:hover{
    color: #e9d068;
    font-weight: 600;
}

.menu-active{
    color: #e9d068;
    font-weight: 600;
}



.m-vert{
    padding: 4px 1em;
}


.pc-logo, .m-logo {
    z-index: 10;
}

.aniposition{
    position: absolute;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    z-index: 9;
}

.custom-menu {
    display: block;
    width: 100%;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.custom-menu .pure-menu-link,
.custom-menu .pure-menu-heading {
    font-size: 13pt;
}

.custom-menu .pure-menu-link:hover,
.custom-menu .pure-menu-heading:hover {
    background-color: transparent;
}

.custom-menu-top {
    position: relative;
    padding-top: .5em;
    padding-bottom: .5em;
}

.custom-menu-brand {
    text-align: center;
    position: relative;
}

.custom-menu-toggle {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    display: none;
    z-index: 11;
}

.custom-menu-toggle .bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 22px;
    right: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-menu-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-menu-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-menu-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-menu-tucked .custom-menu-screen {
    -webkit-transform: translateY(-30em);
    -moz-transform: translateY(-30em);
    -ms-transform: translateY(-30em);
    transform: translateY(-30em);
}

.header-member-menu{
    position: absolute;
    top: 40px;
    right: 26%;
    border: 1px solid #fff;
    padding: 2px 20px;
    border-radius: 15px;
    z-index: 99;
}

.header-member-menu a{
    line-height: 20px;
    margin: 0 6px;
}

.header-member-menu a:hover .svg path{
    fill: #3bd07d;
}

@media (min-width: 768px){

.custom-menu-wrapper {
    background-image: url(img/header-bg.jpg);
    margin-bottom: 0;
    white-space: nowrap;
    position: relative;


}

.custom-menu-top{
    position: relative;
}

.pc-logo{
display: block;
        }
.m-logo{
display: none;
        }
.pc-logo img{
    width:10.5%;
}

.custom-menu-toggle .bar {
    background-color: white;
}
.custom-menu-bottom{
    background-image: url(img/menu-bg.jpg);
    border-bottom: 2px solid #0C4C4F;
}
.aniposition{
    top: 0.5%;
    margin-top: 42px;
}
}

@media (max-width: 1280px){
    .m-vert {
    padding: 0;
}

    .header-member-menu{
    top: 40px;
    right: 10%;
}
}

@media (max-width: 767px){
.custom-menu-wrapper {
    background-color: #fff;
    margin-bottom: 0;
    white-space: nowrap;
    position: relative;
}
.pc-logo{
display: none;
        }
.m-logo{
display: block;
        }
.m-logo img{
    width:20%;
}
.custom-menu-toggle .bar {
    background-color: black;
}

.m-vert{
    display: block !important;
}

.custom-menu-screen {
    background-image: url(img/menu-bg.jpg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    height: 30em;
    width: 70em;
    position: absolute;
    top: 0;
    z-index: -1;
}
.aniposition{
    top: 0%;
    margin-top: 50px;
}

.header-motion-cloud, .header-motion-sun, .header-motion-pomelo, .header-motion-people{
    display: none;
}
}

@media (max-width: 767px) {

    .custom-menu {
        display: block;
    }

    .custom-menu-toggle {
        display: block;
        display: none\9;
    }

    .custom-menu-bottom {
        position: absolute;
        width: 100%;
        z-index: 100;
    }

    .custom-menu-bottom .pure-menu-link {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 1;
    }

    .custom-menu-bottom.custom-menu-tucked .pure-menu-link {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px);
        opacity: 0;
        opacity: 1\9;
    }

    .pure-menu-horizontal.custom-menu-tucked {
        z-index: -1;
        top: 45px;
        position: absolute;
        overflow: hidden;
    }

    .header-member-menu {
    position: initial;
    border: 1px solid #fff;
    padding: 2px 20px;
    border-radius: 20px;
    z-index: 99;
    width:100%;
    max-width: 300px;
    margin: 10px auto;
}

    .header-member-menu a .svg{
       width: 30px;
       height: 30px;
    }

}

@media (max-width: 567px){
.aniposition{
    display: none;
}  
}

.main {
    padding: 2em;
    color: black;
}

