#head {
    position: relative;
    /*height: 1244px;*/
    min-height: 100vh;
    /*height: 120vh;*/
    /*overflow: hidden;*/
    background-size: cover;
    /*background-size: contain;*/
    background-image: url("../img/index-head-bg-2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    /*background-position: center bottom;*/
}

/*** XL ***/
@media (min-width: 1200px) {

    #head {
        height: 1244px;
    }

}

#head-page-title {
}

#head-page-title > h1 {
    text-shadow: rgba(255, 255, 255, 0.4) 0px 0 10px;
    font-size: 64px;
}

#head-page-title > .sub {
    font-size: 18px;
}

.site-index {
    padding: 100px 0;
}

.site-index .timeline > .head {
    margin-bottom: 163px;
}

/*** << TIMELINE NAV */

.site-index .timeline .timeline-nav {
    text-align: center;
    margin-bottom: 80px;
}

.site-index .timeline .timeline-nav .timeline-nav-item {
    display: inline-block;
    border: 3px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    width: 47px;
    height: 47px;
    font-family: "Play Bold", sans-serif;
    font-size: 14px;
    padding-top: 11px;
    cursor: pointer;
    vertical-align: middle;
}

.site-index .timeline .timeline-nav .timeline-nav-item.current {
    width: 86px;
    height: 86px;
    font-size: 28px;
    padding-top: 18px;
    background: #5FFFF5;
    border-color: #5FFFF5;
    color: rgba(70, 13, 128, 1);
    font-family: "Play Bold", sans-serif;
}

.site-index .timeline .timeline-nav .timeline-nav-item.current:hover {
    background: #5FFFF5;
}

.site-index .timeline .timeline-nav .timeline-nav-sep {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 3px;
    background: #fff;
    margin: 0 7px;
}

.site-index .timeline .timeline-nav .timeline-nav-item:hover {
    background: rgba(255, 255, 255, 0.4);
}

/*** >> TIMELINE NAV */

.site-index .timeline .timeline-title {
    text-align: center;
    font-size: 48px;
}

.site-index .timeline .timeline-title .observatory-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -5px;
}

.site-index .timeline .item + .item {
    margin-top: 200px;
}

.site-index .timeline .item .label {
    position: absolute;
    font-size: 72px;
    font-family: "Play Bold", sans-serif;
    margin: 23px;
    z-index: 999;
    border-bottom: 6px solid var(--white);
}

.site-index .timeline .item .imgs-col {
    padding: 0;
    /*overflow-x: auto;*/
    /*overflow-y: visible;*/
}

.site-index .timeline .item .imgs-col .imgs-box {
    position: relative;
    max-width: 100%;
    width: 759px;
    height: 450px;
}

.site-index .timeline .item .imgs-col .img {
    /*position: absolute;*/
    max-width: 100%;
    max-height: 100%;
}

.site-index .timeline .item .imgs-col .img-box {
    position: absolute;
    overflow: hidden;
}

.site-index .timeline .item .imgs-col .img-0-box {
    width: 540px;
    max-width: 100%;
    height: 100%;
}

.site-index .timeline .item .imgs-col .img-1-box {
    width: 262px;
    top: 374px;
    height: 196px;
}

.site-index .timeline .item .imgs-col .frame {
    border: 3px solid var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
}

.site-index .timeline .item .text-col {
    font-family: "Roboto Light", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
}

.site-index .timeline .item .text-col .more-btn-box {
    margin-top: 30px;
}

.site-index .timeline .item .text-col .more-btn {
    font-family: Play, sans-serif !important;
}

/*** ORIENT LEFT ***/

.site-index .timeline .item.orient-left .imgs-col .imgs-box {
    margin-left: auto;
    margin-right: 0;
}

.site-index .timeline .item.orient-left .imgs-col .img-0-box {
    right: 0;
    top: 0;
}

.site-index .timeline .item.orient-left .imgs-col .img-1-box {
    left: -16px;
}

.site-index .timeline .item.orient-left .imgs-col {
    /*width: 759px !important;*/
    /*padding-left: 124px;*/
    /*padding-right: 69px;*/
    /*padding-right: 66px;*/
}

.site-index .timeline .item.orient-left .imgs-col .imgs-box {
    margin-right: 0;
}

.site-index .timeline .item .text-col {
    padding-top: 57px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 57px;
}

.site-index .timeline .item.orient-left .text-col {
    padding-left: 66px;
}

/*** ORIENT RIGHT ***/

.site-index .timeline .item.orient-right .imgs-col .img-0-box {
    left: 0;
    top: 0;
}

.site-index .timeline .item.orient-right .imgs-col .img-1-box {
    right: -16px;
    text-align: right;
}

.site-index .timeline .item.orient-right {
    /*background: linear-gradient(270deg, #9F76D2 74.05%, rgba(109, 46, 164, 0) 105.67%);*/
}

.site-index .timeline .item.orient-right .imgs-col {
    /*padding: 0;*/
    /*padding-left: 66px;*/
    padding-left: 0;
}

.site-index .timeline .item.orient-right .imgs-col .label {
    right: 0;
}

.site-index .timeline .item.orient-right .text-col {
    width: 759px !important;
    /*position: relative;*/
    /*text-align: right;*/
    /*padding: 0;*/
    /*background: linear-gradient(270deg, #9F76D2 74.05%, rgba(109, 46, 164, 0) 105.67%);*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    padding-right: 66px;
}

.site-index .timeline .item.orient-right > .container-fluid > .row {
    position: relative;
}

.site-index .timeline .item.orient-right > .container-fluid > .row > .gradient {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, #9F76D2 74.05%, rgba(109, 46, 164, 0) 105.67%);
    /*z-index: 0;*/
    opacity: 0.34;
}

/*** LG- ***/
@media (max-width: 1199px) {

    .site-index .timeline .item .imgs-col {
        padding: 0 15px !important;
    }

    .site-index .timeline .item .imgs-col .imgs-box {
        /*margin: auto !important;*/
    }

    .site-index .timeline .item .text-col {
        /*text-align: center;*/
    }

    .site-index .timeline .item.orient-right .text-col {
        /*padding-bottom: 150px;*/
    }

    .site-index .timeline .item .text-col br {
        display: none;
    }

}

/*** MD+ ***/
@media (min-width: 768px) {

    .site-index .timeline .item .imgs-col {
        /*overflow-x: auto;*/
    }

}

/*** LG+ ***/
@media (min-width: 992px) {



}

/*** XL ***/
@media (min-width: 1200px) {

    .site-index .timeline .timeline-nav .timeline-nav-sep:nth-child(22n) {
        display: block;
        height: 24px;
        background-color: transparent;
    }

}