h1.news-title-home{
    color:#005596;
    font-size:1.5em;
    font-weight:500;
    text-transform:uppercase;
    text-align:left;
    padding:10px 0;
    border-bottom:1px solid #005596;
    position:relative;
    display:block;
    width:100%;
    margin:15px 0
}
.news-title-home>img{
    float:left;
    margin-right:10px
}
.btn.slide-btn{
    color:#fff;
    display:table;
    font-size:20px;
    font-weight:bold;
    margin:20px auto;
    padding:15px 45px;
    background:#fff;
    background:transparent\9;
    background:rgba(255,255,255,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
    zoom:1;
    text-transform:uppercase;
    font-family:'Roboto', serif;
    font-weight:100;
    text-align:center;
    cursor:pointer;
    border:3px solid #fff
}
.btn.slide-btn:hover{
    color:#fff;
    background:rgba(255,255,255,0.4)
}
.arrow-down{
    position:absolute;
    width:70px;
    height:20px;
    left:50%;
    bottom:3px;
    margin-left:-35px
}
.arrow-down:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity:0.5
}
@keyframes bounce{
    0%{
        bottom:15px
    }
    50%{
        bottom:10px
    }
    100%{
        bottom:15px
    }
}
@-webkit-keyframes bounce{
    0%{
        bottom:15px
    }
    50%{
        bottom:10px
    }
    100%{
        bottom:15px
    }
}
.bounce{
    animation:bounce 1s ease infinite;
    -webkit-animation:bounce 1s ease infinite
}
.forced-slide{
    left:-200px !important;
    width:150px !important
}
.forced-slide img{
    width:100% !important
}
h1.slide-title{
    color:#fff;
    font-size:4em;
    text-shadow:0 0 10px #333;
    font-weight:100;
    text-align:right;
    line-height:100%
}
p.caption-slide{
    color:#fff;
    font-size:2em;
    text-shadow:0 0 10px #333;
    font-weight:100;
    text-align:right
}
.foot-slide{
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    height:130px;
    background:#000;
    background:transparent\9;
    background:rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
    zoom:1;
    z-index:100;
    border-top:1px solid rgba(0,0,0,0.3)
}
.foot-slide:nth-child(n){
    filter:none
}
.mini-foot{
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    height:45px;
    background:#000;
    background:transparent\9;
    background:rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
    zoom:1;
    z-index:101;
    text-align:center
}
.mini-foot:nth-child(n){
    filter:none
}
.news-home{
    width:100%;
    float:left;
    padding:100px;
    background-color:#ebebeb
}
@media only screen and (max-width: 768px){
    .news-home{
        padding:50px
    }
}
@media only screen and (max-width: 768px){
    .news-home{
        padding:5px
    }
}
.news-home .news-text-block{
    width:50%;
    margin:0;
    position:relative;
    z-index:2;
    margin-bottom:20px
}
.news-home .news-text-block h2{
    color:#aaa;
    font-size:2.2em;
    line-height:1em;
    margin-top:0;
    letter-spacing:20px
}
.news-home .news-text-block h3{
    font-weight:500
}
.news-home .news-text-block p{
    font-size:1em
}
.news-home .news-text-block .news-slider{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    column-gap:30px;
    column-fill:balance
}
.news-home .news-text-block .news-slider .elem-new{
    border-bottom:1px solid #cdcdcd;
    margin-bottom:30px;
    padding-bottom:30px;
    -webkit-column-break-inside:avoid;
    break-inside:avoid-column
}
.news-home .news-text-block .news-slider .elem-new a,.news-home .news-text-block .news-slider .elem-new a *{
    text-decoration:none;
    font-weight:500;
    color:#57bcf3 !important
}
.news-home .news-text-block.news{
    width:60%
}
@media only screen and (max-width: 768px){
    .news-home .news-text-block.news{
        width:100%
    }
    .news-home .news-text-block.news .news-slider{
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
        column-fill:balance
    }
}
.news-home .news-text-block.events{
    width:40%
}
@media only screen and (max-width: 768px){
    .news-home .news-text-block.events{
        width:100%
    }
}
.news-home .news-text-block.events .elem-event img{
    max-width:100%
}
.prodotti-home{
    width:100%;
    float:left;
    position:relative;
    background-color:#fff
}
.prodotti-home .gen-text-block{
    padding:20px 20px 20px 20px
}
.prodotti-home-box{
    position:absolute;
    float:right;
    width:35%;
    height:100%;
    left:65%;
    top:0;
    bottom:0
}
@media only screen and (max-width: 992px){
    .prodotti-home-box{
        display:none
    }
}
.prodotti-home-box .prodotto-home-4{
    top:0;
    height:50%;
    overflow:hidden;
    position:absolute;
    width:50%;
    right:50%;
    border-top:20px solid #fff;
    border-right:20px solid #fff;
    border-bottom:10px solid #fff;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.prodotti-home-box .prodotto-home-3{
    top:0;
    height:50%;
    overflow:hidden;
    position:absolute;
    float:right;
    right:0%;
    width:50%;
    border-top:20px solid #fff;
    border-right:20px solid #fff;
    border-bottom:10px solid #fff;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.prodotti-home-box .prodotto-home-2{
    overflow:hidden;
    width:50%;
    height:50%;
    position:absolute;
    right:0;
    z-index:1;
    bottom:0;
    border-top:10px solid #fff;
    border-right:20px solid #fff;
    border-bottom:20px solid #fff;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.prodotti-home-box .prodotto-home-1{
    bottom:0;
    height:50%;
    overflow:hidden;
    position:absolute;
    float:right;
    right:50%;
    width:50%;
    border-top:10px solid #fff;
    border-right:20px solid #fff;
    border-bottom:20px solid #fff;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.prodotti-home-box img{
    bottom:0;
    display:table;
    height:100%;
    margin:0 auto;
    transform:translate(-50%, -50%);
    left:50%;
    top:50%;
    position:relative;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.services-block{
    width:65%
}
@media only screen and (max-width: 992px){
    .services-block{
        width:100%
    }
}
.services-home{
    column-gap:30px;
    display:flex;
    flex-wrap:wrap
}
.services-home li{
    position:relative;
    padding:0px 20px 5px 30px;
    font-size:1.2em;
    display:flex;
    width:100%;
    text-align:left
}
.services-home li:before{
    color:#222;
    content:"";
    background-image:url(../img/goccia.svg);
    background-size:10px;
    background-repeat:no-repeat;
    background-position:center;
    display:block;
    font-size:10px;
    height:18px;
    width:10px;
    left:5px;
    position:absolute;
    top:3px;
    opacity:0.8
}
.services-home li img{
    height:120px;
    text-align:center;
    margin:10px auto
}
.services-home li span{
    width:100%;
    display:inline-block;
    font-size:1.2em
}
@media only screen and (max-width: 768px){
    .services-home li{
        width:100%;
        margin-bottom:5px
    }
}
@media only screen and (max-width: 480px){
    .services-home li{
        width:100%
    }
}
@media only screen and (max-width: 768px){
    .services-home{
        display:block
    }
}
section.second-step{
    height:auto !important
}
.other-step{
    height:auto !important
}
section.second-step .fp-tableCell{
    height:auto !important
}
.fp-tableCell{
    position:relative;
    overflow:hidden;
    vertical-align:top
}
section.first-step .mobile-slide{
    display:none
}
.tparrows{
    display:none
}
.tp-bannertimer{
    background-color:#fff;
    background-image:none !important;
    bottom:129px !important;
    height:1px;
    top:unset !important
}
.tp-bullets{
    bottom:85px !important;
    height:90px !important;
    left:0 !important;
    width:100% !important;
    margin-left:0 !important;
    text-align:center
}
.tp-bullets .bullet{
    height:90px !important;
    width:90px !important;
    display:inline-block;
    margin:0 50px;
    background-repeat:no-repeat;
    background-position:center !important;
    border-radius:100px !important;
    position:relative;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    border:1px solid transparent;
    cursor:pointer
}
.tp-bullets .bullet.selected{
    height:90px !important;
    width:90px !important;
    display:inline-block;
    margin:0 50px;
    background-repeat:no-repeat;
    background-position:center !important;
    border-radius:100px !important;
    position:relative
}
.tp-bullets .bullet.selected:before{
    top:0;
    left:0;
    right:0;
    opacity:1;
    border:4px solid #fff;
    width:88px;
    height:88px;
    background-size:80%
}
.tp-bullets .bullet:hover:before{
    top:0;
    left:0;
    right:0;
    opacity:1;
    border:4px solid #fff;
    width:88px;
    height:88px;
    background-size:80%
}
.tp-bullets .bullet.selected:after,.tp-bullets .bullet:hover:after{
    opacity:1
}
.bullet:nth-child(1):before{
    background-image:url(../img/icon-slide-api.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:70%;
    background-color:#fff;
    height:70px;
    width:70px;
    content:"";
    top:9px;
    left:9px;
    right:9px;
    position:absolute;
    z-index:2;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    border-radius:200px
}
.bullet:nth-child(2):before{
    background-image:url(../img/icon-slide-farmaci.png);
    background-position:center;
    background-repeat:no-repeat;
    background-color:#fff;
    background-size:70%;
    content:"";
    height:70px;
    width:70px;
    content:"";
    top:9px;
    left:9px;
    right:9px;
    position:absolute;
    z-index:2;
    border-radius:200px;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s
}
.bullet:nth-child(3):before{
    background-image:url(../img/icon-slide-hyalt.png);
    background-position:center;
    background-repeat:no-repeat;
    background-color:#fff;
    background-size:70%;
    content:"";
    height:70px;
    width:70px;
    content:"";
    top:9px;
    left:9px;
    right:9px;
    position:absolute;
    z-index:2;
    border-radius:200px;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s
}
.bullet:nth-child(1)::after{
    content:"Ialuronato";
    display:block;
    position:absolute;
    bottom:-30px;
    width:100%;
    color:#fff;
    font-size:18px;
    opacity:0.7
}
.bullet:nth-child(2)::after{
    content:"Cerotti Medicati";
    display:block;
    position:absolute;
    bottom:-30px;
    width:200px;
    left:50%;
    margin-left:-100px;
    color:#fff;
    font-size:18px;
    opacity:0.7
}
.bullet:nth-child(3)::after{
    content:"Shyalt Ultrapure";
    display:block;
    position:absolute;
    bottom:-30px;
    width:200px;
    left:50%;
    margin-left:-100px;
    color:#fff;
    font-size:18px;
    opacity:0.7
}
body.eng .bullet:nth-child(1)::after{
    content:"Hyaluronate"
}
body.eng .bullet:nth-child(2)::after{
    content:"Medicated Patch"
}
body.eng .bullet:nth-child(3)::after{
    content:"Shyalt Ultrapure"
}
body.fra .bullet:nth-child(1)::after{
    content:"Ialuronato"
}
body.fra .bullet:nth-child(2)::after{
    content:"Cerotti Medicati"
}
body.fra .bullet:nth-child(3)::after{
    content:"Shyalt Ultrapure"
}
.inner-section .gen-text-block.link-fondazione{
    padding:20px 20px;
    text-align:justify;
    text-align:center
}
.owl-item .elem-event img{
    max-width:100%
}
@media only screen and (max-width: 992px){
    .azienda-home{
        background-size:cover
    }
    .azienda-home .gen-text-block{
        width:70%;
        padding-left:20px
    }
}
@media only screen and (max-width: 850px){
    .prodotto-home-2{
        width:0
    }
    .prodotto-home-2 img{
        left:500px !important
    }
}
@media only screen and (max-width: 768px){
    .azienda-home .gen-text-block{
        width:100%
    }
    .prodotto-home-2 img{
        left:500px !important
    }
    .news-text-block{
        width:100%
    }
    .tp-banner-container{
        margin-top:0;
        height:350px !important;
        position:relative
    }
    h1.slide-title{
        font-size:60px !important;
        line-height:1em !important
    }
    .tp-caption img{
        display:none
    }
    .hyalt-slide-title img{
        display:block;
        width:350px !important;
        height:auto !important
    }
    p.caption-slide{
        display:none;
        text-align:center
    }
    section.first-step .fp-tableCell{
        height:auto !important
    }
    .btn.slide-btn{
        font-size:16px !important;
        line-height:28px !important
    }
    .foot-slide{
        height:0px
    }
    .mini-foot{
        display:none
    }
    .tp-bullets{
        display:none
    }
    .tp-bannertimer{
        bottom:0px !important
    }
    .azienda-home .gen-text-block{
        padding:40px 20px 20px
    }
}
@media only screen and (max-width: 560px){
    section.first-step .caption-mobile.title{
        top:16%;
        color:#fff
    }
    section.first-step .caption-mobile.button .btn.slide-btn{
        margin:10px auto;
        padding:10px 35px
    }
    .tp-banner-container{
        height:240px !important
    }
    h1.slide-title{
        font-size:40px !important
    }
    .hyalt-slide-title img{
        width:300px !important
    }
}
@media only screen and (max-width: 420px){
    h1.slide-title{
        font-size:30px !important
    }
}
.image1{
    position:absolute;
    top:0px;
    bottom:0;
    z-index:2
}
.image2{
    position:absolute;
    top:0px;
    bottom:0;
    right:2%;
    z-index:1
}
.section .text-block h2{
    font-weight:600;
    font-size:3em;
    line-height:1em;
    letter-spacing:2px;
    margin:15px 0
}
.section .text-block p{
    font-size:2em;
    line-height:1.2em
}
@media only screen and (max-width: 768px){
    .section .text-block{
        position:absolute;
        top:0;
        right:0%;
        left:0;
        padding:120px 50px 30px 30px;
        height:100%
    }
    .section .text-block h2{
        font-size:2em
    }
    .section .text-block p{
        font-size:1.5em
    }
}
.fp-section .fp-controlArrow.fp-prev{
    left:15px;
    width:0;
    border-width:0;
    border-color:transparent;
    margin-top:0;
    padding:6px;
    height:24px;
    width:24px;
    background:none;
    box-shadow:3px -3px 0 0 white inset;
    transform:rotate(45deg) translateY(-50%);
    border-radius:0;
    margin-left:0
}
.fp-section .fp-controlArrow.fp-next{
    right:15px;
    width:0;
    border-width:0;
    border-color:transparent;
    margin-top:0;
    padding:6px;
    height:24px;
    width:24px;
    background:none;
    box-shadow:3px -3px 0 0 white inset;
    transform:rotate(-135deg) translateY(-50%);
    border-radius:0;
    margin-right:0;
    margin-top:-24px
}
.tp-bullets .bullet.selected:after,.tp-bullets .bullet:hover:after{
    opacity:1
}
.bullet:nth-child(1)::after{
    content:"Ialuronato";
    display:block;
    position:absolute;
    bottom:-30px;
    width:100%;
    color:#fff;
    font-size:18px;
    opacity:0.7
}
.bullet:nth-child(2)::after{
    content:"Cerotti Medicati";
    display:block;
    position:absolute;
    bottom:-30px;
    width:200px;
    left:50%;
    margin-left:-100px;
    color:#fff;
    font-size:18px;
    opacity:0.7
}
.bullet:nth-child(3)::after{
    content:"Hyalt Ultrapure";
    display:block;
    position:absolute;
    bottom:-30px;
    width:200px;
    left:50%;
    margin-left:-100px;
    color:#fff;
    font-size:18px;
    opacity:0.7
}
#fp-nav ul,.fp-slidesNav ul{
    margin:0 40px;
    padding:0;
    text-align:center
}
@media only screen and (max-width: 768px){
    #fp-nav ul,.fp-slidesNav ul{
        display:none
    }
}
#fp-nav ul li,.fp-slidesNav ul li{
    width:90px;
    height:86px;
    margin:0 40px;
    margin-top:-36px;
    position:relative;
    margin-bottom:30px
}
#fp-nav ul li a,.fp-slidesNav ul li a{
    height:70px;
    width:70px;
    border-radius:50%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:70%;
    background-color:#fff;
    left:50%;
    position:static;
    margin:0 auto;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
#fp-nav ul li a span:not(.fp-sr-only),.fp-slidesNav ul li a span:not(.fp-sr-only){
    display:none
}
#fp-nav ul li a span.fp-sr-only,.fp-slidesNav ul li a span.fp-sr-only{
    overflow:visible;
    text-align:center;
    color:#fff;
    height:auto;
    width:auto;
    clip:unset;
    background:none;
    top:calc(100% + 10px);
    margin:auto;
    transform:translate(-50%, -50%);
    left:50%;
    opacity:0.7
}
#fp-nav ul li a:hover,#fp-nav ul li a.active,.fp-slidesNav ul li a:hover,.fp-slidesNav ul li a.active{
    width:88px;
    height:88px;
    margin-top:-10px;
    background-size:80%
}
#fp-nav ul li a:hover span.fp-sr-only,#fp-nav ul li a.active span.fp-sr-only,.fp-slidesNav ul li a:hover span.fp-sr-only,.fp-slidesNav ul li a.active span.fp-sr-only{
    opacity:1
}
#fp-nav ul li:nth-child(1) a,.fp-slidesNav ul li:nth-child(1) a{
    background-image:url(../img/icon-slide-api.png)
}
#fp-nav ul li:nth-child(2) a,.fp-slidesNav ul li:nth-child(2) a{
    background-image:url(../img/icon-slide-farmaci.png)
}
#fp-nav ul li:nth-child(3) a,.fp-slidesNav ul li:nth-child(3) a{
    background-image:url(../img/icon-slide-hyalt.png)
}
#fp-nav ul li:hover a.active span.fp-sr-only,.fp-slidesNav ul li:hover a.active span.fp-sr-only{
    height:auto;
    width:auto;
    margin:auto;
    border-radius:0
}
#fp-nav.fp-right{
    position:fixed;
    z-index:100;
    margin-top:auto;
    top:auto;
    bottom:0;
    opacity:1;
    left:50%;
    transform:translateX(-50%)
}
.fp-section.fp-table,.fp-slide.fp-table{
    position:relative
}
.fp-slides{
    background-color:#025297
}
.slide.step-two:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    background-size:100% 100%;
    background-image:url(../imgSlides/first_bg.jpg);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-two .fp-tableCell .text-block{
    position:absolute;
    top:30%;
    right:20%;
    letter-spacing:-1px;
    z-index:7;
    opacity:0;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
@media only screen and (max-width: 992px){
    .slide.step-two .fp-tableCell .text-block{
        top:30%;
        left:25%
    }
}
@media only screen and (max-width: 768px){
    .slide.step-two .fp-tableCell .text-block{
        position:absolute;
        top:0;
        right:0%;
        left:0;
        padding:120px 60px 30px 60px;
        height:100%
    }
}
.slide.step-two .fp-tableCell .image1{
    opacity:0;
    width:32%;
    -webkit-transform:translateY(-10%);
    -ms-transform:translateY(-10%);
    -moz-transform:translateY(-10%);
    -0-transform:translateY(-10%);
    transform:translateY(-10%);
    top:11%;
    left:8%;
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-two .fp-tableCell .image1b{
    opacity:0;
    width:40%;
    -webkit-transform:translateY(-10%);
    -ms-transform:translateY(-10%);
    -moz-transform:translateY(-10%);
    -0-transform:translateY(-10%);
    transform:translateY(-10%);
    top:0;
    left:7%;
    position:absolute;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.slide.step-two .fp-tableCell .image2{
    opacity:0;
    right:-5%;
    height:100%;
    -webkit-transform:translateX(250px);
    -ms-transform:translateX(250px);
    -moz-transform:translateX(250px);
    -0-transform:translateX(250px);
    transform:translateX(250px);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-two.active .text-block{
    opacity:1;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.slide.step-two.active .image1{
    opacity:1;
    -webkit-transform:translateY(15%);
    -ms-transform:translateY(15%);
    -moz-transform:translateY(15%);
    -0-transform:translateY(15%);
    transform:translateY(15%);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
@media only screen and (max-width: 768px){
    .slide.step-two.active .image1{
        display:none
    }
}
.slide.step-two.active .image2{
    opacity:1;
    -webkit-transform:translateX(100px);
    -ms-transform:translateX(100px);
    -moz-transform:translateX(100px);
    -0-transform:translateX(100px);
    transform:translateX(100px);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-two.active .image1b{
    opacity:1;
    -webkit-transform:translateY(30%);
    -ms-transform:translateY(30%);
    -moz-transform:translateY(30%);
    -0-transform:translateY(30%);
    transform:translateY(30%);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
@media only screen and (max-width: 768px){
    .slide.step-two.active .image1b{
        display:none
    }
}
.slide.step-two.active:before{
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s;
    opacity:1
}
.slide.step-one:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    background-size:100% 100%;
    background-image:url(../imgSlides/second_bg.jpg);
    -webkit-transition:all 4s;
    -moz-transition:all 4s;
    -ms-transition:all 4s;
    -o-transition:all 4s;
    transition:all 4s
}
.slide.step-one .fp-tableCell .text-block{
    position:absolute;
    top:30%;
    right:20%;
    letter-spacing:-1px;
    z-index:7;
    opacity:0;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
@media only screen and (max-width: 992px){
    .slide.step-one .fp-tableCell .text-block{
        top:30%;
        right:2%
    }
}
@media only screen and (max-width: 768px){
    .slide.step-one .fp-tableCell .text-block{
        position:absolute;
        top:0;
        right:0%;
        left:0;
        padding:120px 60px 30px 60px;
        height:100%
    }
}
.slide.step-one .fp-tableCell .image1{
    opacity:0;
    left:0%;
    -webkit-transform:translateY(70px);
    -ms-transform:translateY(70px);
    -moz-transform:translateY(70px);
    -0-transform:translateY(70px);
    transform:translateY(70px);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
@media only screen and (max-width: 1200px){
    .slide.step-one .fp-tableCell .image1{
        width:70%;
        left:0%;
        top:10%
    }
}
@media only screen and (max-width: 768px){
    .slide.step-one .fp-tableCell .image1{
        display:none
    }
}
.slide.step-one .fp-tableCell .image2{
    width:40%;
    top:20%;
    left:-5%;
    right:auto;
    -webkit-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -0-transform:translateY(0px);
    transform:translateY(0px);
    z-index:5;
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-one.active .text-block{
    opacity:1;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.slide.step-one.active .image1{
    opacity:1;
    -webkit-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -0-transform:translateY(0px);
    transform:translateY(0px);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-one.active .image2{
    -webkit-transform:translateY(300px);
    -ms-transform:translateY(300px);
    -moz-transform:translateY(300px);
    -0-transform:translateY(300px);
    transform:translateY(300px);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
@media only screen and (max-width: 768px){
    .slide.step-one.active .image2{
        -webkit-transform:translateY(100px);
        -ms-transform:translateY(100px);
        -moz-transform:translateY(100px);
        -0-transform:translateY(100px);
        transform:translateY(100px)
    }
}
.slide.step-one.active:before{
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s;
    opacity:1
}
.slide.step-three:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    background-size:100% 100%;
    background-image:url(../imgSlides/third_bg.jpg);
    -webkit-transition:all 4s;
    -moz-transition:all 4s;
    -ms-transition:all 4s;
    -o-transition:all 4s;
    transition:all 4s
}
.slide.step-three .fp-tableCell .text-block{
    position:absolute;
    top:50%;
    left:15%;
    letter-spacing:-1px;
    z-index:7;
    opacity:0;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
@media only screen and (max-width: 992px){
    .slide.step-three .fp-tableCell .text-block{
        top:30%;
        left:25%
    }
}
@media only screen and (max-width: 768px){
    .slide.step-three .fp-tableCell .text-block{
        position:absolute;
        top:0;
        right:0%;
        left:0;
        padding:120px 60px 30px 60px;
        height:100%
    }
}
.slide.step-three .fp-tableCell .text-block .shyalt{
    position:absolute;
    margin-left:-120px;
    top:-12px
}
.slide.step-three .fp-tableCell .image1{
    position:absolute;
    top:0px;
    bottom:auto;
    height:auto;
    width:100%;
    left:0;
    z-index:2
}
@media only screen and (max-width: 768px){
    .slide.step-three .fp-tableCell .image1{
        display:none
    }
}
.slide.step-three .fp-tableCell .image2{
    -webkit-transform:translateY(15%);
    -ms-transform:translateY(15%);
    -moz-transform:translateY(15%);
    -0-transform:translateY(15%);
    transform:translateY(15%);
    z-index:5;
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-three.active .text-block{
    opacity:1;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s
}
.slide.step-three.active .image1{
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-three.active .image2{
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -0-transform:translateY(0%);
    transform:translateY(0%);
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s
}
.slide.step-three.active:before{
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -ms-transition:all 2s;
    -o-transition:all 2s;
    transition:all 2s;
    opacity:1
}
.section:not(.normalScroll) .fp-tableCell{
    display:flex !important
}
#fp-nav ul li:last-child a{
    margin-top:-10px
}
#fp-nav ul li:last-child a span.fp-sr-only{
    display:none
}
#fp-nav ul li:last-child a span{
    position:relative;
    display:inline-block;
    margin-top:-5px;
    padding:6px;
    height:8px;
    width:8px;
    background:none;
    box-shadow:2px -2px 0 0 black inset;
    transform:rotate(-45deg);
    border-radius:0;
    margin-left:-6px
}
#fp-nav ul li:last-child:hover a span{
    border-radius:0
}
#fp-nav ul li a span{
    background:#182935
}
.fp-viewing-3rdPage #fp-nav,.fp-viewing-secondPage #fp-nav,.fp-viewing-firstPage #fp-nav{
    opacity:1;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
.fp-viewing-4thpage #fp-nav{
    opacity:0;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
#loader{
    background-color:#182935;
    bottom:0;
    height:100%;
    left:0;
    line-height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:1000
}
#loader .textLoad{
    bottom:0;
    color:#333;
    display:block;
    font-family:Roboto,Arial,Helvetica,sans-serif;
    font-size:19px;
    font-weight:100;
    left:0;
    line-height:25px;
    position:absolute;
    width:100%
}
.cssload-loader-inner{
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%
}
.cssload-loader-inner img{
    height:100px
}
.cssload-loader-inner .sphere{
    width:20px;
    height:20px;
    transform-origin:604% center;
    position:absolute;
    top:calc(50% - 10px);
    left:calc(50% - 140px);
    animation:rotate 1.3s linear infinite
}
.cssload-loader-inner .sphere:before{
    content:'';
    position:absolute;
    height:100%;
    border-radius:50%;
    width:100%;
    background:white;
    animation:rotate 1.3s linear reverse infinite
}
@keyframes rotate{
    100%{
        transform:rotate(-360deg)
    }
}
.azienda-home.subsection{
    width:100%;
    background-image:url(../img/bg-azienda-home.jpg);
    background-position:center left;
    background-repeat:no-repeat;
    background-size:auto;
    float:left;
    background-color:#e6e6e6;
    padding:0
}
@media only screen and (max-width: 768px){
    .azienda-home.subsection{
        background-size:cover
    }
}
.azienda-home.subsection .gen-text-block{
    text-align:right;
    width:50%;
    padding:40px 20px;
    background-color:#e6e6e6
}
@media only screen and (max-width: 768px){
    .azienda-home.subsection .gen-text-block{
        width:100%
    }
}
.fp-slidesNav.fp-bottom{
    bottom:0;
    background-color:#0c2f4e52;
    border-top:1px solid #fff
}
/*# sourceMappingURL=index.css.map */
/* PREFOOTER */
 .prefooter {
     background-color: #fff;
     font-size: 0.75em;
}
 .prefooter .text-top {
     font-family: 'Fira Sans', sans-serif;
    /*color: #2e72a6;
     font-weight: bold;
    */
     border-bottom: solid 1px #ccc;
     padding-bottom: 20px;
     margin-bottom: 20px;
     text-align: justify;
     font-size: 0.95em;
}
 .prefooter .text-img {
     display: block;
     margin: 0 auto 40px;
     width: 80%;
}
 .prefooter .text-bottom {
     text-align: center;
     font-size: 0.95em;
}
 @media only screen and (max-width: 1200px) {
     .prefooter .text-img {
         width: 100%;
    }
}
