@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: 'Trajan_Pro_Regular'; src: url(../../fonts/Trajan_Pro_Regular.ttf); }
@font-face { font-family: 'bank gothic light bt'; src: url(../../fonts/bank_gothic_light_bt.ttf); }
header nav,footer .body { background: #fff; }
.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;
}
.L_logo {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    min-height: 50vh;
}
.L_logo .image {
    min-height: 50vh;
    margin: 10vh auto;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.35));
}
.L_logo .image img { width: 260px; transition: all 0.2s; }
.L_logo .image img:hover { transform: scale(1.05); transition: all 0.2s; }
.box {
    position: relative;
    width: 90%;
    margin: 10vh auto;
    box-shadow: 0 0 5px #e2e1e1;
    height: auto;
    padding: 10vh 0;
}
.box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -3px;
    width: 200px;
    height: 100%;
    background: #c9c4b6;
    z-index: -1;
}
.box.active::before {
    top: 0;
    left: 0;
    width: 100%;
}
.box::after {
    content: '';
    position: absolute;
    top: 65px;
    right: -3px;
    width: 200px;
    height: calc(100% - 65px);
    background: #c9c4b6;
    z-index: -1;
}
.box.active::after { width: 0; }
.box .holder {
    position: relative;
    min-height: 45vh;
    margin: 0 0 18vh 0;
}
.box .holder > .title {
    position: absolute;
    top: 0;
    width: 400px;
    height: 130px;
    line-height: 130px;
    font-family: 'Trajan_Pro_Regular';
    font-size: 2.15em;
    font-weight: 600;
    cursor: pointer;
}
.box .holder:nth-child(odd) > .title {
    left: -20px;
    text-align: right;
    background: #b09b80;
}
.box .holder:nth-child(even) > .title {
    right: -20px;
    text-align: left;
    background: #a39e90;
}
.box .holder:nth-child(odd) > .title span {
    position: absolute;
    top: 0%;
    right: -15%;
    width: 100%;
}
.box .holder:nth-child(even) > .title span {
    position: absolute;
    top: 0%;
    left: -15%;
    width: 100%;
}
.box .holder:nth-child(odd).active > .title span {
    color: #b09b80;
    text-shadow: -3px 2px 0 #333;
}
.box .holder:nth-child(odd).active > .title { left: 0; }
.box .holder:nth-child(even).active > .title { left: 0; text-align: right; }
.box .holder:nth-child(even).active > .title span {
    left: 15%;
    color: #c9c4b6;
    text-shadow: -3px 2px 0 #333;
}
.box .holder .content {
    width: 90%;
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.box .holder.active .content {
    padding: 30vh 0 5vh 100px;
    height: auto;
    overflow: visible;
    transition: all 0.2s;
}
.box .holder .content .title {
    position: relative;
    padding: 2vh 0 0 0;
    font-family: 'bank gothic light bt';
    font-size: 1.9em;
    font-weight: 600;
}
.box .holder .content .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91%;
    height: 2px;
    background: #000;
}
.box .holder .content .desc {
    margin: 8vh 0 0 0;
    padding: 0 0 0 100px;
}