@import url(./animate.css);
@import url(./menu_footer.css);
@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../fonts/GILC____.TTF); }
@font-face { font-family: 'JasmineUPC'; src: url(../fonts/upcjl.ttf); }
@font-face { font-family: 'Neou Thin'; src: url('../fonts/Neou-Thin.ttf') format('truetype'); }
@font-face { font-family: 'Standaris'; src: url('../fonts/Standaris.otf') format('truetype'); }
header nav,footer .body { background: #c9c4b6; }
.P_header { margin-bottom: 90px; }
.P_header .page_header {
    padding: 15px 0 0 0;
    border-bottom: 1px solid rgba(206, 206, 206, 0.7);
    font-size: 36px;
    width: 60%;
    color: #000;
    margin: 0 auto 12px auto;
    font-family: 'Gills Sans MT Condensed' !important;
}
.box.hww {
    position: relative;
    width: 90%;
    margin: 30vh auto 8vh auto;
    box-shadow: 0 0 10px #adadad;
    height: auto;
    min-height: 100vh;
}
.box.hww > .title {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%,0);
    width: 420px;
    height: auto;
    min-height: 10vh;
    background: #D9D2C5;
    padding: 30px 0 90px 0;
    transition: all 0.2s;
}
.box.hww > .title.active {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #806D41;
    transition: all 0.2s;
}
.box.hww > .title ul { margin: 0; }
.box.hww > .title li.listed {
    list-style: none;
    font-family: 'Standaris';
    height: 68px;
    line-height: 68px;
    padding: 0 0 0 120px;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.2s;
}
.box.hww > .title li.hide {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.box.hww > .title li.active {
    text-align: center;
    color: #788993;
    padding: 0;
    font-weight: 600;
    font-size: 36px;
    transition: all 0.2s;
}
.box.hww .content_holder {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.box.hww .content_holder.active {
    height: auto;
    overflow: visible;
    margin: 30px 0;
    padding: 10px 0;
    transition: all 0.2;
}
.box.hww .content_holder .h_list {
    background: #bbb3a0;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-bottom: 1px solid #806D41;
}
.box.hww .content_holder .h_list ul {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px 20px;
}
.box.hww .content_holder .h_list ul li {
    font-family: 'Standaris';
    list-style: none;
    font-size: 22px;
    padding: 0 5px;
    cursor: pointer;
    transition: all 0.2s;
}
.box.hww .content_holder .h_list ul li.active {
    color: #788993;
    transition: all 0.2s;
}
.box.hww .content_holder .inner_content > div {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.box.hww .content_holder .inner_content > div.active {
    height: auto;
    overflow: visible;
    transition: all 0.2s;
}
.box.hww .content_holder .title {
    position: relative;
    font-family: 'Gills Sans MT Condensed';
    margin: 60px 0 0 90px;
    height: 1px;
    background: #000;
}
.box.hww .content_holder .title span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-55%);
    background: #fdfcf7;
    font-size: 30px;
    padding: 5px 10px 5px 0;
}

.line {
    width: 40%;
    margin: 25vh auto 20px auto;
    height: 1px;
    background: #000;
}

@media screen and (max-width: 770px) {
    
    .line { width: 80% !important; }
}