@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: 'Geometr231B'; src: url(../../fonts/GEO231B.TTF); }
@font-face { font-family: 'Geometr231B lt'; src: url(../../fonts/Geo231Lt.ttf); }
@font-face { font-family: 'bank gothic medium bt'; src: url(../../fonts/bank_gothic_medium_bt.ttf); }
@font-face { font-family: 'bank gothic light bt'; src: url(../../fonts/bank_gothic_light_bt.ttf); }
@font-face {
    font-family: "Avalon Quest";
    src: url("../../fonts/Avalon-Quest.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
header nav,footer .body { background: #f7f7f7; }
.site.side-open { height: 100vh; }
.P_header .page_heading {
    padding: 5px 0 0 0;
    font-size: 36px;
    max-width: 190px;
    border-bottom: 1px solid #e8e8e9;
    color: #000;
    margin: 0 auto;
    font-family: 'Gills Sans MT Condensed';
}
.P_header .sub_heading {
    padding: 10px 25px 7px 25px;
    border-bottom: 1px solid #0a0b0c;
    width: 40vw;
    margin: 0 auto;
    font-size: 22px;
    font-family: 'Geometr231B';
    color: #1f1a17;
}
.F_logo {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    min-height: 50vh;
}
.F_logo .image {
    min-height: 50vh;
    margin: 10vh auto;
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.35));
}
.F_logo .image img { width: 260px; transition: all 0.2s; }
.F_logo .image img:hover { transform: scale(1.05); transition: all 0.2s; }
.box {
    width: 90%;
    margin: 10vh auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
    height: 60vh;
    transition: all 0.2s;
}
.box.active {
    height: auto;
    transition: all 0.2s;
}
.box > .left {
    display: grid;
    place-items: center;
    font-family: 'bank gothic medium bt';
    font-size: 2.2em;
    text-align: center;
    height: 60vh;
    text-shadow: -3px 3px 0 #d6d5d5;
}
.box.active > div:not(.content) {
    height: 0;
    overflow: hidden;
}
.box > .right {
    background: #f7f7f7;
    box-shadow: 0 0 5px #cccccc;
    display: grid;
    place-items: center;
}
.box > .right ul li {
    position: relative;
    list-style: none;
    font-family: 'bank gothic light bt';
    font-size: 2em;
    font-weight: 600;
    margin: 3vh 0;
    cursor: pointer;
}
.box > .right ul li:last-child { margin: 3vh 0 0 50px; }
.box > .right ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
}
.box .content {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 28% 1fr;
    grid-gap: 150px;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.box.active .content {
    height: auto;
    overflow: visible;
    padding: 25px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    transition: all 0.2s;
}
.box .content .left {
    position: relative;
    background: #f7f7f7;
    box-shadow: 0 0 5px #cccccc;
    text-align: left;
    padding: 4vh 10px 4vh 30px;
}
.box .content .left .back {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    box-shadow: 0 0 3px #333;
    cursor: pointer;
}
.box .content .left .back i { font-size: 14px; }
.box .content .left .ul_holder {
    position: sticky;
    top: 80px;
}
.box .content .left .ul_holder > ul {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.box .content .left .ul_holder > ul.active {
    height: auto;
    overflow: visible;
    transition: all 0.2s;
}
.box .content .left ul.outer > li:first-child { margin: 4vh 0 8vh 0; }
.box .content .left ul li {
    list-style: none;
    font-family: 'bank gothic medium bt';
}
.box .content .left li {
    font-weight: 500;
    font-size: 1.8em;
}
.box .content .left ul.outer ul {
    margin-left: 20px;
    padding: 4vh 0;
}
.box .content .left ul.outer ul li { font-size: 19px; cursor: pointer; }
.box .content .right .R_holder {
    height: 0;
    overflow: hidden;
}
.box .content .right .R_holder.active {
    height: auto;
    overflow: visible;
    transition: all 0.2s;
}
.box .content .right .image {
    position: relative;
    height: 60vh;
    border: 1px solid #dfdfdf;
}
.box .content .right .image img {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
.box .content .right .sub_title {
    padding: 0 0 0 30px;
    font-size: 19px;
    color: #797676;
    font-family: 'JasmineUPC'
}
.box .content .right .desc {
    margin: 7vh 0;
    color: #494542;
    padding-left: 30px;
}

.anything {
    min-height: 100vh;
}