.single-timeline .header .background-section{
    width: 100%;
    background-image: url(../img/eurostampi-stampi-industriali-sapone4.jpg);
}

.single-timeline .header{
    float: left;
    width: 100%;
    height: 250px;
    position: relative;
}


.single-timeline h1 {
    color: #2D2D2D;
    font-family: "FuturaStd";
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 56px;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .single-timeline h1 {
        font-size: 40px;
        line-height: 44px;
    }

}

@media screen and (max-width: 576px) {
    .single-timeline h1 {
        font-size: 30px;
        line-height: 36px;
    }


}

main{
    background-color: #E9E9E9;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 15px 120px 15px;
}


.step-timeline p {
    font-weight: 200;
    font-family: Raleway;
    letter-spacing: 1px;
    font-size: 15px;
}

@media screen and (max-width: 576px) {
    .step-timeline p {
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
    }
}

.step-nav ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 1px;
}

.step-nav ul li{
    list-style: none;
    margin-bottom: 40px;
    position: relative;
    color: #898989;
    font-family: "FuturaStd";
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}

.step-nav ul li.active{
    color: #2C79B7;
}

.step-nav ul li:first-child:before{
    content:'';
    position: absolute;
    top: -100px;
    left: calc((100% -2px)/2);
    width: 2px;
    height: 100px;
    background-color: #000;
}

.step-nav ul li:after{
    content:'';
    position: absolute;
    bottom: -40px;
    left: calc((100% -2px)/2);
    width: 2px;
    height: 40px;
    background-color: #000;
}


.single-timeline main section{
    padding-top: 80px;
}

@media screen and (max-width: 576px) {
    .single-timeline main section{
        padding-top: 40px;
    }
}

.step-timeline{
    float: left;
    width: 100%;
}

.wrap-step-timeline{
    width: 900px;
    margin: 0 auto;
    height: auto;
    display: table;
}


@media screen and (max-width: 992px) {
    .wrap-step-timeline{
        width: 100%;
    }
}


.wrap-step-timeline figure img{
    width: 100%;
}

.wrap-step-timeline figure{
    width: 100%;
    float: left;
    margin: 30px 0;
}


.desc-timeline{
    float: left;
    width: 100%;
}


.desc-timeline .row{
    float: left;
    width: 100%;
}


.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: url(../img/loghi/eurostampi-stampi-industriali-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
}

