.screen_text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}


.timeline{
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    height: 100px;
    background: #fff;
    z-index: 9999;
}

.timeline_controlls{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%);
    width: 290px;
}

.timeline_close{
    float: right;
    width: 100px;
    height: 100px;
    background: #e09270 url('../img/time_close.png') no-repeat center;
}

.timeline_right{
    float: right;
    width: 78px;
    height: 100px;
    background: url('../img/time_right.png') no-repeat center;
}

.timeline_left{
    float: right;
    width: 78px;
    height: 100px;
    background: url('../img/time_left.png') no-repeat center;
}

.timeline_swiper{
}

.timeline .swiper-slide{
    width: 254px;
    text-align: center;
    padding: 28px 0 28px 0;
    background: #fff url(../img/time_l.png) repeat-x left 129px bottom 6px;
    height: 42px;
}

.phant{
    padding: 28px 0 28px 0;
    width: 1000px;
    height: 42px;
    background: #fff url(../img/time_l.png) repeat-x left 129px bottom 6px;
}

.timeline_phant{
    width: 1000px !important;
}

.timeline_phant * {
    color: #fff !important;
}

.timeline .timeline_current{
    position: relative;
    padding: 13px 0 30px 0;
    height: 55px;
}

.timeline .timeline_current:after{
    display: none;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    width: 13px;
    height: 20px;
    background: url('../img/time_c.png') no-repeat center;
}

.timeline_city{
    font-size: 18px;
    font-family: 'Prox Bold';
    transition: all .3s ease;
}

.timeline_year{
    font-size: 16px;
    color: #8796a0;
    transition: all .3s ease;
}

.timeline_current .timeline_city{
    font-size: 28px;
    color: #364854;
    font-family: 'PT Serif Caption';
    font-weight: 700;
}


.city{
    display: none;
    overflow: hidden;
    position: absolute;
    background: #fff;
    top: 193px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
}

.city_active{
    display: block;
}

.city_column{
    float: left;
    width: 50%;
    text-align: center;
}

.city_column_left .city_content{
    margin-left: -920px;
    opacity: 0;
/*    transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.city_column_right .city_content{
    margin-left: 920px;
    opacity: 0;
/*    transition: all .7s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.city_content{
    position: relative;
    min-height: 200px;
    text-align: left;
    padding-left: 25px;
}

.city_content h1{
    padding-left: 117px;
    font-size: 82px;
    color: #000;
    margin-bottom: 50px;
}

.number{
    position: relative;
    padding-left: 117px;
    overflow: hidden;
    margin-bottom: 40px;
}

.number_val{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 138px;
    color: #e09270;
    font-family: '21Cent-Black';
    line-height: 120px;
}

.number_column{
    width: 50%;
    float: left;
}

.number_column p{
    margin-right: 40px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: 'Prox Reg';
}

.city_content h2{
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Prox Bold';
    margin-bottom: 30px;
}

.right_cont_img{
    margin-top: 30px;
}