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

.produzioni .header{
    float: left;
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 576px) {
    .produzioni .header{
        height: 350px;
    }
}

.produzioni .header h1 {
    color: #FFFFFF;
    font-family: "FuturaStd";
    font-size: 4.5vw;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 6vw;
    text-align: right;
    padding-left: 12vw;
    margin-top: 0;
    padding-right: 20px;
    height: 60%;
    position: absolute;
    bottom: 0;
    width: 90%;
    margin-bottom: 0;
    border-right: 2px solid #FFF;
    right: 129px;
}

@media screen and (max-width: 1024px) {
    .produzioni .header h1 {
        font-size: 60px;
        line-height: 1.2;
        height: 55%;
        right: 0;
    }

}

@media screen and (max-width: 576px) {
    .produzioni .header h1 {
        font-size: 9.5vw;
        line-height: 1.2;
        right: 0
    }


}

.produzioni .header h1:before{
    content: 'Scroll';
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 19px;
    padding: 20px 10px;
    cursor: pointer;
}

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

.step-nav{
    position: absolute;
    top: 0;
    right: 10px;
}

@media screen and (max-width: 992px) {
    .step-nav{
        display: none;
    }
}

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

@media screen and (max-width: 576px) {
    .step 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;
}


.produzioni main section{
    padding-top: 120px;
}

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

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

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

@media screen and (max-width: 1300px) {
    .wrap-step{
        width: 60vw;
    }
}

@media screen and (max-width: 1025px) {
    .wrap-step{
        width: 70vw;
    }
}

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

.wrap-step figure{
    width: 80%;
    float: right;
    margin: 0;

}

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

.wrap-step figure{
    width: 80%;
    float: right;
    margin: 0;
    margin-right: 50px;
}

@media screen and (max-width: 1025px) {
    .wrap-step figure{
        margin-right: 70px;
    }
}

@media screen and (max-width: 992px) {
    .wrap-step figure{
        margin-right: 30px;
    }
}

@media screen and (max-width: 576px) {
    .wrap-step figure{
        margin-right: auto;
        width: 100%;
        padding: 0 25px;
    }
}

.step-desc{
    background-color: #FFF;
    float: left;
    width: 85%;
    padding: 40px;
    margin-top: -50px;
}

@media screen and (max-width: 992px) {
    .step-desc{
        margin-left: 50px;
    }
}

@media screen and (max-width: 576px) {
    .step-desc{
        margin-left: auto;
        width: 100%;
        margin-top: -20px;
        padding: 40px 10px;
    }
}

.step-desc h5{
    color: #2C79B7;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.step-desc h4{
    color: #2D2D2D;
    font-family: "FuturaStd";
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .step-desc h4{
        font-size: 24px;
        line-height: 34px;
    }
}

.step-desc .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;
}

.wrap-contacts{
    width: 900px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 30px 20px;
}


@media screen and (max-width: 1300px) {
    .wrap-contacts{
        width: 60vw;
    }
}

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

@media screen and (max-width: 576px) {
    .wrap-contacts .container-fluid{
        padding: 0 !important;
    }
}

.wrap-contacts h5{
    color: #2C79B7;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 576px) {
    .wrap-contacts h5{
        font-size: 18px;
        letter-spacing: 3px;	
        line-height: 21px;
    }
}

.wrap-contacts h4{
    color: #2D2D2D;
    font-family: "FuturaStd";
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
}

@media screen and (max-width: 576px) {
    .wrap-contacts h4{
        font-size: 24px;
        line-height: 34px;
    }
}

#terms {
    float: left;
    width: 20px;
    height: 20px;
}

.terms i {
    content: "\f096";
    font-family: "FontAwesome";
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

form input,
form textarea{
    border:0;
    border-bottom: 1px solid #898989;
    width: 100%;
    height: 40px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "FuturaStd";
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 12px;
}

@media screen and (max-width: 576px) {
    form input,
    form textarea{
        margin-top: 30px;
    }
}

form textarea{
    height: 100px;
    resize: none;
}

.border-input{
    position: relative;
}

.border-input:before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 14px;
    width: 1px;
    height: 10px;
    background-color: #898989;
}

.border-input:after{
    content:'';
    position: absolute;
    bottom: 0;
    right: 14px;
    width: 1px;
    height: 10px;
    background-color: #898989;
}

.border-textarea:before{
    content:'';
    position: absolute;
    bottom: 6px;
    left: 14px;
    width: 1px;
    height: 10px;
    background-color: #898989;
}

.border-textarea:after{
    content:'';
    position: absolute;
    bottom: 6px;
    right: 14px;
    width: 1px;
    height: 10px;
    background-color: #898989;
}

span.terms {
    font-family: "FuturaStd";
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 12px;
    color: #898989;
    padding-left: 10px;
    float: left;
    line-height: 21px;
}

form .container-fluid > .row{
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    form .container-fluid > .row{
        margin-bottom: 0;
    }
}

form input[type=submit]{
    border: 2px solid #04629B;
    border-radius: inherit;
    width: 40%;
    float: right;
    height: 70px;
    font-weight: 900;
    background-color: #FFF;
}

@media screen and (max-width: 576px) {
    form input[type=submit]{
        width: 50%;
        float: left;
        height: 50px;
        font-weight: 900;
        background-color: #FFF;
    }
}

form input[type=submit]:focus{
    border: 2px solid #04629B;
    background-color: #04629B;
}


form input[type=submit]:hover {
    border: 2px solid #04629B;
    color: white;
    background-color: #04629B;
}

ul.parsley-errors-list {
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -20px;
}

textarea + ul.parsley-errors-list {
    bottom: -13px;
}

.wrap-checkbox-terms{
    position: relative;
}

.wrap-checkbox-terms ul.parsley-errors-list {
    left: 15px;
}

ul.parsley-errors-list li {
    list-style: none;
    font-family: "FuturaStd";
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 12px;
}

.wrap-contacts-details{
    width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    margin-top: 120px;
}


@media screen and (max-width: 1300px) {
    .wrap-contacts-details{
        width: 60vw;
    }
}

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

@media screen and (max-width: 576px) {
    .wrap-contacts-details .container-fluid{
        padding: 0 !important;
    }
}

.wrap-contacts-details h5{
    color: #2C79B7;
    font-family: "FuturaStd";
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .wrap-contacts-details h5{
        font-size: 20px;
        line-height: 25px;
    }
}

.wrap-contacts-details h4{
    color: #2D2D2D;
    font-family: "FuturaStd";
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 44px;
}

@media screen and (max-width: 992px) {
    .wrap-contacts-details h4{
        font-size: 24px;
        line-height: 34px;
    }
}

.wrap-contacts-details .container-fluid .row:nth-child(2){
    margin-top: 50px;
}

@media screen and (max-width: 992px) {
    .wrap-contacts-details .container-fluid .row:nth-child(2){
        margin-top: 0;
    }
}

.wrap-contacts-details ul{
    margin: 0;
}

@media screen and (max-width: 992px) {
    .wrap-contacts-details ul{
        margin-bottom: 20px;
    }
}

.wrap-contacts-details ul li{
    color: #515151;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    list-style: none;
}

@media screen and (max-width: 992px) {
    .wrap-contacts-details ul li{
        line-height: 30px;
    }
}

.wrap-contacts-details ul li a{
    font-weight: 900;
}

.wrap-contacts-details .buttons2{
    width: 200px;
}


