.timeline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.timeline *, .timeline :after, .timeline :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.timeline__wrap {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.timeline__item {
    vertical-align: top;
    position: relative;
    width: 50%;
    z-index: 2
}

.timeline__item.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.timeline__item--left {
    left: 0
}

.timeline__item--right {
    left: 50%;
}

.timeline .timeline__content {
    display: block;
    position: relative;
    text-align: center;
    height: 620px;
}

.timeline .timeline__content img{
    display: inline-block;
}

.timeline .timeline__content .img-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.timeline .timeline__content .img-container img{
    width: 100%;
}

.timeline--horizontal {
    font-size: 0;
    overflow: hidden;
    white-space: nowrap
}

.timeline--horizontal .timeline__items {
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    will-change: transform
}

.timeline--horizontal .timeline__item {
    display: inline-block;
    left: 0;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    white-space: normal
}

.timeline--horizontal .timeline__item .timeline__item__inner {
    display: table;
    height: 100%;
    width: 100%
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top
}

/*.timeline--mobile {*/
    /*padding: 0*/
/*}*/

/*.timeline--mobile:before {*/
    /*left: 10px !important;*/
    /*margin: 0 !important*/
/*}*/

/*.timeline--mobile .timeline__item {*/
    /*left: 0;*/
    /*padding-left: 40px;*/
    /*padding-right: 0;*/
    /*width: 100%*/
/*}*/

/*.timeline--mobile .timeline__item:after {*/
    /*left: 2px;*/
    /*margin: 0*/
/*}*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes liftUp {
    0% {
        top: 0
    }
    100% {
        top: -15px
    }
}

@keyframes liftUp {
    0% {
        top: 0
    }
    100% {
        top: -15px
    }
}

/*# sourceMappingURL=timeline.min.css.map */

.timeline .lSSlideOuter{
    padding: 0 100px;
}

.timeline .lSSlideOuter, .timeline .lSSlideOuter .lSPager.lSGallery{
    overflow: unset !important;
    /*overflow-x: hidden !important;*/
}

.timeline .lSSlideWrapper{
    padding-top: 600px;

    /*overflow: unset !important;*/
    /*overflow-y: unset !important;*/
}

.navigation-container{
    max-width: 1000px;
    position: absolute;
    bottom: 10rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    /*overflow: hidden;*/
}

.accessibility .navigation-container{
    bottom: 6rem;
}

ul#lightSlider{
    font-size: 20px;
    font-weight: 600;
    overflow: unset !important;
    /*overflow-x: hidden;*/
}

/*.lSSlideWrapper{*/

/*}*/

/*.navigation-container nav{*/
    /*overflow: hidden;*/
    /*width: 100%;*/
/*}*/

.navigation-container .lSAction{
    display: none;
}

.navigation-container nav ul{
}
.navigation-container nav ul li{
    padding: 10px 5px;
    text-align: center;
    position: relative;
}

.navigation-container nav .pop{
    position: absolute;
    display: block;
    padding: 40px 30px;
    width: 48rem;
    bottom: 90px;
    white-space: normal;
    display: none;
    border-radius: 5px;
    color: #000 !important;
    text-align: left !important;
    left: 0;
}

.navigation-container nav .info-items{
    position: absolute;
    right: 0;
    bottom: 70%;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
}
.navigation-container nav .info-items .info.activeItem{
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    display: none;
    word-wrap: normal;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000000;
    width: 35rem;
    padding: 2rem 4rem;
    background: #fff;
    white-space: normal;
}

.navigation-container nav .info-items:hover .info.activeItem{
    display: block;
}

.navigation-container nav ul li:hover,
.navigation-container nav ul li.activeItem{
    background: #f58723;
    color: #fff;
}

/*.navigation-container nav ul li:hover .pop,*/
.navigation-container nav .pop.activeItem{
    display: block;

}

.navigation-container nav ul li:nth-last-child(2) .pop,
.navigation-container nav ul li:last-child .pop{
    right: 0;
    left: auto;
}

.navigation-container nav .pop.activeItem p{
    font-size: 1.7rem !important;
    color: #41322c !important;
    font-weight: 400 !important;
    padding: 0;
    margin: 0;
}

.navigation-container nav .pop.activeItem p b{
    font-size: 2.8rem !important;
    color: #41322c !important;
    font-weight: 400 !important;
}
.navigation-container nav .pop.activeItem p b span{
    font-size: 3.6rem;
    font-weight: 600;
}
.navigation-container nav .pop.activeItem h5{
    font-style: italic !important;
    font-size: 3.2rem !important;
    font-weight: 400 !important;
    margin: 0;
    padding: 5px 0 15px 0;
}

.navigation-container nav .pop.activeItem a.more {
    padding-top: 1rem;
}

.navigation-container nav ul li:hover:before,
.navigation-container nav ul li.activeItem:before{
    position: absolute;
    display: block;
    content: '';
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #f58723;
    display: none;
}

.navigation-container nav .nav-left,
.navigation-container nav .nav-right{
    position: absolute;
    bottom: 0;
}

.navigation-container nav .nav-left{
    bottom: 0;
    left: 0;
    width: 100px;
    height: 50px;

}

.navigation-container nav .nav-right{
    bottom: 0;
    right: 0;
    width: 100px;
    height: 50px;
}

.navigation-container nav .nav-left:before,
.navigation-container nav .nav-right:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' width='23.2' height='24' viewBox='0 0 23.2 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%2341322c;}%3C/style%3E%3C/defs%3E%3Ctitle%3Edviguba rodykle%3C/title%3E%3Cpath class='cls-1' d='M23.4,11.4,12.2.2,11.6,0l-.6.2L9.9,1.4a.8.8,0,0,0,0,1.1L19.3,12,9.9,21.5a.8.8,0,0,0,0,1.1l1.2,1.2.6.2.6-.2L23.4,12.6a.8.8,0,0,0,0-1.1Z' transform='translate(-0.4)'/%3E%3Cpath class='cls-1' d='M14.4,12a.8.8,0,0,0-.2-.6L2.9.2,2.4,0,1.8.2.6,1.4a.8.8,0,0,0,0,1.1L10.1,12,.6,21.5a.8.8,0,0,0,0,1.1l1.2,1.2.6.2.6-.2L14.1,12.6A.8.8,0,0,0,14.4,12Z' transform='translate(-0.4)'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
}

.navigation-container nav .nav-left:before{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline .lSSlideOuter:before{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: url("../img/bg-light.png");
}

.timeline button.timeline-nav-button{
    display: none;
}